 
 
 #header {
    float:left;
    width:700px;
    background:url("../images/bg_tab.gif") repeat;  
    font-size:11px;
    line-height:23px;
    padding-left:17px;
     margin-left:0;
   
   
    }
  #header ul {
    margin:0;
    padding:0;
    list-style:none;
     height:22px;
    }
  #header li {
    float:left;
    margin:0;
    padding:0;
    height:22px;
    
    }
   #header a {
    display:block;
    text-decoration:none;
    }
    
    #header .ON
    {
	color:#666666;
	}
	
	 #header .OFF
    {
	color:#999999;
	}
   
    #header .ONleft  { 
    float:left; 
    background:url("../images/tab_ONleft.gif") no-repeat right top; 
    margin:0; 
    padding:0; 
    width:139px;
    color:#666666;
   }
   
    #header .OFFleft  { 
    float:left; 
    background:url("../images/tab_OFFleft.gif") no-repeat right top; 
    margin:0; 
    padding:0; 
    width:127px;
    color:#999999; 
   }
    
   #header .firstON  { 
    float:left; 
    background:url("../images/tab01_select.gif") no-repeat right top; 
    margin:0; 
    padding:0; 
    width:139px;
    color:red;
   }
    
    
    #header .firstOFF { 
    float:left; 
    background:url("../images/tab01_unselect.gif") no-repeat right top; 
    margin:0; 
    padding:0; 
    width:151px;
    color:#999999; 
   }
   
         
    #header .middleON { 
    float:left; 
    background:url("../images/tab01_select.gif") no-repeat right top; 
    margin:0; 
    padding:0; 
    width:139px;
    color:#666666;
   }
   
    #header .middleNextOFF { 
    float:left; 
    background:url("../images/tab02_underselect.gif") no-repeat right top; 
    margin:0; 
    padding:0; 
    width:139px;
    color:#999999; 
   }
   
     
   #header .middleOFF { 
    float:left; 
    background:url("../images/tab02_unselect.gif") no-repeat right top; 
    margin:0; 
    padding:0; 
    width:139px;
    color:#999999; 
   }
   #header .lastOFF { 
    float:left; 
    background:url("../images/tabEnd_unselect.gif") no-repeat right top; 
    margin:0; 
    padding:0; 
    width:151px;
    color:#999999; 
   }
   
    #header .lastNextOFF { 
    float:left; 
    background:url("../images/tabEnd_underselect.gif") no-repeat right top; 
    margin:0; 
    padding:0; 
    width:151px;
    color:#999999; 
   }
   
     #header .lastON { 
    float:left; 
    background:url("../images/tabEnd_select.gif") no-repeat right top; 
    margin:0; 
    padding:0; 
    width:151px;
    color:#666666;
   }

