div#nav {
    font-size: 1em;
    font-weight:bold;
    clear:both;
    position:relative;
    z-index:100;
    background: url('/_css/img/branding-r.jpg') no-repeat bottom right;
}
div#nav div.wrap {
    position:relative;
    width: 100%;
    background: url('/_css/img/branding-l.jpg') no-repeat bottom left;
}
#navlist, #nav ul {
/* all lists */    
    padding: 0;
    margin: 0 3px;
    list-style: none;
    border-top:1px solid #799EBA;
}
#navlist {
    background:url('/_css/img/nav_bg_long.gif') bottom;
}
#nav ul ul {
    margin:0
}
#navlist a {
    display: block;
    margin:0 0;
    padding:.6em 1em .6em 1em;
    text-decoration:none;
    color:#fff;
    font-weight:normal;
    font-family: Arial, Geneva, Helvetica, sans-serif;
}
#navlist li {
/* all list items */    
    padding: 0;
    margin: 0;
    float: left;
/* width:10em; width needed or else Opera goes nuts */
}
#navlist li {
    background: url('/_css/img/nav_divider.gif') no-repeat bottom right;
}
#navlist li li {
    background:none
}
#navlist li ul {
/* second-level lists */    
    position: absolute;
    background: url('/_css/img/menu_main.png') no-repeat bottom right;
    width: 21em;
    margin-top:0px;
    left: -999em;
    z-index:10;
    border:medium none;
}
#navlist li ul li {
    background: url('/_css/img/menu_r.png') repeat-y right;
    width:100%
}
#navlist li ul li a {
/* second level list links */    
    text-transform:none;
    margin:0;
    padding:.3em 0 .3em 1em;
    width:19.6em;
    background:transparent;
    line-height:1.4em;
    font-variant:normal;
    font-size:.9em;
    font-weight:normal;
}
#navlist li ul li.last {
    margin:0;
    padding:0;
    display:block;
    width:100%;
    background: url('/_css/img/menu_br.png') no-repeat bottom right;
}
#navlist div.lastinner {
    margin-right:10px;
    background: url('/_css/img/menu_bl.png') no-repeat bottom left;
    padding-bottom:8px; padding-left:0; padding-right:0; padding-top:0
}
#nav li li.indent {
    text-indent:10px;
}
#navlist li ul li.indent a {
    width:18.7em;
}
/*
   ---------------
  #navlist li ul li a.last{
  margin-bottom:10em;
  }
  -------------
 */
#navlist li:hover ul, div#nav li.sfhover ul {
    left: auto;
}
#navlist a:hover {
    background:#000;
}
/* ---------------- Misc --------------------------- */
#navlist .menu_separator hr {
    background:#ccebff;
    width:80%;
}

