/* CSS Document */

#navcontainer {
	width: inherit;
	margin: 0;
	padding-left: 0;
	background-color:#CCC;
	height: 1.20em;
	border-bottom: 1px solid #666;
	z-index: 100;
}

#nav {
	font: bold 0.75em/100% Trebuchet MS, Arial, Helvetica, sans-serif;
	float: left;
	width: inherit;
	list-style: none;
	line-height: 1;
	background: #DDD;
	padding: 0;
	margin: 0;
	z-index: 100;
}

#nav ul {
	font: normal 100%/140% Trebuchet MS, Arial, Helvetica, sans-serif;
	position: absolute;
	left: -999em;
	height: auto;
	width: 11.4em;
	w\idth: 12.0em;
	list-style: none;
	border-top: 0.1em solid #666;
	border-right: 0.1em solid #666;
	border-bottom: 0.1em solid #666;
	border-left: 0.75em solid #666;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#nav li {
	float: left;
	padding: 0;
	width: auto;
	z-index: 100;
}

#nav ul li {
	float: left;
	padding: 0;
	width: 10em;
	z-index: 100;
}

#nav li a {
	display: block;
	width: auto;
	border-left: 0.1em solid #fff;
	border-top: 0.1em solid #fff;
	border-right: 0.1em solid #aaa;
	border-bottom: none;
	padding: 0.25em 1.0em;
	color: #444;
	background: #ddd;
	text-decoration: none;
}

#nav li li a {
	width: 11em;
	w\idth: 10em;
	margin: 0;
	padding: 0.25em 1.0em;
	border-top: 0;
	border-right: 0;
	border-bottom: 0.1em solid #fff;
	border-left: 0;
}

#nav a:hover,
#nav a:active {
	color: #000;
	background: #bbb;
}

#nav a.daddy {
	background: url(/images/std/rightarrow.gif) center right no-repeat;
}

#nav li ul ul {
	margin: -1.75em 0 0 11em;
	z-index: 100;
}

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

#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;
	z-index: 100;
}

#nav li:hover,
#nav li.sfhover {
	background: #bbb;
	z-index: 100;
}

