


 .MenuItem
 {
   color:#000080;
   font-weight: bold;
   font-family:verdana;
   font-size:11px;
   cursor:pointer;
   background:#9999ff;
 }

 .MenuItemHover
 {
   color:#000080;
   font-weight: bold;
   font-family:verdana;
   font-size:11px;
   cursor:pointer;
   background:#c0c0c0;
   
 }
 
 .MenuItemActive
 {
   color:#000080;
   font-weight: bold;
   font-family:verdana;
   font-size:11px;
   cursor:pointer;
   background:#c0c0c0;
   
 }


 .SubMenuItem
 {
   color:#000080;
   font-weight: bold;
   font-family:verdana;
   font-size:11px;
   cursor:pointer;
   background:#9999ff;
 }

 .SubMenuItemHover
 {
   color:#000080;
   font-weight: bold;
   font-family:verdana;
   font-size:11px;
   cursor:pointer;
   background:#c0c0c0;
   
 }
 
 .SubMenuItemActive
 {
   color:#000080;
   font-weight: bold;
   font-family:verdana;
   font-size:11px;
   cursor:pointer;
   background:#c0c0c0;
   
 }
