.chromestyle{
	clear:right;
	outline:none;
	margin:24px 0px 0px 0px;
	padding:0px;
	width:718px;
	height:22px;
	float:right;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.chromestyle li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	float: left;
	font-family: Calibri, "Trebuchet MS", Arial, Tahoma;
	font-size:14px;
	color:#2C478A;
	text-decoration:none;
	font-weight: bold;
	text-transform:uppercase;
}

.chromestyle li a{
	margin:0px;
	padding:0px 20px;
	font-family:Calibri, "Trebuchet MS", Arial, Tahoma;
	font-size:14px;
	color:#2C478A;
	text-decoration:none;
	font-weight: bold;
	line-height:22px;
	display:block;
}

.chromestyle li a:hover, .chromestyle li a.selected{ 
	color:#C85110;
	text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#631078;
	font-weight:normal;
	line-height:20px;
	z-index:100;
	background-color: #EFF8CB;
	width: 200px;
	visibility: hidden;
	margin:-1px 0px 0px 0px;
	border:1px solid #ccc;
}


.dropmenudiv a{
	width: auto;
	display: block; /*THEME CHANGE HERE*/
	padding: 5px 0px 5px 20px;
	text-decoration: none;
	font-weight:normal;
	color: #631078;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #631078;
	color:#ffffff;
}