﻿.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0px !important;
padding: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
margin: 0px;
padding: 0px;
background-color: #cbca97;
font-size: 0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: pointer !important;
margin: 0px;
padding: 0px;
background-color: #cbca97;
text-align: left
}

.treeview
{margin: 0px;
 padding: 0px;}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin: 0px;
padding: 0px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
list-style-type: none;
cursor: default;
}

.treeview li a:visited,
.treeview li a:link
{
	background-color: #cbca97;
	color: #5f5f5f; 
	text-decoration: none;
	padding: 0px;
	width: 250px;
	display: block;
}

.treeview li a:hover
{
	background-color: #dddcbb;
	color: #5f5f5f; 
	text-decoration: underline;
}

.treeview .submenu li a:visited,
.treeview .submenu li a:link
{
	background-color: #dddcbb;
	color: #5e5a37; 
	text-decoration: none;
	padding: 3px 0px 3px 60px;
	width: 190px;
	display: block;
	font: 11px Georgia, Arial; 
}

.treeview .submenu li a:hover
{
	background-color: #f1f1e4;
	color: #6e1111; 
	text-decoration: none;
}


.leftnav .treeview img.offstate
{
	display: inline;
}

.leftnav .treeview img.onstate
{
	display: none;
}

.treeview .submenu a /* Style for LI that contains sub lists (other ULs). */
{
	padding: 3px 0px 3px 60px;
	display: block;
}

/* Left nav images */

.treeview .submenu .realestate_off
{
	background: url('../images/title_realestate_off.gif') no-repeat;
	width: 250px;
	height: 25px;
}

.treeview .submenu .realestate_off:hover,
.treeview .submenu .realestate_on
{
	background: url('../images/title_realestate_on.gif') no-repeat;
	width: 250px;
	height: 25px;
}
	
.treeview .submenu .accommodations_off
{
	background: url('../images/title_accommodations_off.gif') no-repeat;
	width: 250px;
	height: 25px;
}

.treeview .submenu .accommodations_off:hover,
.treeview .submenu .accommodations_on
{
	background: url('../images/title_accommodations_on.gif') no-repeat;
	width: 250px;
	height: 25px;
}

.treeview .weddings_off,
.treeview .submenu .weddings_off
{
	background: url('../images/title_weddings_off.gif') no-repeat;
	width: 250px;
	height: 25px;
}

.treeview .weddings_off:hover,
.treeview .submenu .weddings_off:hover,
.treeview .submenu .weddings_on,
.treeview .weddings_on
{
	background: url('../images/title_weddings_on.gif') no-repeat;
	width: 250px;
	height: 25px;
}

.treeview .submenu .villagefeatures_off
{
	background: url('../images/title_diningretailspa_off.gif') no-repeat;
	width: 250px;
	height: 25px;
}

.treeview .submenu .villagefeatures_off:hover,
.treeview .submenu .villagefeatures_on
{
	background: url('../images/title_diningretailspa_on.gif') no-repeat;
	width: 250px;
	height: 25px;
}

.treeview .marina_off,
.treeview .submenu .marina_off
{
	background: url('../images/title_marina_off.gif') no-repeat;
	width: 250px;
	height: 25px;
}

.treeview .marina_off:hover,
.treeview .submenu .marina_off:hover,
.treeview .marina_on,
.treeview .submenu .marina_on
{
	background: url('../images/title_marina_on.gif') no-repeat;
	width: 250px;
	height: 25px;
}

.treeview .submenu .outdoors_off
{
	background: url('../images/title_outdoors_off.gif') no-repeat;
	width: 250px;
	height: 25px;
}

.treeview .submenu .outdoors_off:hover,
.treeview .submenu .outdoors_on
{
	background: url('../images/title_outdoors_on.gif') no-repeat;
	width: 250px;
	height: 25px;
}

.treeview .transportation_off,
.treeview .submenu .transportation_off
{
	background: url('../images/title_transportation_off.gif') no-repeat;
	width: 250px;
	height: 25px;
}

.treeview .transportation_off:hover,
.treeview .submenu .transportation_off:hover,
.treeview .transportation_on,
.treeview .submenu .transportation_on
{
	background: url('../images/title_transportation_on.gif') no-repeat;
	width: 250px;
	height: 25px;
}

.treeview .history_off,
.treeview .submenu .history_off
{
	background: url('../images/title_history_off.gif') no-repeat;
	width: 250px;
	height: 25px;
}

.treeview .history_off:hover,
.treeview .submenu .history_off:hover,
.treeview .history_on,
.treeview .submenu .history_on
{
	background: url('../images/title_history_on.gif') no-repeat;
	width: 250px;
	height: 25px;
}
