.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;
}
.chromestyle ul li a:link, .chromestyle ul li a:visited, .chromestyle ul li a:active, {
	color: #FFF;
	text-decoration: none;
	border-bottom: 0px;
}
.chromestyle ul li a:hover{
	color: #596C9A;
	border-bottom: 0px;
}
.chromestyle ul li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	z-index:100;
	background-color: #596C9A;
	visibility: hidden;
	text-align: left;
}
.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active, {
	display: block;
	text-indent: 0px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: solid 1px #4489C6;
}
.dropmenudiv a {
	display: block;
	text-indent: 0px;
	padding: 2px;
	text-decoration: none;
	color: #19466D;
	border-bottom: 1px solid #19466D;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ 
	background-color: #FFFFFF;
	border-bottom: 1px solid #19466D;
	color: #19466D;
	text-decoration: none;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
