#chromemenu {
	margin:17px 0 0 0;
}
#chromemenu a:link, #chromemenu a:visited {
	text-decoration: none;
	color: white;
}
#chromemenu img {
	padding:0 0 2px 0;
}


.chromestyle{
width: 100%;
font-weight: bold;
}

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

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

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	color: white;
}

.chromestyle ul li a:hover{

}


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

.dropmenudiv{
	position:absolute;
	margin: 0 0 0 -25px;
	top: 0;
	border: #0070C4 solid 5px;
	border-top-width: 2px;
	line-height:18px;
	z-index:100;
	background-color: #fff;
	width: 175px;
	visibility: hidden;
}


.dropmenudiv a:link, .dropmenudiv a:visited {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #d3d3d3; /*THEME CHANGE HERE*/
	padding: 2px 8px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #0072C8;
	text-decoration: none;
	color: #fff;
}