.chromestyle{
width: 99%;
font-weight: bold;
}

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

.chromestyle ul{
border: 0px solid #FFFFFF;
width: 100%;
background:;
padding: 5px 10px;
margin: 0;
text-align: center;
text-shadow: 0 0 24px #1C1C1C, 0 0 4px #1C1C1C, 1px 1px 2px #1C1C1C;
}

.chromestyle ul li{
list-style: none;
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 5px 10px;
margin: 0;
list-style: none;
text-decoration: none;
border: 1px solid #FFFFFF;
border-style: dashed;
background:url('http://sfi.moy.su/fon/foncz.png') repeat;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected {
background:url('http://sfi.moy.su/58_12.png') repeat; 
border: 1px solid #00EE00;
border-style: dashed;
color: #00EE00;
}

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

.dropmenudiv{
list-style: none;
position:absolute;
top: 0;
border: 0px solid #BBB;
border-bottom-width: 0;
font:normal 11px;
text-decoration: none;
line-height:18px;
z-index:100;
background:;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
border: 1px solid #FFFFFF;
border-style: dashed;
background:url('http://sfi.moy.su/58_14.png') repeat;
text-shadow: 0 0 24px #1C1C1C, 0 0 4px #1C1C1C, 1px 1px 2px #1C1C1C;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

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

.dropmenudiv a:hover{
background:url('http://sfi.moy.su/58_13.png') repeat; 
border: 1px solid #00EE00;
border-style: dashed;
color: #00EE00;
}