#menu {
	width: 750px;
	height: auto;
	position: relative;
	background: #639ACE;
	border-top: 1px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 10px solid #EFF3FF;
	float: left;
}

#nav {
	z-index: 2;
	background: #639ACE;
	text-decoration: none;
	float: left;
}

#nav, #nav ul { /* all lists */
	padding: 0px 0px 0px 0;
	margin: 0;
	font-size: 1em;
	list-style: none;
	height: 36px;
	width: 750px;
/*	border: solid 1px #000;  */
}

#nav a {
	display: block;
	height: 28px;
	padding: 4px 5px 4px 9px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	border-left: solid #FFF 1px;
	vertical-align: middle;
	width: 91px;
	line-height: 15px;
}

#nav a.singleline {
	line-height: 28px;
}

#nav a.home {
	line-height: 28px;
	width: 99px;
}


#nav a:hover {
	color: #FFF;
}

#nav li { /* all list items */
	text-align: left;
	text-transform: uppercase;
	float: left;
}
#nav li.home {
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: #a2c0e0;
	color: #FFF;
}
#nav li:hover ul li a:hover, #nav li.sfhover ul li a:hover {
	background-color: #a2c0e0;
	color: #FFF;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 1;
	padding: 0; /* closes gap between main nav and list */
	background: none;
	background-color: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 100px;
}

#nav li ul li { /*second-level list */
	width: 12em;
	text-transform: none;
	text-align: left;
}

#nav li ul a { /* second-level list links */
	border-bottom: solid #FFF 1px;
	border-right: solid #FFF 1px;
	border-left: solid #FFF 1px;
	border-top: none;
	background-color: #679ac9;
	width: 12em;
	padding-right: 7px;
	padding-left: 7px;
	height: 16px;
	float: left;
	line-height: 16px;

}

#nav li ul a.first { /* first in list adds top border */
	border-top: solid #FFF 1px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul li a:hover, #nav li.sfhover ul li a:hover {
	background-color: #a2c0e0;
	color: #FFF;
}

div.clear {
	clear: both;
}
