/*http://www.htmldog.com/articles/suckerfish/dropdowns/example/*/


#nav, #nav ul {
	float: right;
	width: 62em;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding:0;
	margin: 1em 0px 0em .4em;
	z-index:700;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 9.8em;
	color: #000000;
	text-decoration: none;
	padding: 0.6em .6em;
	background-color:transparent;

}

#nav a:hover{
color:#660000;
}


#nav a.top{
padding:.4em 1px .4em 1px;
width:10em;
border-right:1px solid #ededed;
text-align:center;

}
#nav a.top:hover{
color:#000;
}

#nav a.last{
padding:1px;
width:10em;
border-right:none;
text-align:center;
padding:.4em 1px .4em 1px;
}



#nav a.heretest{
border-right:1px solid #ededed;
width:9.8em;
text-align:center;
color:#770000;
padding:.4em 1px .4em 1px;
}


#nav a.daddy {
	background: url(../themes/icons/rightarrow2.gif) center right no-repeat;
	padding-right:1em;
}

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

/*NOTE THE RELATIONSHIP OF THESE TWO ELEMENTS!*/
/*This is the box that holds the first level submenu;
Dont put padding in here. No worky*/
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13em;
	w\idth: 14em; /*This controls the width of the background of the submenu*/
	font-weight: normal;
	margin: 0;
	background-color:#efefef;
	
}
/*This is the part that is going to hover: The color is going at the end of this sheet*/

#nav li li {
/*	padding-right: 1em;
	padding-left:.5em;*/
	width: 14em;
	border-top:1px solid white;
	border-bottom:1px solid black;
	border-left:solid 1px #efefef;
}

/* ===============================*/


#nav li ul a {
	width: 11em;
	w\idth: 12em;
}



#nav li ul ul {
	margin: -1.75em 0 0 12em;
}

#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: #E3E3E3;

}