.menu {
width:99%;
padding-top:3px;
}

.menu:after{ /*Add margin between menu and rest of content in Firefox*/
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}

.menu ul{
width:100%;
background:center center repeat-x;
padding:4px 0;
margin:0;
padding-left:30px;
text-align:left;
}

.menu ul li.menu_belka{
display:inline;
}

.menu ul li.menu_belka a{
font-weight:bold;
font-family:tahoma;
font-size:11px;
letter-spacing:1px;
color:#ddeeff;
padding:1px 7px;
margin:0;
text-decoration:none;
border-right:1px solid #ddeeff;
}

.menu ul li.menu_belka a:hover{
color:#ffffff;
background:center center repeat-x;
}

.menu ul li.menu_belka a[rel]:after{
/*HTML to indicate drop down link*/ content:" ";
/*content: " " url(downimage.gif);
/*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top:0;
border:1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color:#334455;
width:200px;
visibility:hidden;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
width:auto;
display:block;
text-indent:3px;
border-bottom:1px solid #BBB;
padding:2px 0;
text-decoration:none;
font-weight:bold;
color:#ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width:100%;
}

.dropmenudiv a:hover{
background-color:#556677;
color:#eeeeee;
}