@charset "utf-8";
/* CSS Document */

/*------------------------ MENU CSS DECLARATIONS --------------------------*/

#menu {
   list-style: none;
   width: 200px;
   top: 0px;
   margin-left:0px;
   height: 200px;
   float:left;
   position:relative;
   z-index:1;
}

#menu a {
   display: block;
   text-indent: -900%;
   position: absolute;
   outline: none;
   border-bottom: none;
}

#menu a:hover {
   background-position: left bottom;
   border-bottom: none;
}

#menu a:hover span{
   display: block;
   border-bottom: none;
}

#menu .home {
   width: 190px;
   height: 26px;
   background: url(../images/menu/home.png) no-repeat;
   left: 15px;
   top: 0px;
}

#menu .announcements {
   width: 190px;
   height: 26px;
   background: url(../images/menu/announcements.png) no-repeat;
   left: 15px;
   top: 35px;
}

#menu .board {
   width: 190px;
   height: 26px;
   background: url(../images/menu/board.png) no-repeat;
   left: 15px;
   top: 70px;
}

#menu .covenants {
   width: 190px;
   height: 26px;
   background: url(../images/menu/covenants.png) no-repeat;
   left: 15px;
   top: 105px;
}

#menu .album {
   width: 190px;
   height: 26px;
   background: url(../images/menu/album.png) no-repeat;
   left: 15px;
   top: 140px;
}

#menu .contact {
   width: 190px;
   height: 26px;
   background: url(../images/menu/contact.png) no-repeat;
   left: 15px;
   top: 175px;
}


