
#nav {
	/*float: left;*/
	width: 100%;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0 0 1em 0;
}

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

#nav a {
	display: block;
	/*width: 10em;*/
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 1em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	/*width: 10em;*/
}

#nav li.dead {
  display: block;
  width: 9.9em;
	padding: 0.25em 2em;
	background: #CACBFF;
	text-decoration: none;
}

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

#nav li li {
	padding-right: 1em;
	width: 13em
}

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

#nav 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 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 a:hover {
	text-decoration: underline;
}

#nav li ul li a:hover {
	text-decoration: none;
}

#nav li ul li:hover, #nav li ul li.sfhover a {
	background: #CACBFF;
	text-decoration: none;
}

*:first-child+html #nav {
height: 1%;
}
*:first-child+html #nav li {
height: 1%;
} 


/* ------------------------ */
span.drop_down_button {
}

span.drop_down_button div {
  line-height: 1em;
  position: absolute;
	visibility: hidden;
	z-index: 90;
	border: 1px solid #CACBFF;
	padding: 0px;
	margin: 0;
	background: #ffffff;
}

span.drop_down_button div a {	
  position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #ffffff;
}

span.drop_down_button div a:hover {	
	background: #CACBFF;
}


