/*drop menu removed by making it invisible*/
#dropmenu5{
	display:none;
}

/*****************************************/

.chromestyle{
	width: 700px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-transform: none;
	color:#ffffff;
	font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width:700px;
 	background: url../images/footer-bg.jpg center center repeat-x; /*THEME CHANGE HERE*/
	padding: 2px;
	margin: 0;
	text-align:right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	color: #FFFFFF;
}

.chromestyle ul li a{
	color: #410e0e;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 1em;
}
.FText div {
	font-family: Helvetica;
	font-size: .7em;
	font-weight: lighter;
	color: #999999;
}
.FText a {
	color: #666666;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	/*background: #405c01 center center repeat-x repeat-y; THEME CHANGE HERE*/
	color: #333333;
	background-image: url(Images/CStar.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	color: #333333;

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #ffffff;
	line-height:20px;
	width:600px;
	visibility: hidden;
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#405c01,direction=35,strength=2);*/
	background-repeat: repeat-x;
	background-position: left top;
}

.dropmenudiv a{
	display: block;
	text-indent: 5px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	color: #333333;
	font-family: Helvetica;
	font-size: 1em;
	line-height: 0.3cm;
	padding-left: 4px;
}

.dropmenudiv a:hover{
	color: #410e0e;
	background-image: url(Images/CStar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
