#tabs {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
#tabs ul {
	list-style:none;
padding-top:56px;
      }
#tabs li {
     float:left;
color:#6d7586;
font-size:13px;
padding:0px 7px;
      }
#tabs a {
   text-decoration:none;
color:#6d7586;
display:block;
cursor:pointer;
padding-left:5px;
      }
#tabs a span {
  text-decoration:none;
color:#6d7586;
padding:2px 8px 3px 5px;
display:block;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#FFF;
      }
#tabs a:hover {
    text-decoration:none;
background:url(li-left-bg.gif) top left no-repeat;
color:#fff;
      }
#tabs a:hover span {
    text-decoration:none;
color:#fff;
background:url(li-right-bg.gif) top right no-repeat
      }

#tabs #current a {
		text-decoration:none;
background:url(li-left-bg.gif) top left no-repeat;
color:#fff;
	}
#tabs #current a span {
	text-decoration:none;
background:url(li-right-bg.gif) top right no-repeat;
color:#fff;
	}