.chromestyle{
	float:right;
	padding:0;
	margin:0 0 0 0;
	width: 912px;
	font-size:13px;
	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{
	background:#888 url(../images/bgBlack40.png); /*THEME CHANGE HERE*/	
	padding:7px 0px;
	margin: 0;
	text-align:center; /*set value to "left", "center", or "right"*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:#888888 1px solid;

}

.chromestyle ul li{
	display:inline;	
	color:#777;
}

.chromestyle ul li a{
	color:#fff;
	padding:7px;
	margin:0;
	
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#fff;
	background:#666666 url(../images/bg_dots.gif); /*THEME CHANGE HERE*/
	text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font-size:12px;
	line-height:1em;
	z-index:100;
	background:#ccc url(../images/bgBlack40.png); /*THEME CHANGE HERE*/
	width: 160px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
	
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	font-weight: normal;
	color:#fff;
	padding:7px;
	border-bottom:#666 1px dotted;
}


.dropmenudiv a:visited{
	color:#fff;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

	width: auto;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	font-weight: normal;
	color:#fff;
	background:#666666 url(../images/bg_dots.gif); /*THEME CHANGE HERE*/
}