/* start my css */

#thebar {border:0px solid green;}
#thebar ul{padding: 0px; margin: 0px;}
#thebar li{display:inline; list-style:none;}

#thebar a{font-family: arial;
    display:block; float:left; width: 97px; height:25px; 
    background:url(tab_off.gif) no-repeat center top;
    text-align:center; padding-top: 9px; text-decoration:none; font-weight: bold; color: #777;
}
#thebar a:visited {color:#777;}
#thebar a:hover {color:#222; background:url(tab_on.gif) no-repeat center top;}
#thebar a:active {color:#222;}

#thebar #current a {color: white; background:url(tab_cur.gif) no-repeat center top;}
#thebar #long1 a {color: #777; background:url(tab_off_lng1.gif) no-repeat center top; width: 168px;}
#thebar #long1 a:hover {color: #777; background:url(tab_on_lng1.gif) no-repeat center top;}
#preload {display:none;}