#ajaxmenu {
	width: 982px;
	background:  url(images/nav_bg.gif) no-repeat right top;
	margin-left: 6px;
}
#myajaxmenu {
	position: absolute;
	top:1px;
	left: 0px;
	display: block;
	z-index: 1000;
}
#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
	font-weight: normal;
}
	
#ajaxmenu ul li a {
	color: #fbf5f5;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	height: 28px;
	padding-top: 11px;
	text-align: center;
}

/* Adjust widths of main nav links */
#topMenu48 a{ /* Current Parents */
	width: 143px;
}
#topMenu15 a{ /* Prospective Parents */
	width: 171px;
}
#topMenu33 a{ /* Curriculum */
	width: 111px;
}
#topMenu39 a{ /* specialists */
	width: 102px;
}
#topMenu32 a{ /* Extra Curricular */
	width: 150px;
}
#topMenu49 a{ /* Volunteer/Giving */
	width: 150px;
}
#topMenu50 a{ /* Alumni */
	width: 75px;
}
#topMenu163 a{ /* Contact */
	width: 75px;
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* hovered lists */
#ajaxmenu li a:hover,
#ajaxmenu li.current a{
	color: #333366;
}

#ajaxmenu li.current li a{
	color: #fff;
}
/*   Sub Menu Styles   */
#ajaxmenu ul li ul {
	display: none;
	
	}
#ajaxmenu  ul li:hover ul,
#ajaxmenu  ul li a:hover ul {
	display:block; 
	position: absolute;
	left: 1px; /* Set 1px less than menu width */
	top:36px;
}

#ajaxmenu li li a {
	text-align: left;
	height: 22px;
	padding-top: 6px;
	background:  url(images/nav_sub_bg.gif) repeat-x left top;
	border-right: 1px solid #5ea86c;
	border-left: 1px solid #86c491;
	border-top: 1px solid #dbf1df;
	font-weight: normal;
	width: 174px;
	padding-left: 10px;
}
/*   Adjust widths of sub-menus   */
#ajaxmenu #topMenu48 ul { /* Current Parents */
	width: 235px;
}
#ajaxmenu #topMenu15 ul { /* Prospective Parents */
	width: 235px;
}
#ajaxmenu #topMenu15 ul li a,
#ajaxmenu #topMenu48 ul li a { /* Prospective Parents */
	width: 230px;
}
#topMenu33 ul { /* Curriculum */
	width: 155px;
}
#topMenu39 ul { /* specialists */
	width: 165px;
}
#topMenu32 ul { /* Extra Curricular */
	width: 155px;
}
#topMenu49 ul { /* Volunteer/Giving */
	width: 155px;
}
#ajaxmenu #topMenu50 ul { /* Alumni */
	left:-40px;
	width: 185px;
}
#topMenu163 ul { /* Contact */
	width: 155px;
}
/* Contact */
#ajaxmenu #topMenu163 ul li a {
	width: 103px;
}
#ajaxmenu #topMenu163 ul{ 
	left:-40px;
}
