#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	padding: 0;
	margin: 0;
	line-height: 21px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	text-transform: uppercase;
}
#nav li a {
	padding: 0 0 0 25px;
	display: block;
	height: 21px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	background: url(/images/arrow.gif) 7px 50% no-repeat #FFDFB1;
}
#nav li a:hover, #nav li a:active, #nav li a:hover.special, #nav li a:active.special{
/* Declaring everything twice because random versions of IE7 think this should blink otherwise */
	padding: 0 0 0 25px;
	display: block;
	height: 21px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	background: url(/images/arrow.gif) 7px 50% no-repeat #FF9900;
}
a img {
	border: 0;
}
#nav li a.special {
	background-color: #FCF392;
}
