#menu {
  font-size: 93%;
  line-height: normal;
  padding: 0 0 0 12px;
  border: solid 0px black;
  background: url('img/nav.gif') no-repeat 0 0;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li a {
  float: left;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #6666ff;
}

#menu ul.horizontal li.level1 {
  float: left;
  height: 34px;
  padding: 0px;
}

#menu ul.horizontal li.level1 a {
  font-family: Arial;
  font-size: 12px;
  color: black;
  overflow: hidden;
  outline: none;
}

#menu ul.horizontal li.level1 a:hover {
}


#menu ul.horizontal > li.level1 a {
  width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu ul li a { float:none; }
/* End IE5-Mac hack */

#menu ul.dropdown,
#menu ul.flyout {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  width: 185px;
  border-left: 2px solid #c10000;
  border-top: 2px solid #c10000;
  border-right: 2px solid #c10000;
  background-color: #fff6cc;
}

#menu ul.dropdown li.level2,
#menu ul.flyout li.level3 {
  border-bottom: 2px solid #c10000;
}

#menu ul.dropdown li.level2 a,
#menu ul.flyout li.level3 a {
  font-family: "Trebuchet Ms", arial;
  font-size: 13px;
  font-weight: 700;
  color: #9a0000;
  padding: 2px 4px 2px 5px;
  padding: 4px 4px 4px 5px;
}

#menu ul.dropdown li.level2 a:hover,
#menu ul.flyout li.level3 a:hover {
  color: white;
  background-color: #9a0000;
}



li#menu_item_program a#menu_link_program { background: transparent url('img/nav.gif') scroll no-repeat -12px 0; width: 71px; height: 34px; text-indent: -9999px; }
li#menu_item_by_subject a#menu_link_by_subject { background: transparent url('img/nav.gif') scroll no-repeat -83px 0; width: 85px; height: 34px; text-indent: -9999px; }
li#menu_item_by_grade a#menu_link_by_grade { background: transparent url('img/nav.gif') scroll no-repeat -168px 0; width: 74px; height: 34px; text-indent: -9999px; }
li#menu_item_by_location a#menu_link_by_location { background: transparent url('img/nav.gif') scroll no-repeat -242px 0; width: 94px; height: 34px; text-indent: -9999px; }
li#menu_item_dates_and_prices a#menu_link_dates_and_prices { background: transparent url('img/nav.gif') scroll no-repeat -336px 0; width: 88px; height: 34px; text-indent: -9999px; }
li#menu_item_about_education_unlimited a#menu_link_about_education_unlimited { background: transparent url('img/nav.gif') scroll no-repeat -424px 0; width: 88px; height: 34px; text-indent: -9999px; }
li#menu_item_photo_gallery a#menu_link_photo_gallery { background: transparent url('img/nav.gif') scroll no-repeat -512px 0; width: 111px; height: 34px; text-indent: -9999px; }
li#menu_item_contact_us a#menu_link_contact_us { background: transparent url('img/nav.gif') scroll no-repeat -623px 0; width: 91px; height: 34px; text-indent: -9999px; }
li#menu_item_request_brochure a#menu_link_request_brochure { background: transparent url('img/nav.gif') scroll no-repeat -714px 0; width: 138px; height: 34px; text-indent: -9999px; }
li#menu_item_apply_now a#menu_link_apply_now { background: transparent url('img/nav.gif') scroll no-repeat -852px 0; width: 85px; height: 34px;  text-indent: -9999px; }


li#menu_item_program a:hover#menu_link_program { background-position: -12px -34px; }
li#menu_item_by_subject a:hover#menu_link_by_subject { background-position: -83px -34px; }
li#menu_item_by_grade a:hover#menu_link_by_grade { background-position: -168px -34px; }
li#menu_item_by_location a:hover#menu_link_by_location { background-position: -242px -34px; }
li#menu_item_dates_and_prices a:hover#menu_link_dates_and_prices { background-position: -336px -34px; }
li#menu_item_about_education_unlimited a:hover#menu_link_about_education_unlimited { background-position: -424px -34px; }
li#menu_item_photo_gallery a:hover#menu_link_photo_gallery { background-position: -512px -34px; }
li#menu_item_contact_us a:hover#menu_link_contact_us { background-position: -623px -34px; }
li#menu_item_request_brochure a:hover#menu_link_request_brochure { background-position: -714px -34px; }
li#menu_item_apply_now a:hover#menu_link_apply_now { background-position: -852px -34px; }


/* This fixes the variable width in lower resolution 
displays on the last dropdown */
li#menu_item_apply_now ul.dropdown {
	margin-left: -95px;
	z-index: 1000;
}
