.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 1px 0;
padding-top: 3px 0;
margin: 0;
text-align: center; 
}

.chromestyle ul li{display: inline;}

.chromestyle ul li a{
padding: 8px 4px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{}
.chromestyle ul li a[rel]:after{ content: ""; content: "" }



.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #D40C2F; 
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
/*background-color: FA6B7F;*/
width: 300px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/
 }


.dropmenudiv a{
/*width: 100%;*/
display: block;
text-indent: 3px;
border-bottom: 0px solid #B5E2FE; 
margin: 2px 7px;
text-decoration: yes;
font-weight: bold;
color: #ffffff;
}
/*.dropmenudiv a:hover{ background-color: #E83957;} */