﻿    .MenuGroup__1 {
             border-style:none;
    }
    
    .MenuItem__1 {
             background-color:#3F3F3F;
             color:white;
             font-family:arial;
             font-size:11px;
             border:0px;
             border-color:#3F3F3F;
             border-style:none;
             cursor:hand;
             width:149px;
             height:44px;
             text-align:center;
             font-weight:bold;
             background-image:url('images/menu-bg.jpg');
    }
    
    .MenuItemOver__1 {
             background-color:#3F3F3F;
             color:white;
             font-family:arial;
             font-size:11px;
             border:0px;
             border-color:#3F3F3F;
             border-style:none;
             cursor:hand;
             width:149px;
             height:44px;
             text-align:center;
             font-weight:bold;
             background-image:url('images/menu-over-bg.jpg');
    }
    
    .MenuItemDown__1 {
             background-color:#3F3F3F;
             color:white;
             font-family:arial;
             font-size:11px;
             border:0px;
             border-color:#3F3F3F;
             border-style:none;
             cursor:hand;
             width:149px;
             height:44px;
             text-align:center;
             font-weight:bold;
             background-image:url('images/menu-over-bg.jpg');
    }
      .SubMenu {
             background-color:#3F3F3F;
             color:white;
             font-family:arial;
             font-size:11px;
             border:0px;
             border-color:#3F3F3F;
             border-style:none;
             cursor:hand;
             width:149px;
             height:24px;
             background-image:url('images/sub-menu-bg.jpg');
             text-align:center;
             font-weight:bold;

}