#headertabs {
      float:left;
      width:100%;
      background:#BBD9EE;
      font-size:100%;
      line-height:normal;
      }
    #headertabs ul {
	margin:0;
	padding:6px 10px 0 5px;
	list-style:none;
      }
    #headertabs li {
      display:inline;
      margin:0;
      padding:0;
	  	  	  
      }
	  
    #headertabs a {
      float:left;
      background:url(/images/tableft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  cursor:hand;
      }
	  
	   #headertabs #liyfdt,#headertabs #liblog  {
      float:left;
      background:url(/images/tableft2.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  cursor:hand;
      }
	  
	  
	   	  
    #headertabs a span {
      float:left;
      display:block;
      background:url(/images/tabright.gif) no-repeat right top;
      padding:7px 15px 4px 6px;
      color:#666;
	  height:30px;
	  line-height:30px;
      }
	  
	 #headertabs #liyfdt span,#headertabs #liblog span {
      float:left;
      display:block;
      background:url(/images/tabright2.gif) no-repeat right top;
      padding:7px 15px 4px 6px;
      color:#666;
	  height:30px;
	  line-height:30px;
      }
	  
	  
    #headertabs a span {float:none;}
    #headertabs a:hover span {
      color:#FF9834;
      }
    #headertabs a:hover {
      background-position:0% -42px;
      }
    #headertabs a:hover span {
      background-position:100% -42px;
      }
	  
	#headertabsline
	{
	width:100%;
	background-color:#aadfff;
	height:10px;	
	}