

/* Suckerfish Menu starts HERE */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 24px;
	background-color:#000066;
}

#nav {
	width:160px;
}

#nav a {
	display: block;
	width: 145px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
	padding-left:5px;
	min-height:24px;
	background: #000066;
}

#nav a:hover {
	color:#FFFFFF;
	background-color:#929BF8;
}

#nav li { /* all list items */
	float:left;
	width: 145px; /* width needed or else Opera goes nuts */
	line-height:25px;
}

#nav li:hover {
	background-color:#000066;
	color:#FFFFFF;
}

#nav ul:hover {
	color:#FFFFFF;
}

#nav li ul { /* second-level lists */
	position:absolute;
	width: 145px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left:5px;
	margin-top:-25px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 0px;
}

#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;
}


.space {
	height:15px;
	float:left;
	width:100%;
	background-color:#000066;
}

#flash {
	height:60px;
	width:100%;
}

#flash p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
	margin-left:60px;
	margin-right:10px;
	text-align:center;
}

.colorwhite{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}