 #header {
    float:left;
    width:100%;
    background:white repeat-x bottom;
    font-size:11px;
    line-height:normal;
	color: #55575B;
    }
    
  #header ul {
    margin:0;
    padding:10px 0px 0;
    list-style:none;
    }

  #header li {
    float:left;
    background:url("./norm_left.gif")
      no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    }
    
    
    #header b, #header span {
    display:block;
    background:url("./norm_right.gif")
      no-repeat right top;
    padding:5px 9px 5px 5px;
    }
    
    #header #current {
    background-image:url("./norm_left_on.gif");
    }
    
    #header #current a {
    background-image:url("./norm_right_on.gif");
    padding-bottom:5px;
    }
    
    
    
    
    
    
    
    
    