#tabs {
      float:right;
      width:100%;
      font-weight: normal;
      line-height:normal;
	  height:54px;
	  background-image:url(../images/header.jpg)
      }
	  
#tabs ul {
	margin:0;
  margin-right:30px;
     }
	  
#tabs li {
      display:inline;
      margin:0;
      
	  font-family:"Courier New", Courier, monospace;
	background-repeat:no-repeat;
   }
	  
#tabs a {
      margin:0;
            text-decoration:none;
	  color:#ffffff;
	
      }

#tabs a:visited {
      
     	
      }
	  
#tabs a:hover {
     
      }

#tabs a:active {
     

      }


#tabs span {
display:none;
}


    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */

