.cfsmenustyle{
	width: 100%;
	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;
	width: 98%;
	background: url(cfsmenubg.gif) center center repeat-x;
	/*THEME CHANGE HERE*/
	padding: 4px 4px;
	text-align: left;
	/*set value to "left", "center", or "right"*/
	margin-left : 24;
	margin-top : 4;
	border-width : 0;
	margin-bottom : 0;
	margin-right : 0;
	vertical-align : middle;
}

.cfsmenustyle ul li{
display: inline;
}

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

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

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


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 2px;
	border-bottom: 0px solid #030395;
	/*THEME CHANGE HERE*/
	padding:4px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

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

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

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