/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu  --*/ .MainMenu_MenuContainer { background: transparent; width: 100px; padding: 0; }
/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent;  width: 100x; padding: 0; }
/*-- submenu container        --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 1px; background: #F9F9F9; padding: 0px; border: 1px solid #476ea9; font-weight: normal; filter: none; }
/*-- submenu items idle       --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: verdana;  color: #000000; font-size: 11px; background: #F9F9F9; font-weight: bold; font-style: normal; padding: 0px 0px 0px 0x; height: 10px; border: 0; }
/*-- submenu items hover      --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: verdana; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #FFF; background: #476ea9; padding: 0px 0px 0px 0px; height: 10px; border: 0;}
/*-- menuitems idle           --*/ .MainMenu_Idle { background: #ebebeb; padding: 0; height: 15px; font-weight: bold; font-family: verdana; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: black;}
/*-- menuitems over           --*/ .MainMenu_Selected { background: white; padding: 0; height: 15px; font-weight: bold;color:Black}
/*-- menuitems active         --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive {background: #d3ee56; padding: 0; height: 15px; font-weight: bold;}
/*-- not needed - main menu   --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer     --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar          --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding      --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 5px 0 0; }
/*-- not needed - module menu --*/ .ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
