.chromestyle{
	width: 99%;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding-left:15px;
padding-top:2px;
padding-bottom:2px;
padding-right:15px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle a:hover{
color: #494949;
padding-left:15px;
padding-top:2px;
padding-bottom:2px;
padding-right:15px;
margin: 0;
text-decoration: none;
background-color:#FFFFFF;
border-right: 1px 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*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #dfdfdf; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: tahoma, arial, sans-serif;
	font-size:11px;
	line-height:18px;
	z-index:100;
	background-color:#dfdfdf;
	width: 200px;
	visibility: hidden;
	color:#FFFFFF;
	text-decoration: none;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #c1c1c1; /*THEME CHANGE HERE*/
	padding: 2px 0;
	font-family: tahoma, arial, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	font-family: tahoma, arial, sans-serif;
	font-size:11px;
	color: #000000;
	text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #ca0a08;
	font-family: tahoma, arial, sans-serif;
	font-size:11px;
	text-decoration: none;
	color: #FFFFFF;
}