.menu_style{
width: 100%;
font-weight: bold;
}

.menu_style:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menu_style ul{
font-size: 14;
border: 1px;
width: 100%;
padding: 5px;
margin: 0;
text-align: left; 
}

.menu_style ul li{

display: inline;
}

.menu_style ul li a{
color: white;
padding: 0px 0px;
margin: 0;
text-decoration: none;
background-color: #888886;
border-right: 1px; /*Меняем здесь тему*/
}

.menu_style ul li a:hover{
 /*Меняем здесь тему*/
}

.menu_style ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: ""; 
}


/* ### Стиль падающего меню ### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #B5E2FE; /*Меняем здесь тему*/
border-bottom-width: 0;
font-size: 14;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenu1{

background-color: white;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white; /*Меняем здесь тему*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{ /*Меняем здесь тему*/
background-color: #888886;
}