#nav {
	float:left;
	width:100%;
	border-bottom: 1px solid #000;
	padding-left: 30px;
	/*background:#fff url(../images/nav/bg.gif) repeat-x bottom;*/
}
#nav ul {
	margin:0;
	padding: 10px 10px 0;
	list-style:none;
	
}
#nav li {
	float:left;
	display:inline;
	background:url(../../images/nav/right_both.gif) no-repeat right top;
	margin:0 0 0 9px;
	padding:0;
}
#nav a {
	float:left;
	display:block;
	position:relative;
	left:-9px;
	margin-right:-9px;
	width:.1em;
	background:url(../../images/nav/left_both.gif) no-repeat left top;
	padding:8px 10px;
	text-decoration:none;
	font-weight:normal;
	color:#000;
	font-family: arial, sans-serif;
	font-size: 1em;
	white-space: nowrap;
}
#nav > ul a {
	width:auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {
	float:none;
}
/* End IE5-Mac hack */
#nav a:hover {
	color:#000;
}
#home, 
#news,
#work, 
#volunteer,
#equip,
#rehab,
#audio.
#events,
#find,
#contact {
	background-position:100% -150px;
}
#home a:hover, 
#news a:hover,
#work a:hover, 
#volunteer a:hover,
#equip a:hover,
#events a:hover,
#rehab a:hover,
#audio a:hover,
#find a:hover,
#contact a:hover {
	background-position:0 -150px;
	padding-bottom:8px;
	color:#000;
	text-decoration: underline;
}
/* not for IE5.x or IE6 */
#nav li:hover, 
#nav li:hover a {
	background-position: 100% -150px;
	color:#000;
}
#nav li:hover a {
	background-position: 0 -150px;
}

#nav li.current, #nav li.current a.current {
	background-position: 0 -300px;
	color: #ffff00;
}
#nav li.current {
	background-position: 100% -300px;
}
