.chromestyle{
font:normal 12px Verdana;
font-weight: bold;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding:8px 8px 8px 8px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
color: #000;
background-color: #fff;
}

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:25px;
z-index:100;
background-color: white;
width: 175px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
margin:2px 2px 2px 2px;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{
margin:2px 2px 2px 2px;
width: 100%;
}

.dropmenudiv a:hover{
color:#006666;
background-color: #F0F0F0;
margin:2px 2px 2px 2px;
}
