.chromestyle{
position: relative;
top: 0px;
width: 100%;
font-weight: bold;
z-index: 50;
font-size: 12px;
text-align: center;
margin: 0 auto;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
text-align: center;
}
.chromestyle ul{
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 100%;
background: url(chromebg.gif) center center repeat-x;
padding: 4px 0;
margin: 0;
text-align: center;
}
.chromestyle ul li{
display: inline;
border-bottom: none;
text-align: left;
}
.chromestyle ul li a{
color: #fff;
padding: 4px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #fff;
}
.chromestyle ul li a:visited {
color: #fff;
padding: 4px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #fff;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{
background: url(chromebg_over.gif) center center repeat-x;
size: 10pt;
color: #005faa;
text-decoration: none;
}
.dropmenudiv{
position: absolute;
top: 0;
font: normal 10px Verdana;
color: #fff;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: 175px;
visibility: hidden;
border: 1px solid #005daa;
text-align: left;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
text-decoration: none;
}
.dropmenudiv a:hover{
background-color: #b2d1ee;
color: #000000;
text-decoration: none;
}