/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/
/* =menu 4-25-07
-----------------------------------------------------------------------------*/
#mainNav {
	width:153px;
	height:127px;
	}
	
#mainNav ul {
	list-style:none;
	padding:0;
	margin:0;
	}
	
#mainNav ul li {
	list-style:none;
	float:left;	
	}
	
#mainNav ul li a {
	text-indent:-5000px;
	}
	
#mainNav ul li a:link, #mainNav ul li a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:left;
}

#mainNav ul li a:hover, #mainNav ul li a:active, /* for IE 'flicker' on rollover */ #navHome, #navAbout, #navPhoto, #navCalendar, #navWines, #navVendor, #navAwards {
	display:block;
	background-repeat:no-repeat;
	background-position:right;
}


#navHome a, #navHome {
	height:21px;
	width:153px;
	background:url(img/navHome.gif) no-repeat;
	}
	
#navAbout a, #navAbout {
	height:21px;
	width:153px;
	background:url(img/navAbout.gif) no-repeat;
	}
	
#navPhoto a, #navPhoto {
	height:21px;
	width:153px;
	background:url(img/navPhoto.gif) no-repeat;
	}
	
#navCalendar a, #navCalendar {
	height:21px;
	width:153px;
	background:url(img/navCalendar.gif) no-repeat;
	}
	
#navWines a, #navWines {
	height:22px;
	width:153px;
	background:url(img/navWines.gif) no-repeat;
	}
	
#navVendor a, #navVendor {
	height:21px;
	width:153px;
	background:url(img/navVendor.gif) no-repeat;
	}

#navAwards a, #navAwards {
	height:21px;
	width:153px;
	background:url(img/navAwards.gif) no-repeat;
	}