#navcontainer
{
    float: right;
}
#navcontainer A
{
    color: #774743;
}
#navcontainer A:hover
{
    color: #669966;
}
.navmain
{
    float: left;
    width: 90px;
    cursor: default;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.navmainwider
{
    float: left;
    width: 160px;
    cursor: default;
    position: relative;
    text-align: center;
    font-weight: bold;
}
.navsub
{
    background-color: #e19d78;
    border-right: #ffffff thin solid;
    border-top: #ffffff thin solid;
    border-left: #ffffff thin solid;
    border-bottom: #ffffff thin solid;
    display: block;
    font-weight: bold;
    float: left;
    text-align: left;
    position: relative;
    width: 160px;
    height: 18px;
    margin: 1px 0px 0px 0px;    
}
.navsub A
{
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    color: white;
    vertical-align: middle;
    display: block;
}

LI#first
{
    border-left-width: 1em;
}
LI#last
{
    border-right-width: 1em;
}
LI UL
{
    border: solid 1px white;
    padding: 0px 0px 0px 0px;
    display: none;
    font-weight: normal;
    background-color: white;
    position: absolute;
    left: 0px;
    top: 100%;
}
LI:hover UL
{
    display: block;
}
LI.over UL
{
    display: block;
}
