/*-- main menu height               --*/ .MenuHeight { height:19px; }
/*-- cell containing main menu      --*/ .MenuTD {  background: url(images/nav2-bg.gif) repeat-x top right; padding: 0 0 0 0; width: 184px; }
/*-- sub menu height                --*/ .SubMenuHeight { height:19px; }
/*-- cell containing sub menu       --*/ .SubMenuTD {  background: #eeeeee ; padding: 0 0px 0 0px; }
/*-- sub menu left end              --*/ .SubMenuLeft { display:none; }
/*-- sub menu right end             --*/ .SubMenuRight { display:none; }
/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu        --*/ .MainMenu_MenuContainer { background: transparent; width: 184px; height:1px; padding: 0 0 0 0; margin: 0 0 0 0; }
/*-- bar that holds the menu        --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; width: 184px; height:1px; padding: 0 0 0 0; margin: 0 0 0 0; }
/*-- menuitems idle                 --*/ .MainMenu_Idle TD { color: #545454; background: url(images/bg_menu.jpg) no-repeat bottom right transparent; font-size: 8pt; padding: 0 10 0 0; font-weight: normal; width: 174px; height: 19px; text-align: right; }
/*-- menuitems over                 --*/ .MainMenu_Selected TD { color: #ffffff; background: url(images/bg_menu_high.jpg) no-repeat bottom right transparent; font-size: 8pt; padding: 0 10 0 0; font-weight: normal; width: 174px;height:  19px; text-align: right; }
/*-- menuitems active               --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { color: #545454; background: url(images/bg_menu.jpg) no-repeat top right transparent; font-size: 8pt; padding: 0 10 0 0; font-weight: normal; width: 174px; height: 19px; text-align: right; }
/*-- not needed - main menu         --*/ .MainMenu_Idle TD IMG, .MainMenu_Selected TD IMG, .MainMenu_BreadcrumbActive TD IMG, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer           --*/ .ModuleTitle_MenuContainer { color: #eeeeee; }
/*-- module menu bar                --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding            --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 25px 0 15px; }
/*-- not needed - module menu       --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
/*-- module menu icon               --*/ .ModuleTitle_MenuIcon { background: #FFF; border: 0px; width:0px; height: 19px; padding: 0 0 0 0; margin: 0 0 0 0; font-size: 0px; }
/*-- module menu icon image         --*/ .ModuleTitle_MenuIcon IMG { margin: 0 10px 0 10px; }
/*-- removing seperator borders     --*/ .MainMenu_MenuBreak {display:none;}
/*-- cell containing submenu arrows --*/ .MainMenu_MenuArrow {display:none; }

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
/*-- cell containing search        --*/ .SearchTD { width:170px; vertical-align: middle; text-align: left; height: 25px; background: url(images/img_search.jpg) no-repeat middle right; padding: 0px 0px 0 10; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 10px 12px 7px 0px; cursor: hand; font-size:1px; margin: 0 0 0 0;}

/*========================================================*/
/*  Sub Menus and Module Menus                            */
/*========================================================*/

/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { background: #eee; font-weight: normal; min-width: 120px; }
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { background: #eee; color: #666; font-family: tahoma; font-size: 8pt; font-weight: normal; font-style: normal;min-width: 120px; height: 25px;padding-right: 10px; padding-left:10px;}
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { background: #0065b2; color: #fff; font-family: tahoma; font-size: 8pt; font-weight: normal; cursor: pointer;min-width: 120px; height: 25px;padding-right:10px; padding-left:10px;}


