.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

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

.chromestyle ul{
	border: 0px solid #DBDBD8;
	width: 100%;
	padding: 9px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
	color: #494949;
	padding: 8px 35px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: none;
}

.chromestyle ul li a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-color: #505050;
	background-repeat: repeat-x;
	background-position: center center;
	color:white;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px solid #d0d0d0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:25px;
	z-index:180;
	background-color: #d0d0d0;
	width: 250px;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: bold;
	font-weight: bold;
	font-variant: bold;
	color: #000000;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #505050;
font-weight: normal;
color: white;
}