#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font:11px Verdana,Arial;
	letter-spacing:-1px;
}

#nav a {
	display: block;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	background-color:#17709c;
}

#nav li { /* all list items */
	float: left;
}


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

#nav ul li a {
	padding:3px 7px 5px; 
}

#nav ul li a:hover {
	background-color:#21cf6d; 
	color:#000000;
}

#nav ul li {
	position:relative; 
	border:1px solid #ffffff; 
	border-top:1px solid #ffffff;
	width:200px; 
	margin:0; 
}

#nav .sub {
	background:#17709c url(../images/arrow.gif) 185px 8px no-repeat
}

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

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	width: 250px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

/* Custom Begin */
ul.menu .top_menu{ display:none;}
ul.menu .home {background:url(../images/nav-home-off.jpg); height:40px; width:94px;}
ul.menu .home:hover {background:url(../images/nav-home-on.jpg); no-repeat; width:94px;}

ul.menu .about_us {background:url(../images/nav-about-off.jpg); height:40px; width:121px;}
ul.menu .about_us:hover {background:url(../images/nav-about-on.jpg) no-repeat; width:121px;}

ul.menu .programs {background:url(../images/nav-programs-off.jpg); height:40px; width:121px;}
ul.menu .programs:hover {background:url(../images/nav-programs-on.jpg) no-repeat; width:121px;}

ul.menu .meets {background:url(../images/nav-meets-off.jpg); height:40px; width:109px;}
ul.menu .meets:hover {background:url(../images/nav-meets-on.jpg) no-repeat; width:109px;}

ul.menu .teams {background:url(../images/nav-teams-off.jpg); height:40px; width:99px;}
ul.menu .teams:hover {background:url(../images/nav-teams-on.jpg) no-repeat; width:99px;}

ul.menu .contact_us {background:url(../images/nav-contact-off.jpg); height:40px; width:132px;}
ul.menu .contact_us:hover {background:url(../images/nav-contact-on.jpg) no-repeat; width:132px;}