p, ul, ol, li
{
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 1px;
        color: #F9C75B;
        font-family: verdana, geneva, arial, helvetica, sans-serif
}

.menuBody
{
        scrollbar-face-color:#000000;
        scrollbar-highlight-color:#F9C75B;
        scrollbar-3dlight-color:#222222;
        scrollbar-darkshadow-color:#000000;
        scrollbar-shadow-color:#555555;
        scrollbar-arrow-color:#F9C75B;
        scrollbar-track-color:#111111;
}


.first
{
        margin-left: 6px;
        line-height: 16px;
        font-size: 12px;
        font-weight: 800;
}

.second
{
        line-height: 13px;
        font-size: 10px;
        font-weight: 300;
}

.bottom
{
        line-height: 10px;
        letter-spacing: 0px;
        font-size: 9px;
        font-weight: 300;
}

A:link, A:active, A:visited
{
        text-decoration: none
}
A:hover
{
        text-decoration: none;
        background-color: #846217;
}
