#multi-level {
	height:30px;
	position:relative;
/*	z-index:100;
*/}
/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	font-family:arial, sans-serif;
}

/* Set up the top level list items and float left to place inline */
.menu li.top {
	display:block;
	float:left;
	position:relative;
	height:30px;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table{border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {
	display:block;
	float:left;
	height:35px;
	margin-bottom:0px;
}

.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:59px; background:url(/site/images/page/menu/home2.jpg) no-repeat;}
.menu li.p2 {width:110px; background:url(/site/images/page/menu/about2.jpg) no-repeat;}
.menu li.p3 {width:136px; background:url(/site/images/page/menu/class2.jpg) no-repeat;}
.menu li.p4 {width:98px; background:url(/site/images/page/menu/programs2.jpg) no-repeat;}
.menu li.p5 {width:99px; background:url(/site/images/page/menu/multimedia2.jpg) no-repeat;}
.menu li.p6 {width:86px; background:url(/site/images/page/menu/pro2.jpg) no-repeat;}
.menu li.p7 {width:95px; background:url(/site/images/page/menu/guestbook2.jpg) no-repeat;}
.menu li.p8 {width:75px; background:url(/site/images/page/menu/contact2.jpg) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:59px; background:url(/site/images/page/menu/home1.jpg) no-repeat;}
.menu li a#about {width:110px; background:url(/site/images/page/menu/about1.jpg) no-repeat;}
.menu li a#class {width:136px; background:url(/site/images/page/menu/class1.jpg) no-repeat;}
.menu li a#programs {width:98px; background:url(/site/images/page/menu/programs1.jpg) no-repeat;}
.menu li a#multimedia {width:99px; background:url(/site/images/page/menu/multimedia1.jpg) no-repeat;}
.menu li a#pro {width:86px; background:url(/site/images/page/menu/pro1.jpg) no-repeat;}
.menu li a#guestbook {width:95px; background:url(/site/images/page/menu/guestbook1.jpg) no-repeat;}
.menu li a#contact {width:75px; background:url(/site/images/page/menu/contact1.jpg) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover {position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#class:hover, .menu li:hover a#class,
.menu li a#programs:hover, .menu li:hover a#programs,
.menu li a#multimedia:hover, .menu li:hover a#multimedia,
.menu li a#pro:hover, .menu li:hover a#pro,
.menu li a#guestbook:hover, .menu li:hover a#guestbook,
.menu li a#contact:hover, .menu li:hover a#contact {
	background-image: url(/site/images/page/spacer.gif);
	background-repeat: repeat;
}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {
	left:0px;
	top:35px;
	background: #070707;
	border:1px solid #313131;
	width:125px;
	height:auto;
	}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:120px;}
.menu :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	width:125px;
	line-height:20px;
	color:#ffffff;
	text-decoration:none;
	text-indent: 5px;
}
.menu :hover ul.sub li a:hover {
	color:#ffffff;
	background-image: url(/site/images/page/menu/sub_menu_arrow.jpg);
}

