@charset "utf-8";

#main_menu {
    position: absolute;
    top:350px;
    left: 0px;
    width: 960px;
    height: 35px;
    background-image: url(assets/images/siteparts/menu_base.gif);
    background-repeat: no-repeat;
}

#main_menu_wrap {
    display: block;
    height: 35px;
    margin-left: 15px;
}

.dropdown {
    float:left;
}

.dropdown dt {
    width:133px;
    height: 35px;
    cursor:pointer;
    text-indent: -9999px;
}

.dropdown dt:hover {
    background-position: 0px 35px;
}

#m1-ddheader,#m55-ddheader,#m56-ddheader,#m57-ddheader,#m58-ddheader,#m59-ddheader,#m60-ddheader {
    background-repeat: none;
}

#m1-ddheader {
    background-image: url(assets/images/siteparts/menu_b1.gif);
}

#m55-ddheader {
    background-image: url(assets/images/siteparts/menu_b2.gif);
}

#m56-ddheader {
    background-image: url(assets/images/siteparts/menu_b3.gif);
}

#m57-ddheader {
    background-image: url(assets/images/siteparts/menu_b4.gif);
}

#m58-ddheader {
    background-image: url(assets/images/siteparts/menu_b5.gif);
}

#m59-ddheader {
    background-image: url(assets/images/siteparts/menu_b6.gif);
}

#m60-ddheader {
    background-image: url(assets/images/siteparts/menu_b7.gif);
}

.dropdown dd {
    position:absolute;
    overflow:hidden;
    width:170px;
    display:none;
    z-index:200;
    opacity:0;
}

.dropdown ul {
    width:168px;
    border-top:none;
    border-left:1px solid #111111;
    border-right:1px solid #111111;
    list-style-type: square;
    list-style-position: inside;
}

.dropdown li {
    display:inline;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
    display:block;
    padding:5px 5px 5px 20px;
    font-size: 12px;
    color:#FFFFFF;
    text-decoration:none;
    width:158px;
    background-image: url(assets/images/siteparts/submenu.png);
    background-repeat: none;
}

.dropdown a:hover {
    background-position: 300px 0px;
    text-decoration:none;
    color:#FFFFFF;
}

.dropdown .underline {
    border-bottom:1px solid #111111;
}