.MENU_ITEM {
       display: block;
       background: rgb(0, 43, 85);
       font-family: Palatino, Georgia, Times, serif;
       width: 135px;
       font-size: 9pt;
     font-weight: bold;
     color: white;
       margin: 0px 2px 0px 2px;
     padding: 2px 0px 2px 7px;
       border-width: 1px;
       border-color: #524C52;
       border-style: solid;
}

.MENU_ITEM:link, .MENU_ITEM:visited {
       color: white;
       text-decoration: none;
}

.MENU_ITEM:hover {
       color: white;
       background: #809FFF;
       text-decoration: none;
}

