
  
#multi-level {height:33px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding-top:0px; padding-bottom:0px; 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;}

/* 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:23px; text-decoration:none;  text-align:center;}
.menu li.top a span {position:absolute; text-align:center; left:0px; top:0; z-index:0; font-size:13px; color:#ffffff; cursor:pointer; font-weight:bold; text-decoration:none;}
.menu li.top a:hover span {position:absolute;  text-align:center;left:0px; top:0; z-index:0; font-size:13px; color:#000000; cursor:pointer; font-weight:bold; text-decoration:none;}/* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:60px;background:url(../images/separator2.jpg) right 0px no-repeat; text-indent: 13px;}
.menu li.p2 {width:81px;background:url(../images/separator2.jpg) right 0px no-repeat; text-indent: 13px;}
.menu li.p3 {width:101px;background:url(../images/separator2.jpg) right 0px no-repeat; text-indent: 13px;}
.menu li.p4 {width:123px;background:url(../images/separator2.jpg) right 0px no-repeat; text-indent: 13px;}
.menu li.p5 {width:116px;background:url(../images/separator2.jpg) right 0px no-repeat; text-indent: 13px;}
.menu li.p6 {width:108px;background:url(../images/separator2.jpg) right 0px no-repeat; text-indent: 13px;}
.menu li.p7 {width:91px;background:url(../images/separator2.jpg) right 0px no-repeat; text-indent: 13px;}
.menu li.p8 {width:57px; text-indent: 13px;}
 



/* set up the normal unhovered images in the links */
.menu li a#home {width:60px;}
.menu li a#about {width:81px;}
.menu li a#stepping {width:101px;}
.menu li a#success {width:123px;}
.menu li a#news {width:115px;}
.menu li a#donors {width:108px; } 
.menu li a#contact {width:91px;}
.menu li a#links {width:57px;}
 

/* 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#stepping:hover, .menu li:hover a#stepping,
.menu li a#success:hover, .menu li:hover a#success,
.menu li a#news:hover, .menu li:hover a#news,
.menu li a#donors:hover, .menu li:hover a#donors,
.menu li a#contact:hover, .menu li:hover a#contact,
.menu li a#links:hover, .menu li:hover a#links{background:transparent;  }

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :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:0; top:23px; font-weight:bold; text-align:left;background: #E0CB85; padding:0px; white-space:nowrap; width:175px; height:auto; text-decoration:none;}
.menu :hover ul.sub li {display:block; height:23px; position:relative; float:left; width:173px; font-weight:bold;}
.menu :hover ul.sub li a {display:block; font-weight:bold; font-size:12px; height:23px; width:173px; line-height:23px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #AD8605; border-width:0 1px 1px 1px;}
.menu :hover ul.sub li a:hover {background:#C0A85A; color:#000000; font-weight:bold;} 
