.chromestyle{
	width: 620px;
	font-weight: normal;
}

.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*/
	padding: 0px;
	margin: 0;
	text-align: right;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #7D7D7D;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 12px;
	padding-right: 11px;
	padding-bottom: 12px;
	padding-left: 11px;
	font-weight: bold;
	letter-spacing: 0em;
}

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

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

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #EAE9E7;
	width: 200px;
	visibility: hidden;
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 13px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-transform: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #7D7D7D;
	color: #FFFFFF;
}

