/* CSS Document */
/*
File	 			css/nav.css
Version				1.00
Description			Nav CSS Elements
URL					???
Copyright Notice	© Copyright Lazy Grace Ltd.
*/

/* Nav */

.nav {
	padding: 0px 0px 0px 94px;
	margin: 0px 0px 0px 0px;
	width: 840px;
	height: 31px;
	list-style: none;
	background-color: transparent;
	background-image: url(../images/common/nav_bg.gif);
	background-repeat: no-repeat;
}
.nav_sep {
	padding: 0;
	margin: 0;
	width: 1px;
	height: 45px;
	background-image: url(../images/nav/sep.jpg);
	background-repeat: no-repeat;
	float: left;
	list-style: none;
}

/* Home */
.home {
	padding: 0; margin: 0; width: 76px; height: 30px; background: url('../images/nav/butt_home.gif') 0 -30px no-repeat; float: left; list-style: none; background-image:
}
.home a {
	margin: 0; padding: 0; display: block; width: 76px; height: 30px; background: url('../images/nav/butt_home.gif') top left no-repeat;
}
.home span {
	display: block; margin: 0; padding: 0;
}
.home a:hover {
	background-image: none;
}
.home a:active {
	color: black;
}


/* About */
.about {
	padding: 0; margin: 0; width: 79px; height: 30px; background: url('../images/nav/butt_about.gif') 0 -30px no-repeat; float: left; list-style: none; background-image:
}
.about a {
	margin: 0; padding: 0; display: block; width: 79px; height: 30px; background: url('../images/nav/butt_about.gif') top left no-repeat;
}
.about span {
	display: block; margin: 0; padding: 0;
}
.about a:hover {
	background-image: none;
}
.about a:active {
	color: black;
}


/* Shop */
.shop {
	padding: 0; margin: 0; width: 124px; height: 30px; background: url('../images/nav/butt_shoponline.gif') 0 -30px no-repeat; float: left; list-style: none; background-image:
}
.shop a {
	margin: 0; padding: 0; display: block; width: 124px; height: 30px; background: url('../images/nav/butt_shoponline.gif') top left no-repeat;
}
.shop span {
	display: block; margin: 0; padding: 0;
}
.shop a:hover {
	background-image: none;
}
.shop a:active {
	color: black;
}


/* Gift Vouchers */
.giftvoucher {
	padding: 0; margin: 0; width: 137px; height: 30px; background: url('../images/nav/butt_giftvouchers.gif') 0 -30px no-repeat; float: left; list-style: none; background-image:
}
.giftvoucher a {
	margin: 0; padding: 0; display: block; width: 137px; height: 30px; background: url('../images/nav/butt_giftvouchers.gif') top left no-repeat;
}
.giftvoucher span {
	display: block; margin: 0; padding: 0;
}
.giftvoucher a:hover {
	background-image: none;
}
.giftvoucher a:active {
	color: black;
}


/* News */
.news {
	padding: 0; margin: 0; width: 71px; height: 30px; background: url('../images/nav/butt_news.gif') 0 -30px no-repeat; float: left; list-style: none; background-image:
}
.news a {
	margin: 0; padding: 0; display: block; width: 71px; height: 30px; background: url('../images/nav/butt_news.gif') top left no-repeat;
}
.news span {
	display: block; margin: 0; padding: 0;
}
.news a:hover {
	background-image: none;
}
.news a:active {
	color: black;
}


/* Contact */
.contact {
	padding: 0; margin: 0; width: 116px; height: 30px; background: url('../images/nav/butt_contactus.gif') 0 -30px no-repeat; float: left; list-style: none; background-image:
}
.contact a {
	margin: 0; padding: 0; display: block; width: 116px; height: 30px; background: url('../images/nav/butt_contactus.gif') top left no-repeat;
}
.contact span {
	display: block; margin: 0; padding: 0;
}
.contact a:hover {
	background-image: none;
}
.contact a:active {
	color: black;
}
