body {
    background-color: #fff;
    /* font-family: Book Antiqua, Bookman Old Style, Georgia, Candara, Serif; */
    font-family: Trebuchet MS, Tahoma, Bitstream Vera Sans, Calibri, Sans; 
    font-size: 12pt;
}

#home-header {
    /*background: #455372 url("/media/home/img/header_bl.png") bottom left repeat-x;*/
    position: relative;
    /*min-height: 39px;*/
    /*height: 5em;*/
    /*padding: 0;*/
    height: 2.5em;
    padding: 0px 5px;
    border-top: 2px solid #810;
    border-bottom: 2px solid #810;
    background-color: #eee;
} 

#ignored {}

#home-header h1 {
    /*
     * position: absolute;*/
    /*top: 0;
    left: 0;*/
    margin: 0;
    /*font-size: 26pt;*/
    /*background: url("/media/home/img/header_tl.gif") no-repeat;*/
    /*height: 8px;*/
    z-index: 100; /* above the UL */
}
#home-header h1 a {
    /*display: block;
    width: 284px;
    height: 42px;
    background: transparent url("/media/home/img/logo.gif") no-repeat;
    text-indent: -700em;
    text-decoration: none;*/
    color: #810;
    text-decoration: none;
    font-weight: bold;
    margin-left: 5px;
} 
#home-header ul {
    width: 60%/*auto*/;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0 5px 0 0;
    list-style: none;
    /*background: url("/media/home/img/header_br.gif") no-repeat bottom right;*/
    z-index: 90; /* below the H1 */
}
#home-header li {
    float: right;
    background: transparent url("/media/home/img/header_tab.gif") 100% -600px no-repeat;
    padding: 0 6px 0 0;
    margin: 0 1px 0 0;
    border-bottom: 1px solid #515358;
}
#home-header ul a {
    float: left;
    display: block;
    padding: 4px 4px 4px 10px;
    background: transparent url("/media/home/img/header_tab.gif") 0% -600px no-repeat;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border: none;
}
#home-header ul li:hover a { background-position: 0% -400px; color: #ffe;}
#home-header ul li:hover { background-position: 100% -400px; }

