#tabs {
    
      width:650px;
	  height:15px;

      font-size:11px;
      font-weight: normal;
      line-height:normal;
	  font-family:Arial, Helvetica, sans-serif;
	  
	  color:#756f7b;
	  position:relative;
	  top:205px;

	  }
#tabs ul, #strip_secondnav ul {
	margin:0;
	list-style:none;
      }
#tabs li, #strip_secondnav li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs a {
      margin:0;
      text-decoration:none;
	  color:#000;
	        padding:0 0 0 0px;
			padding-right:25px;
	        }
				


 /* End IE5-Mac hack */
#tabs a:hover span, #tabs a.active span {
      color:#7a2a83;
	  	  text-decoration:underline;
      }
#tabs a:hover, #tabs a.active {
      background-position: bottom left;

      }
#tabs a:hover span {
      background-position:100% -42px;

      }
