/*
©2008 Bam Creative

Author : Jay Hollywood | Bam Creative

Description : Stylesheet

*/

#nav {
	float: left;
	padding: 0;
	margin: 7px 0 0 10px;
	list-style: none;
	width: 760px;
	height: 38px;
	display: block;
	display: inline;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

#nav a {
	font-size: .75em;
	color: #1b1b1b;
	text-decoration: none;
	display: block;
	padding: 0 0 11px 0;
}

#nav a:hover {
	color: #555;
}
#nav li {
	padding: 12px 8px 0 8px;
	height: 26px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #bdbdbd;
	display:block;
	float:left;
	position:relative;
}

#nav li:hover, #nav li.sfhover {
	background: url(/art/lihover.gif) repeat-x;
	}


#nav li li {
	width: 140px;
	border: 0;
	padding: 0;
	border-top: 1px solid #fff;
	height: 24px;
	display: block;
	float: left;
	}


#nav li li a{
	width: 132px;
	border: 0;
	padding: 4px 0 0 8px;
	background: url(/art/lilibg.gif) repeat-x;
	height: 20px;
	display: block;
	}

#nav li li a:hover{
	background: url(/art/lilihover.gif) repeat-x;
	color: #fff;
	
	}

#nav li ul {
	position: absolute;
	width: 140px;
	left: -999em;
	margin-left: -8px;
	border: 1px solid #ddd;
	border-top: 0;
	z-index: 1000;
	
}

#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 */
}
