.chromestyle{
width: 100%;
font:normal 12px Verdana;
font-weight: bold;
 margin: auto;
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
border: 1px solid #BBB;
font:normal 11px Verdana;
font-weight: bold;
background: url(1m.jpg) center center repeat ;
padding: 7px 12px;
margin: 0;
text-align: center;
vertical-align:middle;
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a{
padding: 5px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
color: white;
vertical-align:middle;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background: url(1h.jpg) center center repeat;
color: White;
}
.dropmenudiv{
position:absolute;
top: 0;
border:1px solid #BBB;
border-bottom-width: 0;
font:normal 12px Verdana;
font-weight: lighter;
line-height:16px;
z-index:100;
background-color: white;
width: 100%;
visibility: hidden;
vertical-align:middle;
}
.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 5px 0px;
text-decoration: none;
font-weight: bold;
color: black;
vertical-align:middle;
text-align: center;
}
* html .dropmenudiv a{
width: 100%;
text-align: center;
}
.dropmenudiv a:hover{
background-color: #F0F0F0;
background: url(3h.jpg) center center repeat ;
}
