.chromestyle3{
width: 99%;
font-weight: normal;
}

.chromestyle3:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle3 ul{
width: 100%;
padding: 2px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
font-family: font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}

.chromestyle3 ul li{
display: inline;
}

.chromestyle3 ul li a{
font-family: font-family: Arial, Helvetica, sans-serif;
color: #195e77;
padding: 2px 2px;
margin: 0;
text-decoration: none;
font-weight:bold;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #041638; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:18px;
text-align: center;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #195e77;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #fff;
background-color: #195e77;
}
