#mainmenu {
	margin: 0px;
	padding: 0px;
}
#navmenu {
	background-color: #006BB6;
	height: 27px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 829px;
}
#navmenu  ul#nav {
	width: 829px;
	margin-right: 0px;
	margin-left: 0px;
}
#navmenu   ul  li   a  {
	display: block;
	color: #006BB6;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	height: 27px;
	text-indent: -9999px;
}
#navmenu   ul  li   a:hover  {
	color: #000;
	background-position: 0px 100%;
}
/* Menus */

#navmenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#navmenu ul li { /* all list items */
	float: left;
	position: relative;
}

#navmenu ul li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0;
	width: 200px;
}
#navmenu ul li ul.beforeend {
	left: -8px;
}
#navmenu ul li ul.endofmenu {
	left: -102px;
}
#navmenu ul li ul li {
	background-color: #163589;
	width: 200px;
}	
#navmenu ul li ul li.top { /*second-level menu: top rounded white background*/
	background-color: #163589;
	height: 10px;
}
#navmenu ul li ul li.mid { /*second-level menu: middle list white BG color*/
	background-color: #163589;
}
#navmenu ul li ul li.bottom { /*second-level menu: bottom rounded white background*/
	background-color: #163589;
	height: 10px;
}
#navmenu ul li ul li.sline { /*second-level menu: only one item white background*/
	background-color: #163589;
	height: 40px;
}
#navmenu  ul  li  ul  li  a {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 4px;
	border-top: 1px solid #0099cc;
	margin-right: 10px;
	margin-left: 10px;
	text-indent: 0px;
	height: 18px;
	line-height: 14px;
}
#navmenu ul li ul a:hover {
	color: #FFCC00;
}
#navmenu   ul   li   ul   li   a.firstitem {
	border-top: none;
	
}
#navmenu ul li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#navmenu ul li:hover ul, #navmenu ul li.over ul { /* lists nested under hovered list items */
	display: block;
}
.mnuhome {
	background-image: url(../images/home_06.gif);
	width: 58px;
}
.mnuabout {
	background-image: url(../images/home_08.gif);
	width: 74px;
}
.mnuschools {
	background-image: url(../images/home_10.gif);
	width: 66px;
}
.mnujudaic {
	background-image: url(../images/home_12.gif);
	width: 111px;
}
.mnuathletics {
	background-image: url(../images/home_14.gif);
	width: 69px;
}
.mnucalendar {
	background-image: url(../images/home_16.gif);
	width: 74px;
}
.mnucommunity {
	background-image: url(../images/home_18.gif);
	width: 88px;
}
.mnusupport {
	background-image: url(../images/home_20.gif);
	width: 66px;
}
.mnuadmissions {
	background-image: url(../images/home_22.gif);
	width: 89px;
}
.mnucontact {
	background-image: url(../images/home_24.gif);
	width: 91px;
}
.mnu2home {
	background-image: url(../images/home2_06.gif);
	width: 58px;
}
.mnu2about {
	background-image: url(../images/home2_08.gif);
	width: 74px;
}
.mnu2schools {
	background-image: url(../images/home2_10.gif);
	width: 66px;
}
.mnu2judaic {
	background-image: url(../images/home2_12.gif);
	width: 111px;
}
.mnu2athletics {
	background-image: url(../images/home2_14.gif);
	width: 69px;
}
.mnu2calendar {
	background-image: url(../images/home2_16.gif);
	width: 74px;
}
.mnu2community {
	background-image: url(../images/home2_18.gif);
	width: 88px;
}
.mnu2support {
	background-image: url(../images/home2_20.gif);
	width: 66px;
}
.mnu2admissions {
	background-image: url(../images/home2_22.gif);
	width: 89px;
}
.mnu2contact {
	background-image: url(../images/home2_24.gif);
	width: 91px;
}
.line {
	background-image: url(../images/home_07.gif);
	width: 4px;
	height: 27px;
}