/* this stylesheet was created by following the tutrials from 
	Eric Meyer's book: "More Eric Meyer on CSS" */ 

#nav {
	margin: 0;
	padding: 0;
	}
#nav li {
	list-style: none;
	display: inline;
	text-align: center;
	font-size: 14px;
	font-family: tahoma, arial, helvetica;
	font-weight: bold;

	margin: 0;
	}
#nav a {
	color: #fff;
	background: transparent;
	display: inline;
	text-align: center;
	padding: 0 25px 0 25px;
	display: inline;
	text-decoration: none;

	}
/* Commented Backslash Hack hides rule fromIE5 Mac \*/
#nav a {float: none;}   /*Ends IE5 Mav Hack*/

#nav a:hover {
	color: #ffebbe;
	text-decoration: underline;
	}
#nav #current, #nav #current a {
	color: #ffffff;
	background-color: #666666;
		padding: 0 7px 0 7px;
	}

