.chromestyle{
width: 950px;
height:20px;
font-weight: bold;
font:normal 13px Tahoma;
float:left;
margin-left:-30px;

}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
height:20px;

padding: 1px 0;
margin-top:8px;
text-align: left; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#000000;
font-weight:100;
text-decoration: none;
padding-right: 15px;
padding-bottom: 10px;
padding-top: +10px;
padding-left: 10px;
border-right: 0px solid #DADADA;
margin-right: 10px;
font-weight:bold;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
 
color:#FF0000;

}



.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 12px Tahoma;
line-height:20px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: none;
font-size:12px;
color: black;
}

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

.dropmenudiv a:hover{ 
background-color:#00FF00;
}

