.chromestyle{
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	color: #555555;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0px;
	width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 2px solid #FFFFFF;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #333333;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
	background: url(chromebg-over.gif) center center repeat-x;
	color: #FFFFFF;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	z-index:100;
	background-color: #666666;
	width: 150px;
	visibility: hidden;
	filter: progid;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0 solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	padding-left: 0px;
	text-decoration: none;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
}

.dropmenudiv a:hover{
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
}
