/*
©2008 Bam Creative

Author : Jay Hollywood | Bam Creative

Description : Stylesheet

*/
#nav {
	position: absolute;
	top: 120px;
	right: 1px;
	list-style: none;
	height: 40px;
	width: 515px;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 40px;
	width: 515px;
}


#nav a {
	display: block;
	height: 40px;
	float: left;
}

#nav li {
	float: left;
	}

#nav li a#home{
	width: 56px;
	background: url(images/nav.gif) 0 0;
}
#nav li a#home:hover{
	background: url(images/nav.gif) 0 -40px;
}
#nav li a#home.active{
	background: url(images/nav.gif) 0 -80px;
}

#nav li a#book{
	width: 101px;
	background: url(images/nav.gif) -56px 0;
}
#nav li a#book:hover{
	background: url(images/nav.gif) -56px -40px;
}
#nav li a#book.active{
	background: url(images/nav.gif) -56px -80px;
}

#nav li a#miles{
	width: 116px;
	background: url(images/nav.gif) -157px 0;
}
#nav li a#miles:hover{
	background: url(images/nav.gif) -157px -40px;
}
#nav li a#miles.active{
	background: url(images/nav.gif) -157px -80px;
}

#nav li a#buy{
	width: 88px;
	background: url(images/nav.gif) -273px 0;
}
#nav li a#buy:hover{
	background: url(images/nav.gif) -273px -40px;
}
#nav li a#buy.active{
	background: url(images/nav.gif) -273px -80px;
}

#nav li a#sample{
	width: 154px;
	background: url(images/nav.gif) -361px 0;
}
#nav li a#sample:hover{
	background: url(images/nav.gif) -361px -40px;
}
#nav li a#sample.active{
	background: url(images/nav.gif) -361px -80px;
}

#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 */
}
