.chromestyle{
	width: 700px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:0.8em;
	text-transform: none;
	color:#ffffff;
	font-weight: normal;
	height: 30px;
	padding-left: 40px;
}

.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;
	margin: 0;
	text-align:left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.chromestyle ul li{
	display: inline;
	color: #FFFFFF;
	height: 40px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
}

.chromestyle ul li a:hover{
	/*background: #405c01 center center repeat-x repeat-y; THEME CHANGE HERE*/
	color: #CCCCCC;
	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: "Trebuchet MS", Tahoma, Verdana;
	font-size:.8em;
	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;
	margin-left: 0px;
	margin-top: 10px;
}

.dropmenudiv a{
	display: block;
	text-indent: 5px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	color: #FFFFFF;
	padding-left: 4px;
	background-color: #5A9370;
}

.dropmenudiv a:hover{
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9ac0a4;
}
	
.FText div {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size:.8em;
	font-weight: lighter;
	color: #999999;
}
.FText a {
	color: #666666;
	text-decoration: none;
}
