﻿body {
}
/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: url(nav2_idle.gif) repeat-x top center transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 1 0 0 0; background: #fff2d5; padding: 0px; border: 1px solid #ffe29b; font-weight: normal; filter: none; }
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: tahoma;  color: #6A6A6A; font-size: 11px; background: #fff2d5; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0; }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #222; background: #ffe29b; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- menuitems idle             --*/ .MainMenu_Idle { color: #FFF; background: transparent; padding: 0; font-weight: bold; height: 25px; }
/*-- menuitems over             --*/ .MainMenu_Selected { color: #FFF; background: url(nav_over2.gif) repeat-x top center transparent; padding: 0; font-weight: bold; height: 25px; }
/*-- menuitems active           --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { color: #FFF; background: url(nav_active2.gif) repeat-x top center transparent; padding: 0; font-weight: bold; height: 25px; }
/*-- right seperator idle       --*/ .MainMenu_RightIdle { background: url(nav_div.gif) no-repeat top right transparent; width:2px; height: 25px; }
/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*--