#top
{
        color: #000000;
        background-color : #E35B00;
        border-top: 5px solid C14E00;
        border-bottom: 8px solid FF8000;
        padding: 5px;
        font-weight: normal;
}

#content
{
        color: #5B3815;
        background-color : transparent;
        padding: 20px;
}

#menutwo
{
        font:11px verdana, arial, georgia, sans-serif;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        width: auto;
        background-color : transparent;
        float: left;
}

#menutwo ul, #menutwo li
{
        display: inline;
        list-style: none;
        margin: 0px;
        padding: 0px;
}

#menutwo li a, #menutwo li a:hover, #menutwo li a:active
{
        display: block;
        text-decoration: none;
        color: #C14E00;
        background-color : transparent;
        margin: 0px 0px 1px 0px;
        padding: 2px 5px 2px 2px;
        border-right: 6px solid #C14E00;
        text-align: right;
        width : 140px;
        font-weight: normal;
}

#menutwo li a:hover, #menutwo li a:active
{
        border-right: 6px solid #FF6600;
        color: #E35B00;
}

a
        {
                cursor                  : pointer;
                font-weight             : normal;
                color                                                        : #C14E00;
                text-decoration                        : none;

        }

a:hover
        {
                cursor                  : pointer;
                font-weight             : normal;
                color                                                        : #E35B00;
                text-decoration                        : none;
        }