.menuformat
{
    border: 4px solid white;
    font: normal 10px Tahoma,Helvetica;
    line-height: 14px;
    width: 148px;
    background-color: #93C23D;
}

.menuformat a
{
    color: white;
    display: block;
    vertical-align: text-bottom;
    border: 2px solid white;
    padding: 4px 4px;
    text-decoration: none;
}

.menuformat a:visited  /*visited background color*/
{ 
    color: white;
    text-decoration: none;
}

.menuformat a:hover  /*hover background color*/
{ 
    background-color: #2B6F37;
    color: white;
}

.anylinkcss
{
    position: absolute;
    visibility: hidden;
    border: 4px solid white;
    font: normal 10px Tahoma,Helvetica;
    line-height: 14px;
    width: 148px;
    z-index: 100;
    background-color: #93C23D;
}

.anylinkcss_txt,.admin_txt
{
    color: black;
    background-color: white;
    display: block;
    vertical-align: text-bottom;
    border: 2px solid white;
    padding: 4px 4px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 136px;
}

.anylinkcss_plain
{
    color: white;
    display: block;
    vertical-align: text-bottom;
    border: 2px solid white;
    padding: 4px 4px;
    font-size: 10px;
    background-color: #b0cd79;
    text-decoration: none;
}

.anylinkcss a
{
    color: white;
    display: block;
    vertical-align: text-bottom;
    border: 2px solid white;
    padding: 4px 4px;
    text-decoration: none;
}

.anylinkcss a:visited  /*visited background color*/
{ 
    color: white;
    text-decoration: none;
}

.anylinkcss a:hover  /*hover background color*/
{ 
    background-color: #2B6F37;
    color: white;
}
