/* this stylesheet was created by following the tutrials from 
	Eric Meyer's book: "More Eric Meyer on CSS" */ 

#top{
	margin: 0 auto;
	text-align: center;
	padding-top: 2px;
	}
#top li {
	list-style: none;
	float: left;

	line-height: 18px;
	margin: 0;
	}
#top a {
	color: #ffffff;
	background: #000000;
	float: left;
	width: 91px;

	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid;
	border-color: #000 #333 #333 #ccc;
	}
/* Commented Backslash Hack hides rule fromIE5 Mac \*/
#top a {float: none;}   /*Ends IE5 Mav Hack*/

#top a:hover {
	color: #ffc288;
	background-color: #cc0000;
	border-color: #000 #333 #333 #000;
	}
#top #current, #nav #current li {
	color: #fff;
	width: 97px;
	background-color:  #ff7f55;
	}
