/*------------------------------------------------------ MAIN NAV ---------------------------------------------------*/
#nav_wrapper{
	/*padding-bottom:6px;*/
	padding-top:0;
	padding-bottom:0px;
	margin-bottom:10px;


}

#nav{
	height:43px;
	width:812px;
	padding:0 0 0 0;
	padding:0;
	font-size: 0.91em;
}

ul#nav li {
	float: left;
	position: relative;
	list-style-type: none; 
}

ul#nav li a{
	color:#fff;
	text-decoration:none;
	display:block;
	font-size:0.91em;
	text-indent:-999em;
	height:43px;
}
ul#nav li a#contactus{
	/*background:none;*/
}


/*------------------------------------------------------ MAIN NAV DROP DOWN ---------------------------------------------------*/

#nav li ul { 
	display: none;
	position: absolute;
/*	margin-top:2px;*/

	padding:0;
	left: 5px;
	width: 180px;
	background:#C4AD69;
	z-index:200;
}

/*#nav li>ul {
	top: auto;
	left: auto;
}*/

#nav li:hover ul, #nav li.over ul { 
	display: block;
}

ul#nav li ul li {
	display: block;
	width: 180px;
	text-align:left;
	z-index:201;

}

ul#nav li ul li a {
	color: #fff;
	border-bottom:1px solid #E3D4A6;
	padding: 0px;
	background:none;
	font-size:90%;
	width: 170px;
	padding-left:10px;
	display:block;
	z-index:202;
	text-indent:0;
	height:30px;

}

ul#nav li ul li a:hover{
	background:#e7dab2 url(../images/hover.png) repeat-x;

}

/*------------------------------------------------------ IMAGE REPLLACEMENTS ---------------------------------------------------*/

#home{
	width:111px;
	background:url(../images/nav_home.gif) top right no-repeat;
}
ul#nav li a#home:hover{
	width:111px;
	background:url(../images/nav_home_ova.gif) top right no-repeat;
}

#onlinestore{
	width:165px;
	background:url(../images/nav_onlinestore.gif) top right no-repeat;
}
ul#nav li a#onlinestore:hover{
	width:165px;
	background:url(../images/nav_onlinestore_ova.gif) top right no-repeat;
}


#contact{
	width:154px;
	background:url(../images/nav_contact.gif) top right no-repeat;
}
ul#nav li a#contact:hover{
	width:154px;
	background:url(../images/nav_contact_ova.gif) top right no-repeat;
}


#tellfriend{
	width:162px;
	background:url(../images/nav_tellfriend.gif) top right no-repeat;
}
ul#nav li a#tellfriend:hover{
	width:162px;
	background:url(../images/nav_tellfriend_ova.gif) top right no-repeat;
}

#links{
	width:99px;
	background:url(../images/nav_links.gif) top right no-repeat;
}
ul#nav li a#links:hover{
	width:99px;
	background:url(../images/nav_links_ova.gif) top right no-repeat;
}
