.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%; /*THEME CHANGE HERE*/
	color: #FFFFFF;
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-image: url(../images/chromebg2.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li{
display: inline;
color:	#FFFFFF;
}

.chromestyle ul li a:link {
	color: #FFFFFF;
	font-weight:bold;
		padding: 4px 27px;
margin: 0;
text-decoration: none;
	}
	.chromestyle ul li a:visited {
	color: #FFFFFF;
	font-weight:bold;
		padding: 4px 27px;
margin: 0;
text-decoration: none;
}
	.chromestyle ul li a:hover {
	color: #ECD9D8;
	text-decoration: underline;
	font-weight:bold;
		padding: 4px 27px;
margin: 0;
text-decoration: none;
	}
	.chromestyle ul li a:active {
	color: #FFFFFF;
	font-weight:bold;
		padding: 4px 27px;
margin: 0;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #AD117B; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 13px Verdana;
	font-weight: normal;
	text-decoration:none;
	text-align:center;
	line-height:18px;
	z-index:100;
	background-color: #ECD9D8;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #AD117B; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #190B6D;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F2EFF5;
text-decoration:none;
}
