
/* -------------------- begin main navigation ------------------- */
div#nav{
	float:left;
	width:210px;
	margin-top:196px;
	margin-bottom:50px;
	position:relative;
	z-index:2;
}
div#nav ul{
	list-style:none;
}

div#nav li{
	cursor: hand;
	cursor: pointer;
	position:relative;
}
div#nav .expandable a{
	display:block;
	padding-left:32px;
	line-height:2.0em;
	height:2em;
	color:#766655;
}
div#nav .expandable a:hover, html body div#nav li.openheader a{
	color:#fff;
}

#nav ul li.categoryitems {
	display:none;
}
#nav ul li.grouphere {
	display:block;
}

#nav ul ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding:5px 0;
}

#nav a{
	display: block;
	padding: 2px 0;
	padding-left: 50px; /*link text is indented 50px*/
	text-decoration: none;
	line-height:1.5em;
}

ul li.categoryitems a{
	color:#766655;
}

ul li.categoryitems a:hover, ul li.categoryitems a.here{ 
	background-color: #fff;
	color:#766655;
	font-family:Georgia, "Times New Roman", Times, serif;
}

ul li.categoryitems a:active{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* -------------------- end main navigation ------------------- */


	li#nav0 a:hover, #nav #nav0.openheader{
		background:#8d981e; 
		color:#fff;
	}
	.categoryitems#subnav0{
		background:#dde0ba;
	}

	ul li.categoryitems#subnav0 a:hover, ul li.categoryitems#subnav0 a.here {
		background-color: #fff;
		font-weight:bold;
	}
		li#nav1 a:hover, #nav #nav1.openheader{
		background:#81597b; 
		color:#fff;
	}
	.categoryitems#subnav1{
		background:#dbc3d5;
	}

	ul li.categoryitems#subnav1 a:hover, ul li.categoryitems#subnav1 a.here {
		background-color: #fff;
		font-weight:bold;
	}
		li#nav2 a:hover, #nav #nav2.openheader{
		background:#bd5d1d; 
		color:#fff;
	}
	.categoryitems#subnav2{
		background:#ebc1a0;
	}

	ul li.categoryitems#subnav2 a:hover, ul li.categoryitems#subnav2 a.here {
		background-color: #fff;
		font-weight:bold;
	}
		li#nav3 a:hover, #nav #nav3.openheader{
		background:#766655; 
		color:#fff;
	}
	.categoryitems#subnav3{
		background:#e3d9ce;
	}

	ul li.categoryitems#subnav3 a:hover, ul li.categoryitems#subnav3 a.here {
		background-color: #fff;
		font-weight:bold;
	}
	
