.chromestyle
{
	font-weight: lighter;
	font-size: 12px;
	text-decoration: none;
}


.chromestyle ul
{
	height: 26px;
	font-size: 12px;
	padding-top: 5px;
	border: 0px solid #BBB;
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	margin: 0;
	padding-left: 0px;
	color: #707070;
	font-family: "Trebuchet MS" , Tahoma, Verdana, Arial;
	font-weight: bold;
	list-style: none;
	text-align: center;
}
.chromestyle ul li
{
	display: block;
	width: auto;
	text-decoration: none;
	list-style: none;
}

.chromestyle ul li a
{
	color: #494949;
	font-size: 12px;
	list-style: none;
	margin: 0px;
	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*/
	color: #BF1925;
	font-size: 12px;
	list-style: none;
	margin: 0px;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	text-align: left;
	position: absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	z-index: 100;
	background-color: #09a14c;
	width: 200px;
	visibility: hidden;
	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: white;
}

* html .dropmenudiv a
{
	/*IE only hack*/
	width: 100%;
	text-decoration: none;
}

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
	background-color: #BF1925;
}

.menulink
{
	color: #494949;
	font-size: 12px;
	text-decoration: none;
	font-family: "Trebuchet MS" , Tahoma, Verdana, Arial;
	font-weight: bold;
}

.menulink:hover
{
	/*script dynamically adds a class of "selected" to the current active menu item*/
	color: #BF1925;
	font-size: 12px;
	text-decoration: none;
	padding-top: 2px;
	font-family: "Trebuchet MS" , Tahoma, Verdana, Arial;
	font-weight: bold;
}
