.menuitem
{
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    color: #15500e;
    font-family: Verdana;
    text-decoration: none;
    font-size: 10px; 
}

.menuitem a
{
    color: #15500e;
    font-family: Verdana;
    text-decoration: none;
    font-size: 10px;  
}

.menuitem a:hover
{
    color: #b89831;   
}

.anylinkcss
{
    position: absolute;
    visibility: hidden;
    border: 1px solid #E0DAC1;
    border-bottom-width: 0;   
    font-family: Verdana;
    font-size: 10px;
    line-height: 18px;
    z-index: 100;
    background-color: #E9FECB;
    width: 205px;
}

.anylinkcss a
{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #E0DAC1;
    padding: 1px 0;
    text-decoration: none;
    text-indent: 5px;
    color: #15500e;
}

.anylinkcss a:hover
{ 
    background-color: #5ac3d6;
    color: white;
}

