#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	padding-left: 17px;
}

#nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: auto;
	padding-top:7px;
	padding-bottom:6px;
	padding-left:7px;
	padding-right:7px;
	font-family:century gothic;
	font-size:14px;
	color:#000000;
	text-decoration:none;
}

#nav a:hover {
	background-color:#312A84;
	color:#ffffff;
	text-decoration:none;
}

#nav a.on {
	background-color:#312A84;
	color:#ffffff;
	text-decoration:none;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li li{ /* all list items */
	display:block;
	clear:both;
	width: 170px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #eeeeee;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -15px 0 0 110px;
}

#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 { /* lists nested under hovered list items */
	left: auto;
}

#nav2 {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	padding-left: 17px;
}

#nav2 ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav2 a {
	display: block;
	width: auto;
	padding-top:7px;
	padding-bottom:6px;
	padding-left:7px;
	padding-right:7px;
	font-family:century gothic;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}

#nav2 a:hover {
	background-color:#312A84;
	color:#ffffff;
	text-decoration:none;
}

#nav2 a.on {
	background-color:#312A84;
	color:#ffffff;
	text-decoration:none;
}

#nav2 li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav2 li li{ /* all list items */
	display:block;
	clear:both;
	width: 110px; /* width needed or else Opera goes nuts */
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	background: #eeeeee;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav2 li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}



#nav3 {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	padding-left: 17px;
}

#nav3 ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav3 a {
	display: block;
	width: auto;
	padding-top:7px;
	padding-bottom:6px;
	padding-left:7px;
	padding-right:7px;
	font-family:verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

#nav3 a:hover {
	background-color:#666666;
	color:#ffffff;
	text-decoration:none;
}

#nav3 li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav3 li li{ /* all list items */
	display:block;
	clear:both;
	width: 110px; /* width needed or else Opera goes nuts */
}

#nav3 li ul { /* second-level lists */
	position: absolute;
	background: #eeeeee;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav3 li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav3 li:hover ul ul, #nav3 li:hover ul ul ul, #nav3 li.sfhover ul ul, #nav3 li.sfhover ul ul ul {
	left: -999em;
}

#nav3 li:hover ul, #nav3 li li:hover ul, #nav3 li li li:hover ul, #nav3 li.sfhover ul, #nav3 li li.sfhover ul, #nav3 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}



