/* SITE-SPECIFIC TAB STYLING */

/* Active tabs */
#home_tab a.tab_home,
#event_tab a.tab_event,
#news_tab a.tab_news,
#photo_tab a.tab_photo,
#video_tab a.tab_video,
#contact_tab a.tab_contact_us,
#about_us_tab a.tab_about_us

{
    background-color: transparent;
    border-color: #888;
    color: #FFF;
    font-weight:bold;
    background-image:url(../images/27_16_select.gif);

}
