.chromestyle{
	width: 99%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
	color: #999999;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	line-height:20px;
	z-index:100;
	width: 200px;
	visibility: hidden;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-left: 4px;
	background-color: #FFFFFF;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #8BB730;
	background-color: #FFFFFF;
}
