 #header {
    float:left;
    width:100%;
    background:#DAE0D2 url(images/bg.gif) repeat-x bottom;
    font-size:93%;
    line-height:normal;
    border-top:1px solid black;
    }
#header ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}

#header a {
    float:left;
    display:block;
    background:url(norm_right.gif) no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover {
  color:#d5d4d3;
}
/*#header li:hover {
    background-image:url(http://www.lamont-house.co.uk/testing/images/norm_left_on.gif);
}
#header a:hover {
    background-image:url(http://www.lamont-house.co.uk/testing/images/norm_right_on.gif);
    padding-bottom:5px;
}   */

#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);
    padding-bottom:5px;
    color:#363636
}
