.chromestyle
{	
	margin:0px;
	padding:0px;
	width: 100%;
	font-weight: bold;
}

.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%;
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 12px 0px 0px 0px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{	
	margin:0px;
	padding:0px 1px 0px 1px;
	display: inline;
	background-image:none;
	

}

.chromestyle ul li a
{
	color:#ffffff;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-transform:uppercase;
	font-size:11px;
}

.chromestyle ul li a:visited
{
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color:#ffffff;
}

.chromestyle ul li a:hover
{
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color:#9FA110;
}

.chromestyle ul li a[rel]:after
{ /*HTML to indicate drop down link*/
	content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv
{	
	position:absolute;
	margin: 12px 0px 0px 0px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	background-color:#C2C4A7;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	white-space:nowrap;
	
}

.dropmenudiv a:link
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	font-weight: bold;
	color:#000000;
	font-size:11px;
	border-bottom:1px solid #9F9C87;
	text-transform:uppercase;
}

.dropmenudiv a:visited
{ /*IE only hack*/
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	font-weight: bold;
	color:#000000;
	font-size:11px;
	border-bottom:1px solid #9F9C87;
	text-transform:uppercase;
}

.dropmenudiv a:hover
{ /*THEME CHANGE HERE*/

	background-color:#626307;
	color:#FFFFFF;
	white-space:nowrap;

}