.chromestyle{
width: 100%;
height: 28px;
font-weight: bold;
background-image:url(images/menubg.jpg);
margin-top: 1px;

}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; */
padding: 6px 0px;
margin: 0;
font-family: Arial, Verdana, Helvetica,sans-serif;
font-size: 12px;
text-align: center; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000;
font-family: Arial, Verdana, Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
padding: 4px 18px;
margin: 0;
text-decoration: none;
border-left: 0px solid #FFF;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x;
color: white;
}




.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFF;
border-bottom-width: 0;
color: #000;
margin-top: 2px;
margin-left: 8px;
font-family: Arial, Verdana, Helvetica,sans-serif;
font-size: 12px;
line-height:13px;
z-index:100;
background-color: #ef9a07;
width: 130px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 7px;
border-bottom: 1px solid #fff; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000;
z-index: 1001;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #FFF;
color: #000;
}


.dropmenuakt{
position:absolute;
top: 0;
border: 1px solid #FFF;
border-bottom-width: 0;
color: #000;
margin-top: 2px;
margin-left: 8px;
font-family: Arial, Verdana, Helvetica,sans-serif;
font-size: 12px;
line-height:13px;
z-index:100;
background-color: #ef9a07;
width: 210px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
}


.dropmenuakt a{
width: auto;
display: block;
text-indent: 7px;
border-bottom: 1px solid #fff; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000;
z-index: 1000;
}

* html .dropmenuakt a{ 
width: 100%;
}

.dropmenuakt a:hover{ 
background-color: #FFF;
color: #000;
}