/* this stylesheet was created by following the tutrials from 
	Eric Meyer's book: "More Eric Meyer on CSS" */ 
body{
		behavior: url("css/csshover.htc");
	}
#nav {
	margin: 0;
	padding: 0;
	}
#nav li {
	list-style: none;
	float: left;
	font-family: arial, hevetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	margin: 0;
	}
#nav a {
	color: #ffffff;
	background: #3A6918;
	float: left;
	padding: 0 0 0 10px;
	width: 130px;
	display: block;
	text-decoration: none;
	border: 1px solid;
	border-color: #fff #333 #333 #fff;
	}
/* Commented Backslash Hack hides rule fromIE5 Mac \*/
#nav a {float: none;}   /*Ends IE5 Mav Hack*/


#nav a:hover {
	color: #445043;
	background-color: #FFC600;
	border-color: #000 #333 #333 #000;
	}
#nav #current, #nav #current a {
	color: #445043;
	background-color:#99cc33;
	width: 130px;
	}
