#topnav {
	float: right;
	margin: 0;
	height: 27px;
	background: transparent;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/* Set the UL to have no list item and give it a height */
#topnav ul {
	border: none;
	list-style-type: none;
	z-index: 1;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#topnav ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal */
	float: left;
	/* This will be used later for dropdowns */
	position: relative;
	}

#topnav ul li a {
	/* change each anchor item to a block so that it takes up space */
	display: block;
	text-decoration: none;
	/* WIN IE5 hack */
	height: 27px;
	}

/* Hide the text on the top nav bar */
#topnav ul li a span {
	display: none;
	}

/* On over move the viewable portion of the image up */
#topnav ul li a:hover {
	background-position: 0 -27px;
	}

/* No active state here so make sure it shows the default portion of the image */
#topnav ul li a:active {
	background-position: 0 0;
	}
#aboutLink a {
	background-position: 0 0;
	width: 44px;
	background-image: url(images/nav_about.gif);
	background-repeat: no-repeat;
	}
#aboutLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -27px;
	}
#contactLink a {
	background-position: 0 0;
	width: 61px;
	background-image: url(images/nav_contact.gif);
	background-repeat: no-repeat;
	}
#contactLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -27px;
	}
#galleryLink a {
	background-position: 0 0;
	width: 58px;
	background-image: url(images/nav_gallery.gif);
	background-repeat: no-repeat;
	}
#galleryLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -27px;
	}
#musicLink a {
	background-position: 0 0;
	width: 49px;
	background-image: url(images/nav_music.gif);
	background-repeat: no-repeat;
	}
#musicLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -27px;
	}
#storeLink a {
	background-position: 0 0;
	width: 51px;
	background-image: url(images/nav_store.gif);
	background-repeat: no-repeat;
	}
#storeLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -27px;
	}