/*
©2009 Jay Hollywood
www.jayhollywood.com.au

Description : Stylesheet

*/
#nav {
	width: 960px;
	display: block;
	position: absolute;
	top: 266px;
	z-index: 10;
}
	
#nav ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
	width: auto;
}


#nav a {
	display: block;
	width: auto;
	color: #fff;
	height: 21px;
	font-size: 1.1em;
	text-decoration: none;
	text-shadow: #363636 1px -1px 0px;
	background: url(../art/navbg.gif) no-repeat 0 0;
	padding: 3px 14px 1px 30px;
	float: left;
}

#nav a:hover {
	background-position: 0 -25px;
	color: #222;
	text-shadow: #eee 1px 1px 0px;
}

#nav a.current {
	background-position: 0 -50px;
}


