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