    #tabs {
      float:left;
      width:815px;
      font-size:11px;
      line-height:normal;
	  
	  /* set margin for netscape */	  
	  margin-bottom:28px;
	  
	  _margin-bottom:11px;
      }
   
    #tabs li {
      display:inline;
      }
	  
    #tabs a {
      float:left;
      background:url(/images/mwtab-left.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
	  
      border-bottom:1px solid #999999;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url(/images/mwtab-right.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
	  font-size:11px;
      font-weight:bold;
      color:#414545;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */

    #tabs #current a {
      background-position:0 -150px;
      border-width:0;
      }
    #tabs #current a span {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
	  
	 #tabs hr {
	display: none;
	}
	#tabs div.tabsHR {
	padding-top: 22px;
	border-bottom: 1px #999 solid;
	}
	

ul {
  margin: 0em 0em 0 0px;
  padding-left: 0;
 
}




