.chromestyle{
	width: 100%;
	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%;
	float:left;
	background: url(../images/menu_backg.gif) top left repeat-x; /*THEME CHANGE HERE*/
	padding: 0;
	margin-top:20px;
	height:40px;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	float:left;
	height:19px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-shadow: black 0.1em 0.1em 0.2em
/*	border-right: 1px solid #DADADA;*/

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../images/menu_backg_over.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top:0px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:18px;
	z-index:100;
	background-color:#f1f1f1;
	width: 350px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding:4px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #72b697;
	color:#ffffff;
}
