#nav {
	width:980px;
	height:30px;
	margin:0;
	padding:0;
	background: #305C03;
}

#nav * {
	font: bold 14px/30px "Times New Roman", Times, serif;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;	
	text-transform: uppercase;
	letter-spacing: 1px;
}

#nav ul, #nav ul li {
	margin:0;
	padding:0;
	list-tyle-type:none;
}
#nav ul li { 
	display: inline; 
}

ul#tabBar { 
	float:right; 
}

/* -- Added By Britt -- */
ul#tabBar li#index a {
	color: #FFFFFF;
	background: #305C03 url(../images/nav_home_lo.jpg) no-repeat left top;
	height: 30px;
	width: 132px;
	line-height:30px;
	display:block;
	float:left;
	overflow:hidden; /* fixes IE display bug */
} 
ul#tabBar li#ourstory a {
	color: #FFFFFF;
	background: url(../images/nav_ourstory_lo.jpg) no-repeat left top;
	height: 30px;
	width: 170px;
	line-height:30px;
	display:block;
	float:left;
	overflow:hidden; /* fixes IE display bug */
}
ul#tabBar li#wines a {
	color: #FFFFFF;
	background: url(../images/nav_wines_lo.jpg) no-repeat left top;
	height: 30px;
	width: 138px;
	line-height:30px;
	display:block;
	float:left;
	overflow:hidden; /* fixes IE display bug */
}
ul#tabBar li#winesales a {
	color: #FFFFFF;
	background: url(../images/nav_winesales_lo.jpg) no-repeat left top;
	height: 30px;
	width: 176px;
	line-height:30px;
	display:block;
	float:left;
	overflow:hidden; /* fixes IE display bug */
}
ul#tabBar li#news a {
	color: #FFFFFF;
	background: url(../images/nav_news_lo.jpg) no-repeat left top;
	height: 30px;
	width: 194px;
	line-height:30px;
	display:block;
	float:left;
	overflow:hidden; /* fixes IE display bug */
}
ul#tabBar li#contact a {
	color: #FFFFFF;
	background: url(../images/nav_contact_lo.jpg) no-repeat left top;
	height: 30px;
	width: 170px;
	line-height:30px;
	display:block;
	float:left;
	overflow:hidden; /* fixes IE display bug */
}

/* --- Hover States --- */

ul#tabBar li#index a:hover {
	color: #FFFFFF;
	background: #305C03 url(../images/nav_home_hi.jpg) no-repeat left top;
	height: 30px;
	width: 132px;
	line-height:30px;	
} 
ul#tabBar li#ourstory a:hover {
	color: #FFFFFF;
	background: url(../images/nav_ourstory_hi.jpg) no-repeat left top;
	height: 30px;
	width: 170px;
	line-height:30px;
	
}
ul#tabBar li#wines a:hover {
	color: #FFFFFF;
	background: url(../images/nav_wines_hi.jpg) no-repeat left top;
	height: 30px;
	width: 138px;
	line-height:30px;	
}
ul#tabBar li#winesales a:hover {
	color: #FFFFFF;
	background: url(../images/nav_winesales_hi.jpg) no-repeat left top;
	height: 30px;
	width: 176px;
	line-height:30px;	
}
ul#tabBar li#news a:hover {
	color: #FFFFFF;
	background: url(../images/nav_news_hi.jpg) no-repeat left top;
	height: 30px;
	width: 194px;
	line-height:30px;
}
ul#tabBar li#contact a:hover {
	color: #FFFFFF;
	background: url(../images/nav_contact_hi.jpg) no-repeat left top;
	height: 30px;
	width: 170px;
	line-height:30px;
}
/* Active States */
ul#tabBar li#index a.selected {
	color: #FFFFFF;
	background: #305C03 url(../images/nav_home_hi.jpg) no-repeat left top;
	height: 30px;
	width: 132px;
	line-height:30px;	
} 
ul#tabBar li#ourstory a.selected {
	color: #FFFFFF;
	background: url(../images/nav_ourstory_hi.jpg) no-repeat left top;
	height: 30px;
	width: 170px;
	line-height:30px;
	
}
ul#tabBar li#wines a.selected {
	color: #FFFFFF;
	background: url(../images/nav_wines_hi.jpg) no-repeat left top;
	height: 30px;
	width: 138px;
	line-height:30px;	
}
ul#tabBar li#winesales a.selected {
	color: #FFFFFF;
	background: url(../images/nav_winesales_hi.jpg) no-repeat left top;
	height: 30px;
	width: 176px;
	line-height:30px;	
}
ul#tabBar li#news a.selected {
	color: #FFFFFF;
	background: url(../images/nav_news_hi.jpg) no-repeat left top;
	height: 30px;
	width: 194px;
	line-height:30px;
}
ul#tabBar li#contact a.selected {
	color: #FFFFFF;
	background: url(../images/nav_contact_hi.jpg) no-repeat left top;
	height: 30px;
	width: 170px;
	line-height:30px;
}

/* -- End Active State -- */

ul#tabBar li.mainnavactive a:link, ul#tabBar li.mainnavactive a:visited {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}

ul#tabBar #subNav ul li.subnavactive a:link, ul#tabBar #subNav ul li.subnavactive a:visited {
	color: #FF0000;
	background-color: transparent;
	text-decoration: underline;
}

/* Sub Nav */
#subNav ul { 
	display: none; 
}

#subNav {
	clear:both;
	height:30px;
	background:#234600;
	padding-left:25px;
}

#subNav ul {
	float: left;
}

#subNav li a {
	display: block;
	color: #FFFFFF;
	float: left;
	width: auto;
	font: normal 11px/30px Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform: none;
	text-align:center;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	background:url(../images/sn_divider.jpg) top right no-repeat;
}

#subNav li a:hover { 
	color: #FFFFFF;
	text-decoration: underline; 
}
#subNav li a.selected {
	color: #009900;
	text-decoration: none;
}
