.chromestyle{
width: 100%;
font-weight: bold;
}
.chromestyle ul{
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
display: inline;
padding: 0px 0px;
}
.chromestyle ul li a{
margin: 0px;
text-decoration: none;
font:Arial;
color:#000000;
font-weight:bold;
}
.chromestyle ul li a:hover{
font-size:11px;
color:#000000;
font-weight:bold;
background-color:#000000;
}
.dropmenudiv{
position:absolute;
border: 1px solid #FFFFFF;
font:Arial;
font:11px ;
line-height:15px;
z-index:100;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
text-align:left;

}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 1px solid #FFFFFF; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font:Arial;
color: #000000;
background-color:#4d4e3e ;
padding-left:10px;
}
* html .dropmenudiv a{ 
width: 100%;
}
.dropmenudiv a:hover{
font:Arial;
color:#000000;
background-color: #b09d51;
}
