.cfsmenustyle{
	width: 80%;
	font-weight: bold;
	height : 100%;
}

.cfsmenustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.cfsmenustyle ul{
	border: 0px solid #BBB;
	width: 100%;
	background: url(cfsmenubg.gif) center center repeat-x;
	/*THEME CHANGE HERE*/
	padding: 4 px 6;
	text-align: left;
	/*set value to "left", "center", or "right"*/
	margin-left : 20;
	margin-top : 0;
	border-width : 0;
	margin-bottom : 0;
	margin-right : 0;
	vertical-align : top;
}

.cfsmenustyle ul li{
display: inline;
}

.cfsmenustyle ul li a{
color:#FFDD28;
font-variant : small-caps;
padding: 3px 8px;
margin: 0;
text-decoration: none;
border-right: 0px solid #FFDD28;
}

.cfsmenustyle ul li a:hover{
background: url(cfsmenubg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.cfsmenustyle 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;
	border: 1px solid #BBB;
	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: Green;
	width: 200px;
	visibility: hidden;
	/*Add Shadow in IE. Remove if desired*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 10px;
	color : #FFDD28;
	font-variant : small-caps;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: #FFDD28;
	font-variant : small-caps;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
	background : url(cfsmenubg-over.gif);
}

A.dropmenutext {
	/*Add Shadow in IE. Remove if desired*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 10px;
	color : #FFDD28;
	font-variant : small-caps;
}