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

#nav {
	width: 756px;
	overflow: hidden;
	margin: 0;
}
#nav ul {
	list-style: none;
	margin: 0 0 0 -40px;
	width: 1920px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	text-indent: -1000px;
	background:#000 none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	width:78px;
	height: 200px;
}
/* nav images */
#nav ul li#homeNav a {
	background: url(../images/Home.jpg) repeat scroll 0%;
}
#nav ul li#VisitorsNav a {
	background: url(../images/The_Visitors.jpg) repeat scroll 0%;
}
#nav ul li#RegistryNav a {
	background: url(../images/The_Registry.jpg) repeat scroll 0%;
}
#nav ul li#ReceptionNav a {
	background: url(../images/The_Reception.jpg) repeat scroll 0%;
}
#nav ul li#CeremonyNav a {
	background: url(../images/The_Ceremony.jpg) repeat scroll 0%;
}
#nav ul li#ProposalNav a {
	background: url(../images/The_Proposal.jpg) repeat scroll 0%;
	min-width:320px;
}
