.chromestyle {
	text-align: center;
}
.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;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0px;
	margin-top: 0px;
	line-height:14px;
	z-index:100;
	background-color: #FFFFFF;
	visibility: hidden;
	text-align: left;
	border: 1px solid #D5D5D5;
}
#chromemenu #nav  #dropmenu1 a {
	margin: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.dropmenudiv a:hover{
	background-color: #020258;
	border-bottom: 1px solid #19466D;
	color: #3A3A3A;
	text-decoration: none;
	display: block;
	width: 91%;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#chromemenu #nav .dropmenudiv a {
	color: #030303;
	background-image: none;
}
#chromemenu #nav .dropmenudiv a:hover {
	background-color: #021162;
	color: #FFFFFF;
	display: block;
}

