/* $Id: tabs.css,v 1.2 2008/09/08 02:35:29 johnalbin Exp $ */

/*
 * Tabs CSS
 *
 * Adds styles for the primary and secondary tabs.
 *
 * Compare this with default CSS found in the system module's stylesheet (a copy
 * of which is in drupal6-reference.css, line 510.)
 *
 */

  div.tabs
  {
   display:block;
height:30px;
margin:0 0 5px;
margin:20px 0;
  }
   div.tabs ul
  {position:relative;
    width:100%;
  }
.tabs ul li {
background:transparent none repeat scroll 0 0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.tabs ul li.active {
border-bottom:1px solid #fff;


}
