p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #7C6240;
}

#smurf strong {
	font-size: 1.2em;
	color: black;
}

#nav, #nav ul{
	float: left;
	width: 890px;
	list-style: none;
	line-height: 1;
	background: #878787;
	font-weight: bold;
	padding: 0;
	border: solid #ffe47f;
	border-width: 0px 0;
	margin: 0 0 1em 0;
}

#nav-fr, #nav-fr ul{
	float: left;
	width: 890px;
	list-style: none;
	line-height: 1;
	background: #878787;
	font-weight: bold;
	padding: 0;
	border: solid #ffe47f;
	border-width: 0px 0;
	margin: 0 0 1em 0;
}

#nav a, #nav-fr a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: white;
	text-decoration: none;
	padding: 0.25em 1em;
}

#nav a.daddy, #nav-fr a.daddy {
	background: url(../images/menu/rightarrow.gif) center right no-repeat;
	width: 11.2em;
}

#nav-fr li{
  float: left;
  padding: 0;
  width: 8em;
  height: 30px;}
  
#nav li {
	float: left;
	padding: 0;
	width: 9em;
}

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

#nav li li, #nav-fr li li {
	padding-right: 1em;
	width: 13em;
	height: auto;
}

#nav li ul a, #nav-fr li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul, #nav-fr li ul ul{
	margin: -1.75em 0 0 14em;
}

#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-fr li:hover ul ul, #nav-fr li:hover ul ul ul, #nav-fr li.sfhover ul ul, #nav-fr 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-fr li:hover ul, #nav-fr li li:hover ul, #nav-fr li li li:hover ul, #nav-fr li.sfhover ul, #nav-fr li li.sfhover ul, #nav-fr li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #00aaff;
}
#nav-fr li:hover, #nav-fr li.sfhover {
	background: #00aaff;
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 70px;
	background: white url(/images/header_bg.gif) no-repeat;
	border: solid #eda;
	border-width: 1px 0 0 0;
	margin: 1em 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background: url(/images/hdlogo_flip2.gif) no-repeat;
	background-position: 181px 0;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}