.chromestyle{
width:650px;
font-weight: bold;
}

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

.chromestyle ul{
background: url(chromebg.gif) center center repeat-x;
padding: 4px 0;
margin: 0;
text-align: right;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 5px;
margin: 0;
text-decoration: none;
}

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



.dropmenudiv{
position:absolute;
z-index:100;
width: 250px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
}

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

.dropmenudiv a:hover{
background-color: #F0F0F0;

}