#nav, 
#nav ul {
	position:absolute;
	float: left;
	/*width: 26em;*/
	list-style: none;
	line-height: 1;
	background: none;
	font-weight: bold;
	padding: 0;
	border: solid #a3c0e2;
	border-width: 0px 0;
	margin: 0 0 0em 0;
	z-index:100;
}

#nav a {
	display: block;
	/*width: 12em;
	w\idth: 6em;*/
	color: black;
	text-decoration: none;
	background:none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1px 0.65em;  /* height and "space" between 	topmenu buttons => was 5px 1.2em */
	border-left: 0.01em solid #c2c6c9;
	border-right: 0.01em solid #c2c6c9;
text-align:left;
}

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

#nav li {
	float: left;
	padding: 0;
	/*width: 12em;*/
	height:30px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 11.4em; /* was 14.4 */
	w\idth: 13.5em; /* was 13.9 (this affects width in Firefox) */
	font-weight: normal;
	border-width: 0.1em;
	margin: 0;
	background:white;
	/*list-style: circle;*/
}

#nav li li {
	padding-right: 0em;
	width: 13.5em; /* was 13em; (width of hover background)*/
	height: auto;
/*background: url('/images/link_arrow.gif') no-repeat fixed center left; */ /* this works, but needs to be refined */
}


#nav li ul a {
	width: 15em; /* width of inner text area in dropdown */
	w\idth: 11em; /* width of inner text area in dropdown */
	padding-top: 5px;
/* these two lines above and below (padding-top & margin, for bottom) put text in center of the dropdown list */
	margin: 0px 0px 5px 0px; /* was 0px 0px: */
	border-top: 1px dashed #a3c0e2;
	border-left: none;
	border-right: none;
	color: #1073b5; 
	
}

#nav li ul ul {
	margin: -1.75em 0 0 14em; /* was -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: #a3c0e2;
}


#nav li li:hover, 
#nav li li.sfhover {
	background: #F1F7FB ; /*  F1F7FB */
/* url('/images/link_arrow.gif') no-repeat fixed center left; */ 
/* this works, but needs to be refined */
}



