.chromestyle{
	clear:both;
	outline:none;
	margin:0px;
	padding:0px;
	height:30px;
	background:url(../images/navi-bg.jpg) repeat-x top left;
}

.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:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

.chromestyle li a{
	margin:0px;
	padding:0px 21px;
	font-family:Calibri, "Trebuchet MS", Arial, Tahoma;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: normal;
	line-height:30px;
	display:block;
}

.chromestyle li a:hover, .chromestyle li a.selected{ 
	color:#EBF4BE;
	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;
}