#topmenu{
    position:relative;
    height:165px;
    margin:0 0 10px;
    padding:0;
    float:left;
    width:100%;
    z-index:10 /* для отображения подпунктов поверх остальных блоков */
}
#topmenu ul {
    position:relative;
    height:165px;
    font-family:"Arial";
    font-size: 15px;
    font-style:italic;
    list-style:none;
    padding:10px 0 0 0;
    margin:0
}
#topmenu ul li {
    position:relative;
    float:left;
    height:165px;
    padding:0;
    margin:0 20px 0 0;
    width:150px;
    background: url("../images/menubg.png") 0px 45px no-repeat !important;
}

#topmenu ul li.last {margin:0;}

#topmenu ul li a {
    color: #fff;
    text-align:left !important;
    text-decoration: none;
    padding:0px 0 0 0;
    height:165px;
    margin:0;
    width:150px;
    border-bottom:1px dashed #fff;
}
 
#topmenu ul li:hover a,
#topmenu ul li.hover a,
#topmenu ul li.selected a {color:#ffbf5f; border-bottom:1px dashed #ffbf5f;}
 
#topmenu ul li:hover, 
#topmenu ul li.hover, 
#topmenu ul li.selected {}
 
/* Выпадающие пункты */
#topmenu ul li ul {
    position:absolute;
    left:0;
    top:30px;
    font-size:12px;
    display:none;
    list-style:none;
    padding:0;
    margin:0;
    width:150px    
}
#topmenu ul li ul li {
    background-color:#666;
    position:relative;
    left:0;
    display:list-item;
    float:none;
    height:auto;
    margin:0;
    text-align:left;
}
#topmenu ul li ul li a {
    border-bottom:1px solid #999 !important;
    padding:6px 5px;
    border:none
}

#topmenu ul li ul li:hover,
#topmenu ul li ul li.hover {
    background-color:#444
}
#topmenu ul li:hover ul,
#topmenu ul li.hover ul{display:block}


#topmenu ul li.mainmenu_li_2 span{ display: block; background: url("../images/1.png") left bottom no-repeat; height: 140px;}
#topmenu ul li.mainmenu_li_3 span{ display: block; background: url("../images/2.png") left bottom no-repeat; height: 140px;}
#topmenu ul li.mainmenu_li_4 span{ display: block; background: url("../images/3.png") left bottom no-repeat; height: 140px;}
#topmenu ul li.mainmenu_li_5 span{ display: block; background: url("../images/4.png") left bottom no-repeat; height: 140px;}
#topmenu ul li.mainmenu_li_6 span{ display: block; background: url("../images/5.png") left bottom no-repeat; height: 125px;}
#topmenu ul li.mainmenu_li_7 span{ display: block; background: url("../images/6.png") left bottom no-repeat; height: 125px;}


.navmodule {width:220px; float:left; margin:40px 0 0 45px;}
.navmodule ul li {list-style:none; line-height:2;}
.navmodule ul li a {color:#de3a2c; text-decoration: none; border-bottom:1px dashed #de3a2c;}
.navmodule ul li:hover a, .navmodule ul li.selected a {color:#ffb13a; border-bottom:1px dashed #ffb13a;}