body 
{
    color:          black; 
    font-family:    arial, helvetica; 
    font-size:      12px;
}

a:hover 
{
    color:          black;
    text-decoration:underline;
}
 
a 
{
    text-decoration:none; 
    color:          black
}

.menu
{
    width:          200px;
}

.menulinkcell
{
    text-align:     left;
    padding-left:   15px;
    height:         35px;
    background-repeat: repeat-y;
}

.menuseperator
{
    width:          75%;
}

.menulink
{
    color:          #2e3d97;
    font-family:    arial, helvetica, sans-serif;
    font-size:      12px;
}


.submenu
{
    visibility:     hidden;
    position:       absolute;
    width:          210;
    text-align:     left;
    background-repeat: repeat-y;
}

.submenuhead
{
    color:          white; 
    padding:        2px; 
    font-size:      11px; 
    font-weight:    bold;
    text-align:     center;
}

.submenulink
{
    font-size:      11px;
    color:          #2e3d97;
}