#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
/*position: absolute;
top: 0;*/
margin-left: 3px;
z-index:100;
width: 100%;
}
#menu dl {
float: left;
width: 11.8em;
margin:0;


}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
font-weight: bold;
line-height:1.4;
color:#FFFFFF;
background: transparent url(../images/fond-menu.gif);
height: 24px;
border:0;
}
#menu dd {
position:absolute;
/*width: 11.8em;*/
width: 263px;
margin-top:3px;
border: 2px solid #FFAD23;
/*background-color: #B2CFED;*/
background: #B2CFED url(../images/fond-ss-rub.gif) top center no-repeat;
}

#menu li {
text-align: left;
padding-left: 3px;
padding-right: 3px;
background: transparent;
}
#menu li a, #menu dt a {
color:#FFFFFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
/*background-color:transparent;*/
}

#menu li a:hover, #menu dt a:hover {
color:#FFAD23;
/*background: #eee;*/
}
#menu dd div{
border:0;
height:5px;
font-size:0;
/*background: transparent url(bas-rub.gif) top center no-repeat;*/
}