#topnav {
	position:absolute;
	margin: 0;
	width: 536px;
	height: 130px;
	background: transparent;
	padding-top: 0px;
	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;
	left: 495px;
	top: 102px;
	}

/* Set the UL to have no list item and give it a height */
#topnav ul {
	border: none;
	width: 536px;
	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: 65px;
	}

/* 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 -65px;
	}

/* No active state here so make sure it shows the default portion of the image */
#topnav ul li a:active {
	background-position: 0 -65px;
	}
#wedLink a {
	background-position: 0 0;
	width: 112px;
	background-image: url(/images/nav_wed.png);
	background-repeat: no-repeat;
	}
#wedLink a:hover, #wedLink a:active, #wedLink .selected {
	background-position: 0 -65px;
	}
#partiesLink a {
	background-position: 0 0;
	width: 73px;
	background-image: url(/images/nav_parties.png);
	background-repeat: no-repeat;
	}	
#partiesLink a:hover, #partiesLink a:active, #partiesLink .selected {
	background-position: 0 -65px;
	}
#aboutLink a {
	background-position: 0 0;
	width: 68px;
	background-image: url(/images/nav_about.png);
	background-repeat: no-repeat;
	}
#aboutLink a:hover, #aboutLink a:active, #aboutLink .selected {
	background-position: 0 -65px;
	}
#contactLink a {
	background-position: 0 0;
	width: 77px;
	background-image: url(/images/nav_contact.png);
	background-repeat: no-repeat;
	}
#contactLink a:hover, #contactLink a:active, #contactLink .selected {
	background-position: 0 -65px;
	}
#photosLink a {
	background-position: 0 0;
	width: 70px;
	background-image: url(/images/nav_photos.png);
	background-repeat: no-repeat;
	}
#photosLink a:hover, #photosLink a:active, #photosLink .selected {
	background-position: 0 -65px;
	}
#merchLink a {
	background-position: 0 0;
	width: 67px;
	background-image: url(/images/nav_merch.png);
	background-repeat: no-repeat;
	}
#merchLink a:hover, #merchLink a:active, #merchLink .selected {
	background-position: 0 -65px;
	}
#faqLink a {
	background-position: 0 0;
	width: 69px;
	background-image: url(/images/nav_faq.png);
	background-repeat: no-repeat;
	}
#faqLink a:hover, #faqLink a:active, #faqLink .selected {
	background-position: 0 -65px;
	}