#nav {
    clear: both;
    font-size: 1.1em;
}

#nav #system-menu,
#nav ul
{
    min-width: 85%;
}

* html #nav #system-menu {
    width: expression(document.body.clientWidth*0.85 < document.getElementById('page-menu').clientWidth ? "auto" : "85%");
    overflow: visible;
}

#nav ul {
    float: left;
    clear: left;
    
    color: #eee;
    font-weight: bold;
    
    margin: 0;
    padding: 0;
    
    list-style: none;
}

#nav li ul {
    margin-top: 0.75em;
}

/*
*/
* html #nav li ul {
    margin-top: 0.25em;
}

#nav li {
    display: inline;
    margin-bottom: 1em;
    padding: 0.2em 0 0.4em 0;
}

#nav li.first { padding-left: 1em; }

#nav ul div div.wrapper {
    text-align: left;
    padding: 0.2em 1em 0.4em 0;
}

/****/

#nav :link,
#nav :visited
{
    color: #ececec;
    text-decoration: none;
}

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

#nav :link.selected,
#nav :visited.selected
{
    text-decoration: underline;
}

html>body #nav :link.selected,
html>body #nav :visited.selected
{
    padding-bottom: 0.8em;
    background: transparent url(/NoAuth/images/css/dark-arrow.png) no-repeat bottom center;
}

html>body #nav :link.selected.odd,
html>body #nav :visited.selected.odd
{
    padding-bottom: 0.8em;
    background: transparent url(/NoAuth/images/css/light-arrow.png) no-repeat bottom center;
}

/*
#nav ul { background: #4272D0 url(/NoAuth/images/css/ctr.gif) no-repeat top right; }
#nav ul div { background: transparent url(/NoAuth/images/css/cbr.gif) no-repeat bottom right; }
#nav ul.odd { background: #005ABB url(/NoAuth/images/css/ctr.gif) no-repeat top right; }
#nav ul.odd div { background: transparent url(/NoAuth/images/css/cbr.gif) no-repeat bottom right; }
*/


#nav ul div.wrapper { background: transparent url(/NoAuth/images/css/ctr.gif) no-repeat top right; }
#nav ul div { background: #4272D0 url(/NoAuth/images/css/cbr.gif) no-repeat bottom right; }
#nav ul.odd div.wrapper { background: transparent url(/NoAuth/images/css/ctr.gif) no-repeat top right; }
#nav ul div.odd { background: #005ABB url(/NoAuth/images/css/cbr.gif) no-repeat bottom right; }

