@charset "UTF-8";
/* CSS Document */

/* THE FOLLOWING ARE FOR THE MAIN NAVIGATION LINKS IN THE HEADER */

#nav {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px 0px 4px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 120px;
	list-style-type: none;
	overflow: hidden;
}
#nav li a, #nav li a:visited {
	text-decoration: none;
	display: block;
	height: 20px;
}

/* These are for the individual top navigation buttons */

#navHome {
	background: url(../images/nav/nav_home.gif) no-repeat 0px 0px;
}
#navHome a:link, #navHome a:active, #navHome a:visited {
	background: url(../images/nav/nav_home.gif) no-repeat -120px 0px;
}
#navHome a:hover {
	background: url(../images/nav/nav_home.gif) no-repeat -240px 0px;
}
#navBiography {
	background: url(../images/nav/nav_biography.gif) no-repeat 0px 0px;
}
#navBiography a:link, #navBiography a:active, #navBiography a:visited {
	background: url(../images/nav/nav_biography.gif) no-repeat -120px 0px;
}
#navBiography a:hover {
	background: url(../images/nav/nav_biography.gif) no-repeat -240px 0px;
}
#navPhotos {
	background: url(../images/nav/nav_photos.gif) no-repeat 0px 0px;
}
#navPhotos a:link, #navPhotos a:active, #navPhotos a:visited {
	background: url(../images/nav/nav_photos.gif) no-repeat -120px 0px;
}
#navPhotos a:hover {
	background: url(../images/nav/nav_photos.gif) no-repeat -240px 0px;
}
#navDiscography {
	background: url(../images/nav/nav_discography.gif) no-repeat 0px 0px;
}
#navDiscography a:link, #navDiscography a:active, #navDiscography a:visited {
	background: url(../images/nav/nav_discography.gif) no-repeat -120px 0px;
}
#navDiscography a:hover {
	background: url(../images/nav/nav_discography.gif) no-repeat -240px 0px;
}
#navMusic {
	background: url(../images/nav/nav_music.gif) no-repeat 0px 0px;
}
#navMusic a:link, #navMusic a:active, #navMusic a:visited {
	background: url(../images/nav/nav_music.gif) no-repeat -120px 0px;
}
#navMusic a:hover {
	background: url(../images/nav/nav_music.gif) no-repeat -240px 0px;
}
#navBlog {
	background: url(../images/nav/nav_blog.gif) no-repeat 0px 0px;
}
#navBlog a:link, #navBlog a:active, #navBlog a:visited {
	background: url(../images/nav/nav_blog.gif) no-repeat -120px 0px;
}
#navBlog a:hover {
	background: url(../images/nav/nav_blog.gif) no-repeat -240px 0px;
}
#navMySpace {
	background: url(../images/nav/nav_myspace.gif) no-repeat 0px 0px;
}
#navMySpace a:link, #navMySpace a:active, #navMySpace a:visited {
	background: url(../images/nav/nav_myspace.gif) no-repeat -120px 0px;
}
#navMySpace a:hover {
	background: url(../images/nav/nav_myspace.gif) no-repeat -240px 0px;
}
#navLinks {
	background: url(../images/nav/nav_links.gif) no-repeat 0px 0px;
}
#navLinks a:link, #navLinks a:active, #navLinks a:visited {
	background: url(../images/nav/nav_links.gif) no-repeat -120px 0px;
}
#navLinks a:hover {
	background: url(../images/nav/nav_links.gif) no-repeat -240px 0px;
}
#navEmail {
	background: url(../images/nav/nav_email.gif) no-repeat 0px 0px;
}
#navEmail a:link, #navEmail a:active, #navEmail a:visited {
	background: url(../images/nav/nav_email.gif) no-repeat -120px 0px;
}
#navEmail a:hover {
	background: url(../images/nav/nav_email.gif) no-repeat -240px 0px;
}
