.chromestyle {
	background-image: url(/images/menubg.gif);
	width: 950px;
	height: 35px;
	border-bottom: 5px solid #555555;
}

.chromestyle ul {
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
}

.chromestyle ul li {
	float: left;
	line-height: 35px;
	margin-right: 15px;
	margin-left: 15px;
	list-style: none; 
}

.chromestyle li.none a:link, .chromestyle li.none a:visited, .chromestyle li.none a:active {
	color: #bfbfbf;
	text-decoration: none;
	font-weight: bold;
}



.chromestyle ul li.none a:hover, .chromestyle ul li.active a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


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

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #333333;
	border-bottom-width: 0;
	font-size: 12px;
	line-height:20px;
	z-index:100;
	background-color: #555555;
	visibility: hidden;
	margin-left: 0px;
	margin-top: 6px;
	font-weight: bold;
}


.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active {
	width: 125px;
	display: block;
	border: 1px solid #333333; 
	text-decoration: none;
	color: #bfbfbf;
	padding-left: 4px;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #811a17;
	padding-left: 4px;
}