/* The following style for drop down nav menu came from www.htmldog.com/articles/suckerfish/dropdowns/example */

#sfnav, #sfnav ul {
	float: left;
	width: 790px;
	list-style: none;
	line-height: 2;
	background: #550055;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 0;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}
 
#sfnav a {
	display: block;
	width: 98px;  /* 790/8 */
	color: #FFCC99; /* the text color */
	text-decoration: none;
	padding: 2px 2px;
}
 
#sfnav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}
 
#sfnav li {
	float: left;
	padding: 0;
	width: 7em;
}
 
#sfnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}
 
#sfnav li li {
	padding-right: 1em;
	width: 13em
}
 
#sfnav li ul a {
	width: 13em;
	w\idth: 9em;
}
 
#sfnav li ul ul {
	margin: -1.75em 0 0 14em;
}
 
#sfnav li:hover ul ul, #sfnav li:hover ul ul ul, #sfnav li.sfhover ul ul, #sfnav li.sfhover ul ul ul {
	left: -999em;
}
 
#sfnav li:hover ul, #sfnav li li:hover ul, #sfnav li li li:hover ul, #sfnav li.sfhover ul, #sfnav li li.sfhover ul, #sfnav li li li.sfhover ul {
	left: auto;
}
 
#sfnav li:hover, #sfnav li.sfhover {
	/* background: #eda; */
	/* Background color of button under mouse. */
	background: #003300;
}
 
#content {
	clear: left;
}
 
#content a {
	color: #9966ff;
}
 
#content a:hover {
	text-decoration: none;
}