/*
   Top Tab Bar
*/

#tab_bar, #tab_bar li {
   list-style: none;
   margin: 0;
   padding: 0;
}
#tab_bar li {
   display: inline;
}
#tab_bar li a {
   display: block;
   float: left;
}
#tab_bar li a span { display: none; }

/* Define BG image styles */
#tab_kids {
   background: url('images/tab_kids-inactive.jpg') no-repeat scroll top left;
   width: 93px;
   height: 57px;
}
#tab_students {
   background: url('images/tab_students-inactive.jpg') no-repeat scroll top left;
   width: 108px;
   height: 57px;
}
#tab_adults {
   background: url('images/tab_adults-inactive.jpg') no-repeat scroll top left;
   width: 104px;
   height: 57px;
}
#tab_directions {
   background: url('images/tab_directions-inactive.jpg') no-repeat scroll top left;
   width: 144px;
   height: 57px;
}
#tab_give {
   background: url('images/tab_give-inactive.jpg') no-repeat scroll top left;
   width: 79px;
   height: 57px;
}
#tab_aboutus {
   background: url('images/tab_aboutus-inactive.jpg') no-repeat scroll top left;
   width: 117px;
   height: 57px;
}

/* Define hover styles */
#tab_kids:hover, #tab_kids.active {
   background: url('images/tab_kids-active.jpg') no-repeat scroll top left;
}
#tab_adults:hover, #tab_adults.active {
   background: url('images/tab_adults-active.jpg') no-repeat scroll top left;
}
#tab_students:hover, #tab_students.active {
   background: url('images/tab_students-active.jpg') no-repeat scroll top left;
}
#tab_directions:hover, #tab_directions.active {
   background: url('images/tab_directions-active.jpg') no-repeat scroll top left;
}
#tab_give:hover, #tab_give.active {
   background: url('images/tab_give-active.jpg') no-repeat scroll top left;
}
#tab_aboutus:hover, #tab_aboutus.active {
   background: url('images/tab_aboutus-active.jpg') no-repeat scroll top left;
}


