/*
#navcontainer {
	width: 45%;
	text-align: right;
	margin: 0 auto;
	height:2.5em;
	position: absolute;
	top: 40px;
	right: 0px;
}
*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2em;
	background: transparent;
}

#nav {
	font-size:1.3em;
}

#nav ul  {
	border-top: 0.1em outset #FF6300; 
	border-right: 0.1em outset #FF6300; 
}

#nav a {
	font-weight: bold;
	display: block;
	color:#ffffff;
	text-decoration: none;
	padding: 0.25em 1em;
	text-align:center;
}

#nav a:hover {
	color:#ffffff;
	background:#FF6300;
}

#nav a.daddy {
}

#nav li {
	float: left;
	padding: 0em;
	border-left: 0.0em outset #FF9933; 
	border-right: 0.0em outset #FF9933; 
}

#nav li ul {
	position: absolute;
	margin: 0;
	margin-top:0px;
	left: -999em;
	height: auto;
	width: 18em;
	font-weight: normal;
	border-left: 0.0em solid #FF6300; 
}

#nav li li {
	width: 18em;
	background: #F49521;
	border-bottom: 0.0em outset #F39420; 
	border-top: 0.0em outset #F39420; 
}

#nav li ul a {
	width: 16em;
	text-align:left;
	color:#fff;
	padding-left:1em;
	padding-right:1em;
}

#nav li ul a:hover {
	color:#FFFFFF;
}

#nav li ul ul {
	margin: -2.5em 0 0 18em;
}

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

#nav li:hover, #nav li.sfhover {
	background:#FF6300;
	border-left: 0.0em outset #F39420; 
	border-right: 0.0em outset #F39420; 
}

#nav li li:hover, #nav li li.sfhover {
	background:#FF6300;
	border-top: 0.0em outset #F39420; 
	border-bottom: 0.0em outset #F39420; 
}

