/* CSS Document */

/* TOP NAV BAR */
#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 750px;
	padding: 0;
	height: 115px;
	line-height:normal;
	border-bottom: 1px solid #FFFFFF; /* Line for bottom of Top Nav Image */
	background: url(../images/GIFs/TopNav.gif) no-repeat; /* Top Nav Image */
}
#topnav ul {
	float: right;
	padding: 0;
	margin: 5px;
}

#topnav li {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
}
#topnav a {
	float:left;
	display:block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	}
#topnav a.first {
	float:left;
	display:block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	color: #FFFFFF;
	border-left: 0px;

	}	
#topnav a:hover {
	color: #55A740;
	}
	
/* MAIN NAV BAR */

#mainnav { /* Nav Bar Defaults */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #6F8B6F /* url(../Images/GIFs/TopNav_Lines.gif) no-repeat*/;
	padding: 0;
	font-weight: bold;
	height: 20px;
	line-height:normal;
	border-bottom: 2px Solid #FFFFFF; /* Line for bottom of Nav menu */
	text-transform: uppercase;
	/*text-align: right;*/
	display: block;
	
}

#mainnav ul {

	white-space: nowrap;
	list-style: none;
	display: block;
	float: right;
	padding: 0;
	margin: 0;
	margin-right: 5px; /* Margin from the right of the page for the Nav Bar menu */
	width: inherit;
}
	
#mainnav li {
	padding: 50;
	margin: 0;
	display: inline;
	float: left;
}

#mainnav a { /* Nav Bar Text */
	float:left;
	text-align: center;
  	display:block;
	padding: 4px 10px 6px 10px; /* Bar height */
	text-decoration: none;
	color: #FFFFFF;
	
	}

#mainnav a:hover {
	color: #55A740;
}
#mainnav #current {
	/*float: left;
	padding: 0;
	margin: 0;*/
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	/*background:url(../images/tab_all2.gif) no-repeat right bottom;*/
}
#mainnav #current a {
	color: #55A740;
	/*background:url(../images/tab_all2.gif) no-repeat left bottom;*/
}
