﻿/* ---------- Visitor Nav ---------- */
#nav_main li a.wineries {
	width: 101px;
	background: #81A53E url('../images/nav2/bg_wineries.jpg') center -40px no-repeat;
}
#nav_main li a.wineries:hover, #nav_main li a.wineries.selected {
	background: #81A53E url('../images/nav2/bg_wineries.jpg') center 0px no-repeat;
}
#nav_main li a.dining {
	width: 135px;
	background: #81A53E url('../images/nav2/bg_food_dining.jpg') center -40px no-repeat;
}
#nav_main li a.dining:hover, #nav_main li a.dining.selected {
	background: #81A53E url('../images/nav2/bg_food_dining.jpg') center 0px no-repeat;
}
#nav_main li a.lodging {
	width: 92px;
	background: #81A53E url('../images/nav2/bg_lodging.jpg') center -40px no-repeat;
}
#nav_main li a.lodging:hover, #nav_main li a.lodging.selected {
	background: #81A53E url('../images/nav2/bg_lodging.jpg') center 0px no-repeat;
}
#nav_main li a.shopping {
	width: 106px;
	background: #81A53E url('../images/nav2/bg_shopping.jpg') center -40px no-repeat;
}
#nav_main li a.shopping:hover, #nav_main li a.shopping.selected {
	background: #81A53E url('../images/nav2/bg_shopping.jpg') center 0px no-repeat;
}
#nav_main li a.spa {
	width: 63px;
	background: #81A53E url('../images/nav2/bg_spa.jpg') center -40px no-repeat;
}
#nav_main li a.spa:hover, #nav_main li a.spa.selected {
	background: #81A53E url('../images/nav2/bg_spa.jpg') center 0px no-repeat;
}
#nav_main li a.wellness {
	width: 103px;
	background: #81A53E url('../images/nav2/bg_wellness.jpg') center -40px no-repeat;
}
#nav_main li a.wellness:hover, #nav_main li a.wellness.selected {
	background: #81A53E url('../images/nav2/bg_wellness.jpg') center 0px no-repeat;
}
#nav_main li a.services {
	width: 93px;
	background: #81A53E url('../images/nav2/bg_visitors.jpg') center -40px no-repeat;
}
#nav_main li a.services:hover, #nav_main li a.services.selected {
	background: #81A53E url('../images/nav2/bg_visitors.jpg') center 0px no-repeat;
}
#nav_main li a.to_do {
	width: 75px;
	background: #81A53E url('../images/nav2/bg_to_do.jpg') center -40px no-repeat;
}
#nav_main li a.to_do:hover, #nav_main li a.to_do.selected {
	background: #81A53E url('../images/nav2/bg_to_do.jpg') center 0px no-repeat;
}
#nav_main li a.locals {
	width: 82px;
	background: #81A53E url('../images/nav2/bg_locals.jpg') center -40px no-repeat;
}
#nav_main li a.locals:hover, #nav_main li a.locals.selected {
	background: #81A53E url('../images/nav2/bg_locals.jpg') center 0px no-repeat;
}
#nav_main li a.about {
	width: 110px;
	background: #81A53E url('../images/nav2/bg_sthelena.jpg') center -40px no-repeat;
}
#nav_main li a.about:hover, #nav_main li a.about.selected {
	background: #81A53E url('../images/nav2/bg_sthelena.jpg') center 0px no-repeat;
}

