/*Base Nav Styles*/
#nav {height:30px; padding:0; margin:0 0 20px; list-style:none;}
	/*Top level buttons*/
	#nav li {float:left; height:30px; position:relative; border-right:1px solid #99C; white-space:nowrap;}
	#nav .last {border:none;}
	/*Drop-down lists*/
	#nav ul {position:absolute; top:30px; left:-999em; padding:0; margin:0; list-style:none;}
	#nav li:hover ul, #nav li.sfhover ul {left:0;}
	/*Drop-down list items*/
	#nav li li {float:none; height:auto; width:100%; background:#ABD6AA; border-right:none; border-bottom:1px solid #CEE8CD; margin:0; padding:0;}
	/*Image replacement spans*/
	#nav span {height:30px; position:absolute; top:0; left:0;}
	/*Link styling*/
	#nav a {display:block; height:100%; overflow:hidden;}
	#nav ul a {text-decoration:none; color:#232374; padding:2px 6px;}
	#nav ul a:hover {background:#CEE8CD; border:1px solid #4BA647; padding:1px 5px;}

/*Image Replacement*/
#nav li:hover span, #nav li.sfhover span,
#order #nvrec span,
#schedule #nvsched span,
#book #nvbook span,
#stories #nvstories span,
#about #nvbios span,
#friends #nvfriends span,
#contact #nvcontact span
{background-position:0 -200px;}

/*Recordings*/
#nvrec, #nvrec span {background:url(/images/nav/tn_record.png) no-repeat; width:136px;}
	#nvrec li {min-width:136px;}
/*Schedule*/
#nvsched, #nvsched span {background:url(/images/nav/tn_schedule.png) no-repeat; width:85px;}
/*Booking*/
#nvbook, #nvbook span {background:url(/images/nav/tn_book.png) no-repeat; width:82px;}
/*Stories*/
#nvstories, #nvstories span {background:url(/images/nav/tn_stories.png) no-repeat; width:109px;}
	#nvstories li {min-width:109px;}
/*Bios & Photos*/
#nvbios, #nvbios span {background:url(/images/nav/tn_bios.png) no-repeat; width:124px;}
	#nvbios li {min-width:124px;}
/*Friends*/
#nvfriends, #nvfriends span {background:url(/images/nav/tn_friends.png) no-repeat; width:153px;}
/*Contact*/
#nvcontact, #nvcontact span {background:url(/images/nav/tn_contact.png) no-repeat; width:75px;}