/*========================================================*/
/*         CSS for DotNetNuke Skin - Vertigo              */
/*                  by Evan ONeil                         */
/*             http://evan.normanoneil.com                */
/*                oneilevan@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

/*-- 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: 1px 0 0 0; background: #F9F9F9; padding: 0px; border: 1px solid #4f8684; font-weight: normal; filter: none; }
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: tahoma;  color: #6A6A6A; font-size: 11px; background: #F9F9F9; 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: #4f8684; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- menuitems idle             --*/ .MainMenu_Idle { color: #d9dcde; background: url(nav2_idle.gif) repeat-x top center transparent; padding: 0; font-weight: bold; height: 36px; }
/*-- menuitems over             --*/ .MainMenu_Selected { color: #e9ebec; background: url(nav2_active.gif) repeat-x top center transparent; padding: 0; font-weight: bold; height: 36px; }
/*-- menuitems active           --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { color: #e9ebec; background: url(nav2_active.gif) repeat-x top center transparent; padding: 0; font-weight: bold; height: 36px; }
/*-- right seperator idle       --*/ .MainMenu_RightIdle { background: url(nav2_div.gif) no-repeat top right transparent; width:2px; height: 36px; }
/*-- 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   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; }

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/


