@CHARSET "UTF-8";


#menu_button {
    width: 34px;
    height: 11px;
    margin-left: -10px;
    overflow: hidden;
}

#menu_button a {
    display: block;
    width: 34px;
    height: 11px;
    overflow: hidden;
    text-indent: -10000px;
    background-image: url(../img/common/menu.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#menu_button a:hover {
    background-position: -34px 0;
}


#menu {
    z-index: 1;
    width: 150px;
    padding-top: 10px;
}

#menu ul {}

#menu li {
	margin-left: -13px;
}

#menu li a {
	display: block;
    width: 108px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px; 
}

#menu_information {
    background-image: url("../img/common/information.png");
}

#menu_profile {
    background-image: url("../img/common/profile.png");
}

#menu_gallery {
    background-image: url("../img/common/gallery.png");
}

#menu_contacts {
    background-image: url("../img/common/contacts.png");
}

#menu_freedownloads {
    background-image: url("../img/common/freedownloads.png");
}

#menu_podcast {
    background-image: url("../img/common/podcast.png");
}

#menu_sitemap {
	background-image: url("../img/common/sitemap.png");
}

#menu_privacypolicy {
    background-image: url("../img/common/privacypolicy.png");
}

#menu li a:hover {
    background-position: right top;
}