/* 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;
	float: left;
	font-size: 14px;
	font-weight: bold;
	font-family: tahoma, arial, helvetica;
	font-weight: normal;
	line-height: 38px;
	margin: 0;
	}
#nav a {
	color: #000;
	background: transparent;
	float: left;
	width:111px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	}
/* Commented Backslash Hack hides rule fromIE5 Mac \*/
#nav a {float: none;}   /*Ends IE5 Mav Hack*/

#nav a:hover {
	color: #0000ff;
	background-image: url(../images/nav_hover.jpg);
	background-repeat: repeat-x;
	}
#nav #current, #nav #current a {
	color: #ffffff;
	background-color: #666666;
		padding: 0 7px 0 7px;
	}

