#nav-list{
	font-family: 'Trebuchet MS', 'Lucida Grande',
		  Verdana, Lucida, Geneva, Helvetica, 
		  Arial, sans-serif;
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#nav-list li{
	margin: 0px;
	border-top: 1px solid #ad4500;
	border-bottom: 1px solid #ffa366;
	padding: 0px;
}
#nav-list li a{
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 5px 5px 3px 10px;
	font-weight: bold;
	color: #111;
	background: #ff7011;
}
#nav-list li a:hover{
	background: #a64200;
	color: #eee;
}
#nav-list li a.current{
	background: #000;
	color: #eee;
	cursor: default;
}
#nav-list li a.current:hover{
	background: #000;
	color: #eee;
}