#nav,
#nav ul
{
    float: left;
    width: auto;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#nav a
{
    display: block;
    width: auto;
    text-decoration: none;
}

#nav a.home
{
    background: url(home.gif) no-repeat 0px 0px;
    margin-top: 3px;
    margin-right: 5px;
    width: 10px;
    height: 11px;
}

#nav a.home-active
{
    background: url(home.gif) no-repeat -10px 0px;
}

#nav a.home:hover
{
    background: url(home.gif) no-repeat -10px 0px;
}

/*
#nav a.folder {
    background: url(rightarrow2.gif) center right no-repeat;
    cursor: default;
}
*/

#nav ul a
{
    /*font-size: 0.75em;*/
}

#nav li
{
    float: left;
    padding: 0px;
    margin: 0px;
    width: auto;
    background-image: none;
}

#nav li.last
{
  border-right: none;
}

#nav li ul
{
    position: absolute;
    left: -999em;
    height: auto;
    font-weight: normal;
    margin: 0px;
    background: #f89200;
}

#nav li li
{
    clear: both;
    padding-right: 1em;
}

#nav li li.last
{
  border-bottom: none;
}

#nav li ul a
{
    padding: 3px;
}

#nav li ul ul
{
    margin: -1em 0 0 9em;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul
{
    left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul
{
    left: auto;
}

#nav li:hover,
#nav li.sfhover
{
    /*background: #2a6c8f;*/
    background: transparent;
}

#nav a:hover
{
    color: #ff9800;
}
