.chromestyle {
	font: 10px;
	letter-spacing: -1px;
	text-align: center;
}
#chromemenu img {
	margin-right: 2px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	text-align: center;
	margin: 0px;
}
.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a:link, .chromestyle ul li a:visited, .chromestyle ul li a:active, {
	color: #FFF;
	text-decoration: none;
	font: bold 11px verdana;
	border-bottom: 0px;
}
.chromestyle ul li a:hover{
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 0px;
	font-family: verdana;
	font-size: 10px;
}
.chromestyle ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px;
	font: bold 10px verdana;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #019CAD; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: bold 10px Verdana;
line-height:20px;
z-index:100;
background-color: #019CAD;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F2851A;
}