@charset "utf-8";
/* CSS Document */

#nav{
	width:200px;
	height:210px;
	float:right;
	clear:right;
	background:transparent;
	margin:13px 85px 0 0;
	text-align:left;
}

#nav a{
	display:block;
	text-indent:-9999em;
	outline:none;
	margin-bottom:12px;
}

#nav a#home{
	width:69px;
	height:15px;
	background:url(images/homeLink.png) no-repeat top left;
}

#nav a#home:hover{
	width:69px;
	height:15px;
	background:url(images/homeLink.png) no-repeat bottom left;
}

#nav a#bio{
	width:133px;
	height:16px;
	background:url(images/biographyLink.png) no-repeat top left;
}

#nav a#bio:hover{
	width:133px;
	height:16px;
	background:url(images/biographyLink.png) no-repeat bottom left;
}

#nav a#news{
	width:63px;
	height:13px;
	background:url(images/newsLink.png) no-repeat top left;
}

#nav a#news:hover{
	width:63px;
	height:13px;
	background:url(images/newsLink.png) no-repeat bottom left;
}

#nav a#tour{
	width:156px;
	height:15px;
	background:url(images/tourLink.png) no-repeat top left;
}

#nav a#tour:hover{
	width:156px;
	height:15px;
	background:url(images/tourLink.png) no-repeat bottom left;
}

#nav a#oil{
	width:180px;
	height:13px;
	background:url(images/oilLink.png) no-repeat top left;
}

#nav a#oil:hover{
	width:180px;
	height:13px;
	background:url(images/oilLink.png) no-repeat bottom left;
}

#nav a#photos{
	width:93px;
	height:14px;
	background:url(images/photosLink.png) no-repeat top left;
}

#nav a#photos:hover{
	width:93px;
	height:14px;
	background:url(images/photosLink.png) no-repeat bottom left;
}

#nav a#music{
	width:71px;
	height:15px;
	background:url(images/musicLink.png) no-repeat top left;
}

#nav a#music:hover{
	width:71px;
	height:15px;
	background:url(images/musicLink.png) no-repeat bottom left;
}

#nav a#store{
	width:79px;
	height:15px;
	background:url(images/storeLink.png) no-repeat top left;
}

#nav a#store:hover{
	width:79px;
	height:15px;
	background:url(images/storeLink.png) no-repeat bottom left;
}

#nav a#contact{
	width:157px;
	height:15px;
	background:url(images/contactLink.png) no-repeat top left;
}

#nav a#contact:hover{
	width:157px;
	height:15px;
	background:url(images/contactLink.png) no-repeat bottom left;
}

#nav a#press{
	width:157px;
	height:15px;
	background:url(images/contactLink.png) no-repeat top left;
}

#nav a#press:hover{
	width:157px;
	height:15px;
	background:url(images/presslink.png) no-repeat bottom left;
}
