.chromestyle{
	position: absolute;
	width: 800px;
	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{
	border: 0px solid #BBB;
	width: 100%;
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 7px 0;
	margin: 0;
	margin-top:25px;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}

.chromestyle ul li a{
	color: #999999;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
	color: #981c1e;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 0px 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(chromebg-over-delete.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	color:#999999;
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size: 13px;
	z-index:500;
	background-color: #ffffff;
	width: 225px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	color:#999999;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height:15px
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	font-size: 13px;
	
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #ff9900;
	font-size: 13px;
}
