.chromestyle{
	width: 100%;
	font-weight: bold;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EB0483;
	z-index: 900;
}

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

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-image: url(/public/images/chromebg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none; /*THEME CHANGE HERE*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #945FC9;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 9px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(/public/images/chrome-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}


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

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #EB0483;
	width: 200px;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EB0483;
	border-right-color: #EB0483;
	border-bottom-color: #EB0483;
	border-left-color: #EB0483;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #EB0483;
	background-color: #EB0483;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #3D0A47;
	background-image: url(/public/images/chrome-over.gif);
}
