/* copyright 2006 puntNL bv internetdiensten. www.puntNL.nl */

/* begin - hoofdmenu */

#menu{
background:url(../_img/header_bg.gif) repeat-x;
height:60px;
position:relative;
}

#menu ul{
margin:0;
padding:0;
list-style:none;
position:relative;
height:60px;
}

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

#menu ul li a{
position:absolute;
height:60px;
top:6px;
}

#menu a.active{
border-top: #B5995A 6px solid;
top:0px;
}

#menu ul li a span{
position:absolute;
left: -999px;
}

#aboutus {
background: url(../_img/menu/aboutus.gif) no-repeat;
left:0px;
width:73px;
}

#academics{
background:url(../_img/menu/academics.gif) no-repeat;
left:73px;
width:92px;
}

#admissions{
background:url(../_img/menu/admissions.gif) no-repeat;
left:165px;
width:99px;
}

#parents{
background:url(../_img/menu/parents.gif) no-repeat;
left:264px;
width:75px;
}

#athletics{
background:url(../_img/menu/athetics.gif) no-repeat;
left:339px;
width:79px;
}

#news{
background:url(../_img/menu/news.gif) no-repeat;
left:418px;
width:61px;
}

#alumni{
background:url(../_img/menu/alumni.gif) no-repeat;
left:479px;
width:74px;
}

#aboutus:hover{background-image:url(../_img/menu/aboutus_hover.gif);}
#academics:hover{background-image:url(../_img/menu/academics_hover.gif);}
#admissions:hover{background-image:url(../_img/menu/admissions_hover.gif);}
#parents:hover{background-image:url(../_img/menu/parents_hover.gif);}
#athletics:hover{background-image:url(../_img/menu/athletics_hover.gif);}
#news:hover{background-image:url(../_img/menu/news_hover.gif);}
#alumni:hover{background-image:url(../_img/menu/alumni_hover.gif);}

/*einde - hoofdmenu */
