.chromestyle{
	width: 980px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 108px;
	padding-top: 50px;
	background-image: url(../images/common/menuBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: none;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	padding: 4px 18px;
	/*width: 146px;*/
	float:left;
	text-decoration: none;
	border-right: none;
	color: #E2007A;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font-size: 12px;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	background-image: url(../images/common/menuAlphaPanel.png);
	background-repeat: repeat;
	left: -40px;
	padding: 10px;
	clip: rect(auto,auto,auto,-40px);
	margin-left: 8px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 1px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0px;
text-decoration: none;
font-weight: bold;
color: #E2007A;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
color:#ffffff;
}
