.menu-table { 
width: 175px;
border-bottom: solid 1px #022D9D; font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-decoration: none; 
color: #000000 
}

.menu DIV { 
text-align: left;
border-left: solid 1px #022D9D;
padding-left: 4px;
padding-top: 5px;
padding-right: 4px;
margin-right: 1px;
text-decoration: none;
}

.menu A:hover DIV { 
background-color: #004F29; 
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
height: 25px;
font-size: 9pt;
font-weight: bold;
cursor: default
} 

.menu A DIV { 
background-color: #D37537;
text-decoration: none;
color: #FFFFFF; 
font-family: Arial, Helvetica, sans-serif;
height: 25px;
font-size: 9pt;
font-weight: bold;
cursor: default
}

.menu-bg { 
background-color: #FFFFFF
}

