#header {
    clear: both;
    margin: 0 0.75em 0 0.75em;
    padding-top: 1em;
}

#header h1 {
    margin: 0;
    padding: 0;
    color: #005ABB;
    position: relative;
    font-size: 2em;
    font-weight: bold;
    left: 1.3em;
    top: 0.15em;
    z-index: 3;
    width: 95%;
}

#header ul {
    margin: 0;
    padding: 0;
    color: #eee;
    float: left;
}

#header #page-menu {
    position: relative;
    z-index: 2;
    background: #4272D0 url(/NoAuth/images/css/ct.gif) no-repeat top left;
    min-width: 65%;
}

* html #header ul#page-menu {
    width: expression(document.body.clientWidth*0.65 < document.getElementById('page-menu').clientWidth ? "auto" : "65%");
    overflow: visible;
}

#page-menu div {
    position: relative;
    z-index: 3;
}

#page-menu div { background: url(/NoAuth/images/css/cb.gif) no-repeat bottom left; }
#page-menu div div { background: url(/NoAuth/images/css/cbr.gif) no-repeat bottom right; }
#page-menu div div div {
    background: url(/NoAuth/images/css/ctr.gif) no-repeat top right;
    padding: 0.2em 1em 0.4em 1em;
}

#page-menu.actions-present div div { background: url(/NoAuth/images/css/cbr-b2lb.gif) no-repeat bottom right; }
#page-menu.actions-present div div div { background: url(/NoAuth/images/css/ctr-b2lb.gif) no-repeat top right; }

#header ul li {
    display: inline;
}

#header #actions-menu {
    position: relative;
    background: #005ABB;
}

#actions-menu div {
    position: relative;
    z-index: 2;
}

/*#actions-menu div { background: url(/NoAuth/images/css/cb.gif) no-repeat bottom left; }*/
#actions-menu div div { background: url(/NoAuth/images/css/cbr.gif) no-repeat bottom right; }
#actions-menu div div div {
    background: url(/NoAuth/images/css/ctr.gif) no-repeat top right;
    padding: 0.2em 1em 0.4em 1em;
}

#header :link,
#header :visited
{
    color: white;
    text-decoration: none;
}

#header :link.selected,
#header :visited.selected,
#header :link:hover,
#header :visited:hover
{
    color: #FECD33; /*#ff6;*/
}

#header :link.selected,
#header :visited.selected
{
    font-weight: bold;
    text-decoration: underline;
}

