.chromestyle{ 
	width: 780px;
	height: 26px;
}

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

.chromestyle ul{ 
	height: 26px;
	width: 100%; 
	background: url(chromebg.gif) repeat-x center; /*THEME CHANGE HERE*/
	padding: 0 0; 
	margin: 0; 
	text-align: left;  
	border-left-style: none; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{ 
	height: 26px; 
	color: #ffffff; 
	padding: 2px 10px; 
	margin: 0; 
	text-decoration: none; 
	border-right: 1px solid #dadada; 
}
.chromestyle ul li a:visited{ 
	height: 26px; 
	color: #fff; 
	text-decoration: none;
}

.chromestyle ul li a:hover{ 
	height: 26px; 
	color: #000; 
	background: url(chromebg-over.gif) repeat-x center; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{ 
	position:absolute; 
	top: 0; 
	font:bold 12px/18px arial, Verdana; 
	z-index:100; 
	background-color: white; 
	text-align: left; 
	width: 200px; 
	visibility: hidden; 
	border-color: #bbb; 
	border-style: solid;
	border-width: 1px 1px 0; 
	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: 3px; 
	border-bottom: 1px solid #bbb; /*THEME CHANGE HERE*/
	padding: 2px 0; 
	text-decoration: none; 
	font-weight: bold; 
	color: black; 
	font-size: 12px; 
	line-height: 18px; 
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #000; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 18px; 
	background-color: #f0f0f0; 
}