#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
	text-decoration: none;
}

#nav a {
	display: block;
	width: 11em;
	text-decoration: none;
	color: #000000;
}

#nav li { /* all list items */
	float: left;
	width: 13em;
	border-bottom: 1px dotted #BDB89B;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #F0ECE0;
	opacity:0.93;
  	filter:alpha(opacity:93);
	padding-left: 1px;
	margin-left: 4px;
	border-top: 1px solid #8C8978;
	border-right: 1px solid #8C8978;
	border-bottom: 1px solid #8C8978;
	border-left: 7px solid #8C8978;
	z-index: 100;
	text-decoration: none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li.header {
	padding: 0px;
	width: 10em;
	border: none;
}

/*#nav, #nav ul {
	float: left;
	list-style: none;
	background: white;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
}

#nav a {
	color: #7C6240;
	text-decoration: none;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
}
*/
#nav li ul a {
	width: 13em;
	w\idth: 13em;
}

ul#nav {
	background: url(../_img/Nav_bg.jpg);
	height: 30px;
}

#nav li ul ul {
	margin: -2em 0 0 11em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	text-decoration: none;
	color: #000000;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	text-decoration: none;
}

#nav li:hover, #nav li.sfhover {
	background-color: #CCCAAB;
}

img {
	border-style: none;
}
#nav .blue, #nav ul.blue {
	border-left: 7px solid #3F5C88;
}
#nav .green, #nav ul.green {
	border-left-color: #627603;
}
#nav .yellow, #nav ul.yellow {
	border-left-color: #AB8F00;
}
#nav .red, #nav ul.red {
	border-left-color: #6E1E21;
}
#nav .blue, #nav ul.blue ul {
	border-left: 7px solid #3F5C88;
}
#nav .green, #nav ul.green ul {
	border-left-color: #627603;
}
#nav .yellow, #nav ul.yellow ul {
	border-left-color: #AB8F00;
}
#nav .red, #nav ul.red ul {
	border-left-color: #6E1E21;
}
a#Sec_A_Tab {
	background-image: url(../_img/Nav_blue_off.jpg);
	display: block;
	height: 29px;
	width: 125px;
}
a#Sec_B_Tab {
	background-image: url(../_img/Nav_green_off.jpg);
	display: block;
	height: 29px;
	width: 125px;
}
a#Sec_C_Tab {
	background-image: url(../_img/Nav_yellow_off.jpg);
	display: block;
	height: 29px;
	width: 125px;
}
a#Sec_D_Tab {
	background-image: url(../_img/Nav_red_off.jpg);
	display: block;
	height: 29px;
	width: 125px;
}
a#Sec_H_Tab {
	background-image: url(../_img/Nav_home_off.jpg);
	display: block;
	height: 29px;
	width: 125px;
}

