#newtabs { border: 1px solid white; }

#newtabs ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

#newtabs li {
   float: left;
   padding: 0;
   margin: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   background: url(/images/tabs/tab_middle_dark.gif) left top;
   text-decoration: none;
   height: 21px;
}

#newtabs div {
   background: url(/images/tabs/tab_left_dark.gif) left top repeat-y;
   padding: 5px 5px 0px 13px;
   background-repeat: repeat-y;
}

#newtabs span {
   background: url(/images/tabs/tab_right_dark.gif) right top repeat-y;
   padding: 0 5px 0 0;
}

#newtabs a span {
   display: block;
   text-decoration: none;
}

/* active / on  tab */

#newtabs li.active { background-image: url(/images/tabs/tab_middle_active.gif); }

#newtabs div.active { background-image: url(/images/tabs/tab_left_active.gif); }

#newtabs span.active {
   background-image: url(/images/tabs/tab_right_active.gif);
   color: #000000;
}
