.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display:inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}
.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #b0333e;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 110px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 2px solid #b0333e;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color:#b0333e;
}

* html .dropmenudiv a{
width: 100%;
}

.dropmenudiv a:hover{
background-color:#F0F0F0;
}
