/*
©2010 Jay Hollywood
www.jayhollywood.com.au

Description : Navigation Stylesheet

*/

/*
©2010 Jay Hollywood
www.jayhollywood.com.au

Description : Navigation Stylesheet

*/

ul#nav {
	padding: 0;
	position: absolute;
	top: 110px;
	margin: 0;
	list-style: none;
	width: 940px;
	height: 65px;
	display: block;
}

#nav li {
	float: left;
	width: auto;
	height: 65px;
	width: auto;
}

#nav a {
	display: block;
	width: auto;
	height: 65px;
	margin: 0;
	text-indent: -9999px;
}


#nav li#home a {
	background: url(../art/nav.png) 0px 0px no-repeat;
	width: 115px;
	position: relative;
}

#nav li#home.active a, #nav li#home.active a span.hover  {
	background-position: 0px -131px;
}

#nav li#whats-on a {
	background: url(../art/nav.png) -115px 0px no-repeat;
	width: 163px;
	position: relative;
}

#nav li#whats-on.active a, #nav li#whats-on.active a span.hover {
	background-position: -115px -131px;
}

#nav li#bars a {
	background: url(../art/nav.png) -278px 0px no-repeat;
	width: 119px;
	position: relative;
}

#nav li#bars.active a, #nav li#bars.active a span.hover {
	background-position: -278px -131px;
}

#nav li#food a {
	background: url(../art/nav.png) -397px 0px no-repeat;
	width: 118px;
	position: relative;
}

#nav li#food.active a, #nav li#food.active a span.hover {
	background-position: -397px -131px;
}

#nav li#functions a {
	background: url(../art/nav.png) -515px 0px no-repeat;
	width: 160px;
	position: relative;
}

#nav li#functions.active a, #nav li#functions.active a span.hover{
	background-position: -515px -131px;
}

#nav li#sports a {
	background: url(../art/nav.png) -675px 0px no-repeat;
	width: 133px;
	position: relative;
}

#nav li#sports.active a, #nav li#sports.active a span.hover{
	background-position: -675px -131px;
}

#nav li#contact-nav a {
	background: url(../art/nav.png) -808px 0px no-repeat;
	width: 132px;
	position: relative;
}

#nav li#contact-nav.active a, #nav li#contact.active a span.hover{
	background-position: -808px -131px;
}

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

#nav li:hover ul {
	left: auto;
}

#nav li a span.hover {
	background: url(art/nav.png) 0px 0px no-repeat;
	cursor: pointer;
	display: block;
	width: auto;
	height: 65px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

#nav li#home a span.hover {
	background: url(../art/nav.png) 0px -65px no-repeat;
	width: 115px;
}

#nav li#whats-on a span.hover {
	background: url(../art/nav.png) -115px -65px no-repeat;
	width: 163px;
}

#nav li#bars a span.hover {
	background: url(../art/nav.png) -278px -65px no-repeat;
	width: 119px;
}

#nav li#food a span.hover {
	background: url(../art/nav.png) -397px -65px no-repeat;
	width: 118px;
}

#nav li#functions a span.hover {
	background: url(../art/nav.png) -515px -65px no-repeat;
	width: 160px;
}

#nav li#sports a span.hover {
	background: url(../art/nav.png) -675px -65px no-repeat;
	width: 133px;
}

#nav li#contact-nav a span.hover {
	background: url(../art/nav.png) -808px -65px no-repeat;
	width: 132px;
}
