.body1 {font: Arial, helvetica, serif; text-align:center; padding:0; font-size:14px;}

#nav, #nav ul { /* all lists */
	float: left;
	width: 800px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	font-size:15px;
	text-align:center;
	background-color:#280e48;
	color: white;
	font-weight: bold;
	border: solid #280e48;
	border-width: 3px 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	height:auto;
	text-align:center;
	width: 133px;
	color: white;
	text-decoration: none;
	padding: 0;
	
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	height: auto;
	color:white;
	width: 133px; /* width needed or else Opera goes nuts */
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	w\idth: 200px;
	text-align:left;
	font-weight: normal;
	font-size:12px;
	color: #ffffff;
	border-width: 0.25em;
	margin: 0px;
}

#nav li li {
	padding-right: 1px;
	width: 200px
}

#nav li ul a {
	width: 200px;
	w\idth: 200px;
	text-align:left;
}

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

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	font-stretch:expanded;
	font-color:#0069B3;

}

#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;
	font-stretch:expanded;
	font-color:#0069B3;
}

#nav li:hover, #nav li.sfhover {
	font-weight:bold;
	background-color:#280e48;
}

#nav a:hover{color: #E0002B; font-weight:bold; text-decoration:none;}