/* MENU DROPDOWNS */


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

#nav a {
	display: block;
	/*width: 10em;
	w\idth: 6em;*/
	color: #7C6240;
	color: #fff;
	text-decoration: none;
	/*padding: 0.25em 2em;*/
}

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

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

/* 2nd level */

#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	font-weight: normal;	
	width: 178px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0px;
	margin: 0;
	padding-top: 5px;
	line-height: 20px;
	height: auto;
	border: 1px solid #2e508d;
}

#nav li li {
	width: 175px;
	font-size: 12px;
	background-color: #fff;
	padding-left: 3px;
	border-bottom:1px solid #fff;
	color: #2c4e8b;
	font-family: Arial, Helvetica, sans-serif;
}

#nav li ul a {
	/*width: 13em;
	w\idth: 9em;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #2c4e8b;
	padding-left: 3px;
	font-size: 12px;
}

#nav li ul a:hover {
	background-color: #e8ebf0;
}

#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 li:hover, #nav li.sfhover {
	background: #e8ebf0;
	color: #2c4e8b;
}
