.chromestyle{
padding-top:2px;
width: 500px;
font-weight: bold;
font-family: Tahoma;
height: 15px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block;
clear: both; 
visibility: hidden;
}

.chromestyle ul{
font-size:15px;
width: 100%;
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
background-color:#5eb0f7;
/*background: url(chromebg.gif) center center repeat-x;*/
display: inline;
}

.chromestyle ul li a{
color: #333333;
padding: 5px 5px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color:#FFFFFF;
/*background-color:#5eb0f7;*/
/*background: url(chromebg-over.gif) center center repeat-x;*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #333333;
border-bottom-width: 0;
font:normal 12px Tahoma;
line-height:18px;
z-index:100;
background-color: #0066CC;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333333;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

.dropmenudiv a:hover{
background-color: #0099FF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
