.chromestyle{
	width: 100%;
	font-weight: normal;
	white-space: nowrap;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding-right: 3px;
	padding-left:7px;
	margin: 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #475245;
	font-weight:bold;
}
/*.chromestyle li a{
	background:url(../images/spacer.gif)  no-repeat;
}*/
.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	text-decoration:underline;
	color:#FF9900;

}

.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*/
}

.chromestyle ul li a
{
	text-decoration:none;
	color:#868686;
}
.chromestyle ul li a:link
{
	text-decoration:none;
	color:#868686;
}
.chromestyle ul li a:normal
{
	text-decoration:none;
	color:#868686;
}
.chromestyle ul li a:hover
{
	text-decoration:underline;
	color:#FF9900;
}
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: #b9aea6;
	width:164px;
	visibility: hidden;
	white-space: nowrap;
	text-align:left;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	color: black;
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 10px;
	filter:alpha(opacity=100);
	-moz-opacity:1;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #b9aea6;
	text-decoration:underline;
	color:#000000;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
