/*
©2009 Wordplay Media

Author : Karen Fisher | Wordplay Media

Description : Stylesheet

*/


#nav, #nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 195px;
}

#nav ul {
	margin-top: 10px;
}

#nav a {
	width: 186px;
	height:20px;
	color:#000;
	display: block;
	font-family: Arial,Verdana,"Trebuchet MS";
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	margin: 2px 0;
	padding: 3px 0 0 5px;
	text-decoration: none;
}

#nav li.sub a {
	margin-left: 15px;
	width: 171px;
}

#nav li.subdbl a {
	height: 33px;
	margin-left: 15px;
	width: 171px;
	line-height: 16px;
}

#nav li.dbl a {
	height: 33px;
	margin: 2px 0;
	width: 186px;
	line-height: 16px;
}

#nav a:hover, #nav a#current {
	background-color: #ea8a19;
}

#nav li {
	float: left;
	width: 190px;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav ul li a span {
	padding:0;
	margin:-9999px 0 0 -9999px;		/* this is a trick for if someone has css turned off, inside the anchor tag, write <span>$page-name</span> if css is off the name will appear as text, if not the css kicks it out of view */
}
