.l_menu { display: table; border-collapse: collapse; width: 150px; font-size: 9pt; text-align: left; font-weight: normal; font-family: arial; }
.l_menu_R { display: table-row; }
.l_menu_Top { display: table-cell; vertical-align: middle;  border: 1px solid #333366; background-color: #333366; color: #ffffff; text-align: center;  height: 20px;}
.l_menu_Cell { vertical-align: middle; display: table-cell; padding-left: 5px; border: 1px solid #333366; color: #333366; background-color: #ffffff; height: 20px;}
.l_menu_Cell a { color: #333366; text-decoration: none; }
.l_menu_Cell a:hover { color: #ad0000;}
