.chromestyle{
width: 99%;
height:18px;
font:bold 11px Arial;
color: #ffffff;
}

.chromestyle:after{ 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(chromebg.gif) center center repeat-x; 
padding: 0px 0;
margin: 0;
text-align: left; 
}

.chromestyle ul li{
font:bold 11px Arial;
color: #ffffff;
display: inline;
}

.chromestyle ul li a{
font:bold 11px Arial;
color: #ffffff;
padding: 0px 3px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; 
}

.chromestyle ul li a[rel]:after{ 
}




.dropmenudiv{
position:absolute;
font:bold 11px Arial;
color: #ffffff;
line-height:18px;
z-index:100;
background-image:url(../img/menu/gradient.png);
width: 200px;
visibility: hidden;


}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 0px 0;
text-decoration: none;
font:normal 11px Arial;
color: #ffffff;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #dadada;
color:990000;
}
