#menu {
	position: absolute;
	top: 235px;
	left: 32px;
}

#menu_ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 5px;
}

#menu_ul li {
	padding: 0;
	margin: 0;
	margin-top: 11px;
}

a.nav_link:link, a.nav_link:visited, a.nav_link:active {
	display: block;
	width: 147px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.nav_link {
	background: #D7712A;
	height: 40px;
	line-height: 40px;
}


#nav_about a:hover, #nav_about_this a.nav_link {
	background: url("nav0.gif");
}
#nav_jewellery a:hover, #nav_jewellery_this a.nav_link {
	background: url("nav1.gif");
}
#nav_press a:hover, #nav_press_this a.nav_link {
	background: url("nav2.gif");
}
#nav_testimonials a:hover, #nav_testimonials_this a.nav_link {
	background: url("nav3.gif");
}
#nav_news a:hover, #nav_news_this a.nav_link {
	background: url("nav4.gif");
}
#nav_contact a:hover, #nav_contact_this a.nav_link {
	background: url("nav5.gif");
}
#nav_giftvoucher a.nav_link {
	background: url("voucher.jpg");
	height: 86px;
	line-height: 86px;
	text-indent: -3000px;
}
#menu_ul li#nav_giftvoucher {
	margin-top: 46px;
}
