@charset "utf-8";

#nav {
	padding: 0px;
	height: 71px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	overflow: hidden;
}


#nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	overflow: hidden;
}


#nav #about a:link, #nav #about a:visited {
	background-image: url(_images/nav-001-about.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 73px;
	width: 114px;
	display: block;
}
/*#nav #about-current a:link, #nav #about-current a:visited {
	background-image: url(images/button-about-current.jpg);
	height: 42px;
	width: 104px;
	display: block;
	text-indent: -9999px;
}*/
#nav #about a:hover, #nav #about a:active, #nav #about-current a:hover, #nav #about-current a:active {
	background-position: left bottom;
	border: none;

}


#nav #schedule a:link, #nav #schedule a:visited {
	background-image: url(_images/nav-002-schedule.jpg);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 73px;
	width: 122px;
	text-indent: -9999px;
}
/*#nav #schedule-current a:link, #nav #schedule-current a:visited {
	background-image: url(images/button-services-current.jpg);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 129px;
	text-indent: -9999px;
}*/
#nav #schedule a:hover, #nav #schedule a:active, #nav #schedule-current a:hover, #nav #schedule-current a:active {
	border: none;
	background-position: left bottom;

}


#nav #store a:link, #nav #store a:visited {
	background-image: url(_images/nav-003-store.jpg);
	display: block;
	height: 73px;
	width: 88px;
	text-indent: -9999px;
}
/*#nav #store-current a:link, #nav #store-current a:visited {
	background-image: url(images/button-portfolio-current.jpg);
	display: block;
	height: 42px;
	width: 142px;
	text-indent: -9999px;
}*/
#nav #store a:hover, #nav #store a:active, #nav #store-current a:hover, #nav #store-current a:active {
	border: none;
	background-position: left bottom;

}
#nav #center {
	background-image: url(_images/nav-004-center.jpg);
	text-indent: -9999px;
	display: block;
	height: 73px;
	width: 300px;
}

#nav #gallery a:link, #nav #gallery a:visited {
	background-image: url(_images/nav-005-gallery.jpg);
	text-indent: -9999px;
	display: block;
	height: 73px;
	width: 112px;
	background-repeat: no-repeat;
}
/*#nav #gallery-current a:link, #nav #gallery-current a:visited {
	background-image: url(images/button-quote-current.jpg);
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 116px;
	background-repeat: no-repeat;
}*/

#nav #gallery a:hover, #nav #gallery a:active, #nav #gallery-current a:hover, #nav #gallery-current a:active {
	border: none;
	background-position: left bottom;

}
#nav #contact a:link, #nav #contact a:visited {
	background-image: url(_images/nav-006-contact.jpg);
	text-indent: -9999px;
	display: block;
	height: 73px;
	width: 113px;
}
/*#nav #contact-current a:link, #nav #contact-current  a:visited {
	background-image: url(images/button-contact-current.jpg);
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 126px;
}*/
#nav #contact a:hover , #nav #contact a:active, #nav #contact -current a:hover, #nav #contact -current a:active {
	border: none;
	background-position: left bottom;

}

#nav #home a:link, #nav #home a:visited {
	background-image: url(_images/nav-007-home.jpg);
	text-indent: -9999px;
	display: block;
	height: 73px;
	width: 101px;
}
/*#nav #home-current a:link, #nav #home-current  a:visited {
	background-image: url(images/button-contact-current.jpg);
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 126px;
}*/
#nav #home a:hover , #nav #home a:active, #nav #home-current a:hover, #nav #home-current a:active {
	border: none;
	background-position: left bottom;

}
