.chromestyle{
margin-top:68px;
font-family:trebuchet MS;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 1px 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin-right:2px;
background-color:#666666;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 25px;
margin: 0px;
text-decoration: none;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
border-left:1px solid #000066;
border-right:1px solid #000066;
border-top:1px solid #000066;
width: 150px;
}


.dropmenudiv a{
font-size:10px;
display: block;
background-color:#0066CC;
border-bottom:1px solid #000066;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
color:#0066CC;
}