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

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

.chromestyle ul{
width: 100%;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}


.chromestyle ul li a{
	color: #108cc6;
	padding-left: 4px;
	padding-right: 7px;
	margin: 0;
	text-decoration: none;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
}

.chromestyle ul li a:hover{
	color: #E85325;
}

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

.dropmenudiv{
position:absolute;
font-family: Arial, Helvetica, sans-serif;
top: 0;
font-size: 12px;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
border-color: white;
border-width: 1px;
border-style: solid;
background-color: #009ADA; 
/*
filter: alpha(opacity=85);
-moz-opacity:.85;
opacity:.85;
*/
}

.dropmenudiv a{
width: auto;
color: white;
display: block;
text-indent: 3px;
padding-left: 10px;
color: white;
text-decoration: none;
font-weight: bold;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #BDDCF1;
text-decoration: underline;
}

.dropmenudiv b{
	color: White;
}