#chromemenu ul li a:hover, #chromemenu ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(chromebg-over.gif) center center repeat-x;
	color:#e25011!important /*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color:#464646;
	width: 200px;
	visibility: hidden;
	padding:5px 0;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 10px;
	text-decoration: none;
	color: #fff;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #000;
	color:#fff
}
