.chromestyle{
width: 100%;
font-weight: bold;

}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 0px 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}





.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #A2C2D2;
border-bottom-width: 1;
font:normal 11px arial;
color:#D1E1E9;

z-index:100;
background-color:#ffffff;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=8);
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #ffffff;
padding: 4px 0;
text-decoration: none;

color:#FFFFFF;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 

background-image:url(../img/menubgbg.gif); 
background-repeat:repeat-x;
}
