#nav,
#nav ul,
#subnav,
.itemlist {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}

#nav a {
	color: #ffffff;
	display: block;
	width: auto;
	padding-left: 3px;
	font-size: 120%;
	text-decoration: none;
	text-transform: lowercase;
	}
#nav a:hover {
	color: #005192;
	}

#nav li {
	background: none;
	padding-left: 0;
	}

#nav li.active a,
#nav li.open a {
	color: #3a79aa;
	font-weight: bold;
	background: url('/image/text-bg-left.gif') no-repeat left center;
	}
#nav li.active,
#nav li.open {
	background-image: url('/image/arrow-white-down.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	}

#nav li a span {
	display: block;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	padding-bottom: 1px;
	}

#nav li.active a span,
#nav li.open a span {
	padding-left: 2px;
	padding-right: 5px;
	background: url('/image/text-bg-right.gif') no-repeat right center;
	}

#nav li {
	float: left;
	width: auto;
	margin: 0px 5px;
	padding-bottom: 3px;
	}

#nav li ul {
	display: none;
	position: absolute;
	background: lightblue;
	width: 20em;
	left: -999em;
	}

#nav li ul ul {
	margin: -1em 0 0 20em;
	}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
	}

#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; */
	}


#subnav {
	margin-bottom: 30px;
	}

#subnav ul {
	margin-left: -3px;
	list-style: none;
	padding-bottom: 3px;
	background: url('/image/btn-white-bottom.png') no-repeat left bottom;
	}
#subnav ul li,
#subnav ul li a,
#subnav li.open li a,
#subnav li.active li a {
	color: #5a7310;
	font-size: 100%;
	background: none;
	font-weight: normal;
	}
#subnav ul li {
	font-size: 90%;
	background: #fff;
	margin: 0;
	overflow-x: hidden;
	}
#subnav ul li.active {
	background: #fff;
	}
#subnav ul li.active a {
	font-weight: bold;
	}