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

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

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


#nav li ul { /* second-level lists */
	position: absolute;
	width: 168px;
	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:#284b8d; 
	color:#ffff00
}

#nav ul li {
	position:relative; 
	border:1px solid #ccc; 
	border-top:none; 
	width:168px; 
	margin:0; 
}

#nav .sub {
	background:#284b8d url(../images/arrow.gif) 156px 8px no-repeat
}

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

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

#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:36px; width:108px;}
ul.menu .home:hover {background:url(../images/nav-home-on.jpg); no-repeat; width:108px;}

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

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

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

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

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

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

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