#Menucontainer {
	width: inherit;
	margin: 0;
	padding-left: 0;
	background-color:#CCC;
	height: 1.20em;
	border-bottom: 1px solid #2f2523;
	z-index: 100;
}

#Menu {
	font: bold 1.1em/100% Trebuchet MS, Arial, Helvetica, sans-serif;
	float: left;
	width: inherit;
	list-style: none;
	line-height: 1;
	background: #2f2523;
	padding: 0;
	margin: 0;
	z-index: 100;
}

#Menu ul {
	font: normal 100%/140% Trebuchet MS, Arial, Helvetica, sans-serif;
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	list-style: none;
	border-top: 0.1em solid #2f2523;
	border-right: 0.1em solid #2f2523;
	border-bottom: 0.1em solid #2f2523;
	border-left: 0.2em solid #2f2523;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#Menu li {
	float: left;
	padding: 0;
	width: auto;
	z-index: 100;
}

#Menu ul li {
	float: left;
	padding: 0;
	width: 14em;
	z-index: 100;
}

#Menu li a {
	display: block;
	width: auto;
	border-left: 0.1em solid #2f2523;
	border-top: 0.1em solid #2f2523;
	border-right: 0.1em solid #2f2523;
	border-bottom: none;
	padding: 0.25em 1.0em;
	color: #010203;
	background: #df5926;
	text-decoration: none;
}

#Menu li a.active {
	display: block;
	width: 100%;
	border-left: 0.1em solid #2f2523;
	border-top: 0.1em solid #2f2523;
	border-right: 0.1em solid #2f2523;
	border-bottom: none;
	padding: 0.25em 1.0em;
	color: #010203;
	background: #a31c2a;
	text-decoration: none;
}

#Menu li li a {
	width: 100%;
	margin: 0;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0.1em solid #2f2523;
	border-left: 0px none;
	padding-left:1.0em;
	padding-right:1.0em;
	padding-top:0.25em;
	padding-bottom:0.25em;
}

#Menu a:hover,
#Menu a:active {
	color: #000;
	background: #ffa837;
}


#Menu a.daddy {
	background: url('/images/std/rightarrow.gif') no-repeat center right;
}

#Menu ul ul li {
	margin: -1.75em 0 0 11em;
	width: inherit;
   	z-index: 100;
}

#Menu li:hover ul ul,
#Menu li:hover ul ul ul,
#Menu li.sfhover ul ul,
#Menu li.sfhover ul ul ul {
	left: -999em;
	width: 100%;
    	z-index: 100;
}

#Menu li:hover ul,
#Menu li li:hover ul,
#Menu li li li:hover ul,
#Menu li.sfhover ul,
#Menu li li.sfhover ul,
#Menu li li li.sfhover ul {
	left: auto;
	width: 5em;
    	z-index: 100;
}

#Menu li:hover,
#Menu li.sfhover {
	background: #2f2523;
	z-index: 100;
}
