.chromestyle{
	width: 100%;
	font-weight: bold;
	margin:60px 0 0 0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}



/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 11px Verdana;
	line-height:18px;
	margin-top:10px;	
	width:auto;
	z-index:100;
	background-color: white;
	visibility: hidden;
}

.dropmenudiv ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.dropmenudiv li{
	margin:0 0 0 0;
	padding:0 0px 0 15px;
	float:left;
	list-style:none;
}
.dropmenudiv li a{
	font-weight:bold;
	text-decoration:none;
	color:#09427E;
}
.dropmenudiv li a:hover{
	color:#F5BC17;
}