/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */


#nav, #nav ul {
	padding:0;
	margin:0 auto;
	list-style:none;
	width: 760px;
}
#nav {
	position:relative;
	z-index:50;
	background: url(/graphics/navigation/nav-bg.jpg) repeat-y left bottom;
	height: 30px;
}
#nav ul {
	display:none;
}
#nav li {
	float:left;
	position:relative;
	list-style: url(none) none;
	padding: 0px;
}
#nav li a {
	text-decoration:none;
	white-space:nowrap;
}
#nav li b {
	display:block;
	padding:2px 10px 0;
	cursor:pointer;
	height:28px;
	line-height:30px;
	float:left;
	font-weight:bold;
	color: #FFFFFF;
	/*color: #8F8F8F;*/
	border-right: 1px solid #82030C;
	font-size: 0.9em;
	text-transform: uppercase;
}
#nav li.first b {
	background-position:left top;
}
#nav li.last b {
	background-position:right top;
}
#nav li a:hover b, #nav li a:focus b {
	color:#FFF;
	background: #000000;
}
#nav li ul {
	position:absolute;
	left: 0px;
	top:30px;
	height:auto;
	float:left;
}
#nav li ul.Team {
	width:110px;
}
#nav li ul.Vineyard {
	width:150px;
}
#nav li ul.Wine {
	width:220px;
}
#nav li ul li {
	float:none;
	height:31px;
}
#nav li ul li a {
	text-align:left;
	display:block;
	padding:0 5px 0 25px;
	height:30px;
	line-height:30px;
	border-bottom: 1px solid #191919;
	color:#FFFFFF;
	border-right-width: 0px;
	border-right-style: none;
	background: #000000 url(/graphics/arrow-over.png) no-repeat 7px center;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	-khtml-opacity:.7;
	opacity:.7;
	font-size: .9em;
	text-transform: uppercase;
}
#nav li ul li a:hover {
	color:#FFFFFF;
	background: #000000 url(/graphics/arrow-over.png) no-repeat 7px center;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
		border-bottom: 1px solid #191919;
}
