#menuWrapper
{
  background-color: #ffffff;
  width: 900px;
}
#menu
{
  background-image: url('../Images/navbar.gif');
  background-repeat: no-repeat;  
  height: 39px;
  width: 880px;
  padding-top: 13px;
  margin-left: auto;
  margin-right: auto;
}
#menu ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
#menu a
{
  display: block;
  color: White;
  font-family: Arial,Tahoma,Verdana;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
}
#menu ul li ul li a
{
  border-top: none;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: none;
  text-align: left;
}
#menu li
{
  position: relative;
}
#menu ul ul
{
  position: absolute;
  z-index: 500;
}

#menu ul ul ul
{
  position: absolute;
  top: 0;
  left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
  display: none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
  display: block;
}
div#menu li:hover a,
div#menu li a.nav_on
/*,div#menu a:focus,
div#menu a:active*/
{
  background: url('../Images/header/nav_bg_on.gif');
  background-repeat: repeat-x;
}
div#menu li:hover ul
{
  display: block;
}
div#menu li:hover ul a
{
  background-color: #CCCCCC;
  background-image: none; /*removes the blue background image from the drop-down menus*/
}
div#menu li:hover ul a.has_subnav
{
  background-image: url('../Images/header/nav_arrow_off.gif');
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
div#menu li:hover ul a.has_subnav:hover
{
  background-image: url('../Images/header/nav_arrow_on.gif');
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
div#menu ul a:hover
{
  background-color: #9A8F56 !important;
  color: #FFFFFF !important;
}
div#menu ul li ul li a:hover,
div#menu ul li ul a:hover 
{
  background-color: #666666 !important;
  color: #FFFFFF !important;
}
div#menu li ul li a
{ 
  width: 180px;
  display: block;
  color: #083951;
  padding: 5px 10px;
  font-size: 11px;
}

/*static sizing for main menu items*/
#immersionSchedule
{
	width: 170px;
}
#publicClasses
{
	width: 136px;
}
#upcomingEvents
{
	width: 150px;
}
#blog
{
	width: 70px;
}
#facebook
{
	width: 110px;
}
#photos
{
	width: 90px;
}
#aboutChristina
{
	width: 142px;
}
