﻿.heading
{
	color:#665202;
	font-size:14pt;
	font-family: Trebuchet MS;
	padding-left:10px;
	border-top:solid 1px white;
	
	/*seasonal - main section*/
	background-color: #73bfcd;
}

#navigation {
	height:18px;
	margin:0;
	width:100%;
	text-align: left;
	z-index: 5;
	
	/*seasonal - main section
	background-color: #73bfcd;*/
	background-image:url(images/nav_winter.jpg);
	background-repeat:repeat-x;
}
#nav, #nav ul {
	float: left;
	list-style: none;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
#nav a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 0 10px;
}
#nav a:hover 
{
	/*seasonal*/
	color: #665202;     
}
#nav li {
	float: left;
	padding: 0;
	background: inherit;
	font-family:Trebuchet MS;
	font-size:12pt;
	
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	
	/*seasonal - drop down section*/
	background-color: #73bfcd;
	
	margin: 0 0 0 10px;
}
#nav li ul li {
	clear: both;
	border-bottom: 1px solid white;
	line-height: 1.4em;
}
#nav li li {
}
#nav li ul a {
	width: 15em;
	width: 12em;
}
#nav li ul ul {
	margin: -1.75em 0 0 14em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.dohover ul ul, #nav li.dohover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.dohover ul, #nav li li.dohover ul, #nav li li li.dohover ul {
	left: auto;
}
#nav li ul li:hover, #nav li ul li.dohover {
	/*background: #ccc;*/
}

