.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul li{
display: inline;
}
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB;
border-bottom-width: 0;
font-style:normal;
font-size:11px;
font-family:Verdana, Geneva, sans-serif;
line-height:18px;
z-index:100;
background-color: #fff;
width: 148px;
visibility: hidden;
text-align:center;
}
.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a.link{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding:2px 0;
text-decoration:none;
}
* html .dropmenudiv a{
width: 100%;
}
.dropmenudiv a:hover{
background-color: #F0F0F0;
text-decoration:none;
}