.chromestyle{
	height: 40px;
	text-align: center;
	padding-top: 5px;
}

.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;
	background-repeat: repeat-x;
	background-position: center center;
	color: #FFF;
	text-align: center;
	background-color: #FFF;
}

.chromestyle ul li{
	display: inline;
	text-align: left;
}

.chromestyle ul li a{
	color: #6684C2;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	line-height: -500px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #6684C2;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 175;
	border-bottom-width: 0;
	line-height:16px;
	z-index:100;
	visibility: hidden;
	font-size: 12px;
	float: left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 1px; /*THEME CHANGE HERE*/
	padding: 1px 0;
	text-decoration: none;
	background-color: #D0E6FB;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #C4DEF7;
}
