.chromestyle{
	width: 100%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;


}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 800px;
	background: repeat-x center center;
	padding: 4px 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #00FFFF;




}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 2px 17px;
margin: 0;
text-decoration: none; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
	color: #FFFFFF;
	background-color: #336633;


}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 1.2em/16px Verdana, Arial, Helvetica, sans-serif;
	z-index:100;
	background-color: #003300;
	width: 120px;
	visibility: hidden;
	filter: progid;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0 solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #003300;

}

.dropmenudiv a:hover{
	background-color: #336633;
	color: #FFFFFF;

}
