#nav {width:173px;height:549px;background:url('images/inav_bg.jpg') no-repeat;display:block}

#home {width:173px;height:38px;background-image:url('images/ihome_off.gif');} 
#home_on {width:173px;height:38px;background-image:url('images/ihome_on.jpg');} 
#home:hover {background-image:url('images/ihome_on.jpg');}

#tasting {width:173px;height:35px;background-image:url('images/itasting_off.gif');} 
#tasting_on {width:173px;height:35px;background-image:url('images/itasting_on.jpg');} 
#tasting:hover {background-image:url('images/itasting_on.jpg');}

#events {width:173px;height:35px;background-image:url('images/ievents_off.gif');} 
#events_on {width:173px;height:35px;background-image:url('images/ievents_on.jpg');} 
#events:hover {background-image:url('images/ievents_on.jpg');}

#about {width:173px;height:36px;background-image:url('images/iabout_off.gif');} 
#about_on {width:173px;height:36px;background-image:url('images/iabout_on.jpg');} 
#about:hover {background-image:url('images/iabout_on.jpg');}

#wine {width:173px;height:36px;background-image:url('images/iwine_off.gif');} 
#wine_on {width:173px;height:36px;background-image:url('images/iwine_on.jpg');} 
#wine:hover {background-image:url('images/iwine_on.jpg');}

#gift {width:173px;height:35px;background-image:url('images/igift_off.gif');} 
#gift_on {width:173px;height:35px;background-image:url('images/igift_on.jpg');} 
#gift:hover {background-image:url('images/igift_on.jpg');}

#contact {width:173px;height:37px;background-image:url('images/icontact_off.gif');} 
#contact_on {width:173px;height:37px;background-image:url('images/icontact_on.jpg');} 
#contact:hover {background-image:url('images/icontact_on.jpg');}

.disnone {display:none;}

#dropmenudiv { position:absolute;
			   background: #8F6C46;
			   filter: alpha(opacity=90);
               font:bold 12px Arial;
               z-index: 100; }

#dropmenudiv a{ color: #ffffff;
				width: 100%; 
				height: 25px;
                display: block; 
				padding-top: 5px;
                text-indent: 10px;
				text-decoration: none;
				vertical-align: middle; }

#dropmenudiv a:hover { color: #fff;
                      background: #C9B48B;
					  width: 100%; 
					  height: 25px;
					  display: block; 
					  padding-top: 5px;
					  text-indent: 10px;
					  text-decoration: none;
					  vertical-align: middle;}
