.chromestyle{
width: 99%;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;

}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
width: 101%;
height:27px;
background:url(menu.gif) no-repeat; 
padding: 8px 0;
margin: 0;
color:#000000;
text-align: center;
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color:#000000;
padding: 6px 24px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
{ 
color:#004c7a;
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0 0 10px;
text-decoration: none;
color: black;
background-color:#EAEAEA;
}

* html .dropmenudiv a{ 
width: 100%;

}

.dropmenudiv a:hover{
background-color:#EAEAEA;
color:#004c7a;
font-size:12px;
}