.chromestyle{
width: 99%;
/*BFR*/
/*font-weight: bold;*/
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: visible;
}

.chromestyle ul{
/*BFR*/
/*border: 1px solid #999999;*/
width: 100%;
/*BFR*/
/*background:  url(../chrometheme/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/

padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
/*BFR*/
/*color: #494949;*/
/*
color: #FFFFFF;
padding: 4px 7px;
margin: 0;*/
font-size: 12px;
text-decoration: underline;
/*BFR*/
/*border-right: 1px solid #999999;*/
padding: 4px;
color: #FFFFFF;
}

.chromestyle ul li a:hover{
color: #999999;
/*BFR*/
/*background:  url(../chrometheme/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-decoration: underline;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*BFR*/
/*content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
/*BFR*/
/*	border: 1px solid #999999;*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:normal;
	z-index:100;
	background-color: #000000;
	width: 100px;
	visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*BFR*/
/*border-bottom: 1px solid #999999; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: underline;
/*font-weight: bold;*/
/*color: black;*/
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #999999;
}

.dropmenudivol{
	position:absolute;
	top: 0;
/*BFR*/
/*	border: 1px solid #999999;*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:normal;
	z-index:100;
	background-color: #FFFFFF;
	width: 100px;
	visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudivol a{
width: auto;
display: block;
text-indent: 3px;
/*BFR*/
/*border-bottom: 1px solid #999999; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: underline;
/*font-weight: bold;*/
/*color: black;*/
}

* html .dropmenudivol a{ /*IE only hack*/
width: 100%;
}

.dropmenudivol a:hover{ /*THEME CHANGE HERE*/
color: #999999;
}