.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
margin: 0;
}

.chromestyle ul{
display: inline;
margin: 0;
}

.chromestyle li{
display: inline;
line-height: 20px;
margin: 0;
}

.chromestyle ul li a{
margin: 0;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{}

.dropmenudiv{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}