#menu
{
    float: left;
    width: 100%;
    background: white url("../f/orange.gif") repeat-x bottom;
    line-height: normal;
    white-space: nowrap;
}

#menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li
{
    float: left;
    background: url("../f/left_both.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 9px;
    border-bottom: 2px solid #f60;
}

#menu a
{
    color: #333;
    float: left;
    display: block;
    width: .1em;
    text-decoration: none;
    background: url("../f/right_both.gif") no-repeat right top;
    padding: 5px 13px 4px 3px;
    border-width: 0;
}

#menu #nohref
{
    color: black;
    display: block;
    background: url("../f/right_both.gif") no-repeat 100% -150px;
    padding: 5px 13px 6px 3px;
}

#menu > ul a { width: auto; }
#menu a { float: none; }

#menu #selected
{
    background-position: 0 -150px;
    border-width: 0;
}

#menu #selected a
{
    background-position: 100% -150px;
    padding-bottom: 6px;
    color: black;
}

#menu li:hover, #menu li:hover a
{
    background-position: 0% -150px;
    color: #333;
}

#menu li:hover a
{
    background-position: 100% -150px;
}

