.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	color: #FFFFFF;
}

.chromestyle ul{
	border: 2px none #333333;
	width: 100%;
	background: #333333 repeat-x center center;
	padding: 4px 0;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

.chromestyle ul li{
	display: inline;
	color: #FFFFFF;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 12px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}
.chromestyle ul li a.visited{
color: #FFFFFF;
padding: 4px 12px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	background: #333333 repeat-x center center;
	color: #a3c699;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
: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;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	font-size: 11px;
}

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

.dropmenudiv a:hover{
	background-color: #333333;
	color: #FFFFFF;
}
