#nav {
	display: block;
	width: 920px;
	height: 55px;
	background: url(../images/navigation/navbar_back.gif) repeat-x left top;
	padding-left: 40px;
}

#nav ul {
	margin: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

#nav a {
	float: left;
	height: 55px;
	text-decoration: none;
	text-align: center;
	text-indent: -5000px;

}

#nav a.ourstory, #nav a.ourstory_current {
	background: url(../images/navigation/ourstory.gif) no-repeat left top;
	width: 110px;
}

#nav a.wines, #nav a.wines_current {
	background: url(../images/navigation/wines.gif) no-repeat left top;
	width: 85px;
}

#nav a.vineyards, #nav a.vineyards_current {
	background: url(../images/navigation/vineyards.gif) no-repeat left top;
	width: 107px;
}

#nav a.news, #nav a.news_current {
	background: url(../images/navigation/news.gif) no-repeat left top;
	width:  147px;
}

#nav a.order, #nav a.order_current {
	background: url(../images/navigation/order.gif) no-repeat left top;
	width: 78px;
}

#nav a.cellardoor, #nav a.cellardoor_current {
	background: url(../images/navigation/cellardoor.gif) no-repeat left top;
	width: 193px;
}

#nav a.contact, #nav a.contact_current {
	background: url(../images/navigation/contact.gif) no-repeat left top;
	width: 97px;
}

#nav a.ourstory:hover, #nav a.wines:hover,#nav a.vineyards:hover,#nav a.news:hover,#nav a.order:hover, #nav a.cellardoor:hover, #nav a.contact:hover {
	background-position: left -55px}
	
#nav a.ourstory_current, #nav a.wines_current, #nav a.vineyards_current, #nav a.news_current, #nav a.order_current, #nav a.cellardoor_current, #nav a.contact_current {
	background-position: left -110px}
	
	
/* WINE NAV ---------------------------*/


#wine_nav {
	display: block;
	width: 219px;
	background-color: #fff;
	border: 1px solid #a5a4a1;
	padding: 0 18px 15px;
}

#wine_nav ul {
	margin: 0;
	list-style: none;
}

#wine_nav li {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#wine_nav li.wineheading {
	font: 15px/18px Helvetica, Arial, sans-serif;
	color: #7b1924;
	text-indent: 6px;
	margin-top: 20px;
}

#wine_nav a, #wine_nav a:link, #wine_nav a:visited {
	display: block;
	height: 30px;
	text-decoration: none;
	font-size: 11px;
	line-height: 28px;
	color: #323132;
	text-indent: 6px;
	border-top: 1px solid #a5a4a1;
	letter-spacing: 0em;
	
}

#main_left #wine_nav ul li a:hover, #main_left #wine_nav ul li a.winecurrent {
	color: #fff;
	background: #7b1924;	
}







