/* ******** LEVEL ONE MENU ******** */

ul#nav  {
	display: block;
	margin: 4px 0px 15px 0px;
	padding: 0 0 0 10px;
	list-style: none;
	height: 1.95em;
	line-height: 1em;
	/* background: #EDEBE0; */
	color: #000;
	position: relative;
	
	
}

ul#nav li {
	display: block;
	margin: 0;
	padding: 0.4em 0;
	float: left;
	position:relative;
	font-size: 100%;
	background: none;
}

ul#nav li a {
	display: block;
	text-decoration: none;
	margin: 0 0px 0 0px;
	
	padding: 0.1em 0.7em;
	float: left; /*403C26 To help Mac IE 5.x margin: 0;D8D3BC*/ 
	color: #403c26;
	border-right: 1px solid #403c26;
}

ul#nav li a:hover {
	color: #000;
	text-decoration: underline;
}

ul#nav li.active {
	background: url(../gfx/bg_menu_on.gif) no-repeat right center;
}

ul#nav li.active a {
	color: #000;
}

ul#nav li.last a {
	border-right: 0;
}

ul#nav ul {
	display: block;
	margin: 1.3em 0 0 0;
	padding: 0;
	background: #006633;
	border: 1px solid #C6C79D;
	width: 12em; /* Must be wide enough to cover longest item */
	list-style: none;
	position: absolute;
	z-index: 10;
	left: -999em;
}

ul#nav ul li {
	display: block;
	margin: 0.2em 0;
	padding: 0;
	float: none;
	border: 1px solid #006633; /* To avoid yet another IE bug - this time with whitespace not collapsing like it should */
}

ul#nav ul li a {
	color: #FFF;
	border: none;
	float: none;
	display: block;
	margin: 0;
	padding: 0.1em 0.3em;
}

ul#nav ul li a:hover {
	color: #000;
	background: #FFF;
	text-decoration: none;
}

ul#nav li.isActive {
	background: #D8D3BF; /*This is for the menu at the top*/
	z-index: 5;
}

ul#nav.dhtml ul.hiddenChild {
	left: -999em !important;
}
ul#nav.dhtml ul.shownChild {
	left:-1px !important;
}

/* ******** LEVEL TWO MENU ******** */

ul.menu-level-2 {
	display: block;
	margin: 0 0 4px 0;
	padding: 1em 0 0 0;
	list-style: none;
	background: #EDEBE0; /* This highlights all the toplevelmenu bg */
	color: #000;
	line-height: 1em;
}

ul.menu-level-2 li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #D3D1C4;
	background: none; /* Lefthandmenu bgcolor */
}

ul.menu-level-2 li a {
	display: block;
	padding: 0.5em 5px;
	color: #403C26;
}

ul.menu-level-2 li a:hover {
	color: #000; /* this is for the top level menu*/
}
ul.menu-level-2 li.active {
	background: #D8D3BC;
}

ul.menu-level-2 li.active a {
	color: #000;
}

ul.menu-level-2 a.isActive {
	background: #e2dfd1; /*This is for the menu at the top*/
	z-index: 5;
}

ul.menu-level-2.dhtml a:hiddenChild {
	left: -999em !important;
}
ul.menu-level-2.dhtml a:shownChild {
	left:-1px !important;
}

/* ******** LEVEL THREE MENU ******** */

#secondary ul.menu-level-3 {
	display: block;
	 /*margin: 0 0 4px 0;*/
	border-top: 1px solid #D3D1C4;
	padding: 1em 0 0 0;
	list-style: none;
	background: #EDEBE0; /* e2dfd1 EDEBE0This highlights all the 3rd level menu bg */
	color: #000;
	line-height: 1em;
	
	 /*
	background: #EDEBE0;  This highlights all the toplevelmenu bg 
	border-top: 1px solid #D3D1C4;
	*/
}

#secondary ul.menu-level-3 li {
	display: block;
	margin: 0;
	padding-left: 8px;
	font-size: 0.85em;
	border-bottom: 1px solid #D3D1C4;
	background: none; /* Lefthandmenu bgcolor */
	 /*
	padding-left: 8px;
	font-size: 0.85em;
	border-bottom: 1px solid #E6E3D4;
	 */
}

#secondary ul.menu-level-3 li a {
	display: block;
	padding-left: 8px;
	color: #403C26;
	 /*
	 font-size: 0.85em;
	 color: #403C26;
	 */
}

#secondary ul.menu-level-3 li a:hover {
	color: #000000;
}
	
#secondary ul.menu-level-3 li.active {
	color: #000000;
	background: #e2dfd1;
}

#secondary ul.menu-level-3 li.active a {
	color: #000000;
	background: #e2dfd1;
}

#secondary ul.menu-level-3 a.isActive {
	background: #e2dfd1; /*This is for the menu at the top*/
	z-index: 5;
}

#secondary ul.menu-level-3.dhtml a:hiddenChild {
	left: -999em !important;
}
#secondary ul.menu-level-3.dhtml a:shownChild {
	left:-1px !important;
}

/* ******** LEVEL FOUR MENU ******** 

#secondary ul.menu-level-4 {
  background: #E6E3D4;
  border-top: 1px solid #D3D1C4;
}

#secondary ul.menu-level-4 li {
  padding-left: 8px;
	font-size: 0.85em;
	border-bottom: none;
}

#secondary ul.menu-level-4 li.active {
  background: #E6E3D4;
}

#secondary ul.menu-level-4 li a {
	color: #403C26;
}

#secondary ul.menu-level-4 li a:hover {
	color: #000;
}

#secondary ul.menu-level-4 li.active a {
	color: #000;
}

#secondary ul.menu-level-4 a:active {
	background: #E2DFD1;
}

#secondary ul.menu-level-4 a:visited {
	background: #E2DFD1;
}

E6E3D4

#secondary ul.menu-level-3 a:hover {
	color: #000;
	background: #D8D3BC;
}

#secondary ul.menu-level-3 a:active {
	background: #D8D3BC;
}

#secondary ul.menu-level-3 a:active a {
	color: #000;
	background: #D8D3BC;
}
 */