#tabs {
      
      width:100%;
      /*background:url(/images/tabsbg.gif);*/
      font-size:100%;
      line-height:normal;
	  font-size:14px;
	  font-weight:bold;
	 
      }
	  
    #tabs ul {
	margin:0;
	/*padding:7px 10px 0 5px;*/
	list-style:none;
      }
    #tabs li 
    {
      display:inline;
      margin:0 10 0 10;
      padding:0 10 0 10;
	  width:50px;
      }
    #tabs a {
      float:left;
      
      /*padding:0 0 0 4px;*/
      text-decoration:none;
	  cursor:hand;
	  margin-right:3px;
    margin-bottom: 3px;
      }
    #tabs a span {
      float:left;
      display:block;
      /*background:url(/images/tabsspan_bg.gif);*/
      background:#D6D6D6;
      padding:7px 7px 4px 7px;
	  
      /*color:#000000;*/
      color:#04118B;
      }
	   	  	  

    #tabs a span {float:none;}
    #tabs a:hover span {
      /*color:#FF9834;*/
      background:#04118B;
      color:White;
      }  
	  
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

	#tabs a #tabsChangeColor {
      float:left;
      display:block;
      /*background:#ffffff;*/
      background:#04118B;
      padding:7px 15px 4px 15px;
	  /*width:50px;*/
      /*color:#000000;*/
      color:White;
      }


