.chromestyle { 
	width: 99%; 
	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 { 
	padding: 0; 
	margin: 0; 
	text-align: left; 
	/*set value to "left", "center", or "right"*/ }

.chromestyle ul li { 
	line-height:30px;
	vertical-align:top;
	display: inline; 
	padding:0 20px 0 0; 
	margin: 0; 
 }

.chromestyle ul li a { 
	color: #ccc; 
	margin: 0; 
	text-decoration: none; 
	padding:0; }

.chromestyle ul li a:hover { 
	/*script dynamically adds a class of "selected" to the current active menu item*/ 
	background: url(chromebg4.gif) center center repeat-x; 
	/*THEME CHANGE HERE*/ 
	color: #fff; }
.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; }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv { 
	position: absolute; 
	top: 0; 
	padding: 0; 
	margin: 0; 
	border: 1px solid #26211d; 
	/*THEME CHANGE HERE*/ 
	font: normal 12px; 
	line-height: 18px; 
	z-index: 1000; 
	background-color: #800000; 
	text-align: left; 
	visibility: hidden;
	width: 100px; 
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#0d0d0d,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/ }


.dropmenudiv a { 
	width: auto; 
	display: block; 
	text-indent: 3px; 
	border-bottom: 1px solid #2e2925; 
	/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/ 
	padding: 4px 0; 
	text-decoration: none;
	color: #fff;
	/*font-weight: bold;*/ }

* html .dropmenudiv a { /*IE only hack*/ 
	width: 100%; }

.dropmenudiv a:hover { /*THEME CHANGE HERE*/ 
	color: #ccc;
	background-color: #1b1612; }

