#nav {
	margin-top:-3px;
	text-transform:uppercase;
	height:25px;
	margin-bottom: 0px;
}
#nav, #nav ul {
	list-style: none;
	line-height:1.5;
	padding:0px;
	background-color:#CCE6FF;
}
#nav a {
	text-decoration:none;
	display: block;
	color: #036;
	padding: 0.25em 0.75em;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#nav ul li a{
	text-transform:none;
	font-weight:normal;
	display:block;
}
#nav a:hover {
	color: #0074E8;
}
#nav li {
	float: left;
	padding: 0;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 230px;
	border-width: 0.25em;
	margin: 0;
	font-weight: normal;
	border:#F2F2F2 solid 1px;
	z-index:5000;
}
#nav li li {
	width: 230px;
}
#nav li ul ul {
	width:230px;;
	margin-top: -25px;;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
}
.wideNav {
	max-height: 300px;
	overflow:auto;
}
#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 {
	left: auto;
}
#nav li ul li:hover, #nav li ul li.sfhover {
	background:#FFFFFF;
}
/*Narrow last nav element so it doesn't run off the right side*/
#nav .lastNav li, #nav ul.lastNav {
	width:230px;
}
