#menu
{
    position: relative;
    top: -120px;
    left: 0px;
    z-index: 99;
}

#adminMenu
{
    position: absolute;
    top: 94px;
    left: 0px;

}

.staticmenu, a.staticmenu
{
    height: 22px;
    text-align: left;

}

.staticnothover, a.staticnothover
{
    width: 145px;
    height: 20px;
    padding-left: 2px;
    font-family: verdana, Arial;
    color: #003333;
    font-weight: bold;
    background-color: transparent;
}



.statichover, a.statichover
{
    background-color: transparent;
    color: #006633;
    font-weight: bold;
    cursor: hand;
}


.dynamicmenu
{
        color: black !important;
    width: 290px;
    background-color: #B4D86B !important;
    border-bottom: #99ff33 thin solid;
}

.dynamicnothover, A.dynamicnothover
{
    color: black !important;
    padding-left: 2px;
    width: 290px;
    background-color: #B4D86B;
        font-weight: normal;
}

dynamichover, A.dynamichover
{
    color: black !important;
    padding-left: 2px;
    width: 290px;
    font-weight: bold;
    cursor: hand;
}
