.MenuHeight {
  height: 32px;
}
.MenuTD {
  background: url(images/nav2-bg.gif) repeat-x top left;
  padding: 0 10px 0 0;
}
.MenuLeft {
  width: 18px;
  background: url(images/nav2-bg-l.gif) no-repeat top left;
}
.MenuRight {
  width: 12px;
  background: url(images/nav2-bg-r.gif) no-repeat top left;
}
.LoginTD {
  width: 100%;
  /*vertical-align: middle;
  text-align: right;
  font-size: 7px;
  padding: 0 0 8px*/;
}
.CopyrightRow {
  height: 20px;
  vertical-align: middle;
  padding: 0 10px;
}
.PanelWidth {
  /*width: 209px;*/
  width: 150px;
  vertical-align: top;
  padding: 0;
}
.PanelTD {
  padding: 0; /*padding: 0 7px;*/
}
.PanelBG {
  background: url(images/panel-bg.gif) repeat top left;
}
.PanelGrad {
  height: 100%;
  background: transparent;
  display: block;
}
.PanelTL {
  height: 100%;
  background: url(images/panel-bg-tl.gif) no-repeat top left;
  display: block;
}
.PanelTR {
  height: 100%;
  background: url(images/panel-bg-tr.gif) no-repeat top right;
  display: block;
  padding: 18px 0; /*padding: 17px 7px 7px;*/
}
.PanelBL {
  height: 100%;
  background: url(images/panel-bg-bl.gif) no-repeat bottom left;
  display: block;
}
.PanelBR {
  height: 100%;
  background: url(images/panel-bg-br.gif) no-repeat bottom right;
  display: block;
}
.PanelMid {
  height: 100%;
}
.MainMenu_MenuContainer {
  background: transparent;
  width: 150px /*194px*/;
  height: 1px;
  _margin: -2px 0 0 0;
  margin: 0;
  padding: 0;
}
.MainMenu_MenuBar {
  cursor: hand;
  background: transparent;
  width: 150px /*194px*/;
  height: 1px;
  margin: 0;
  padding: 0;
}
.MainMenu_SubMenu, .ModuleTitle_SubMenu {
  margin: 0 0 0 2px;
}
.MainMenu_Idle TD {
  color: #545454;
  background: url(images/nav3-idle.gif) no-repeat top left transparent;
  font-size: 8pt;
  font-weight: 700;
  width: 150px /*194px*/;
  height: 25px;
  padding: 0;
}
.ModuleTitle_MenuContainer {
  color: #2c2c2c;
}
.ModuleTitle_MenuBar {
  cursor: hand;
}
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel {
  padding: 0 15px 0 0/*10px*/;
}
.ModuleTitle_MenuIcon {
  background: #fff;
  border: 0;
  border-bottom: 1px dotted #999;
  width: 0;
  height: 20px;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.ModuleTitle_MenuIcon IMG {
  margin: 0 10px;
}
.MainMenu_MenuBreak {
  background: transparent;
  vertical-align: top;
  border-style: none;
}
.MainMenu_Selected TD, .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD {
  color: #171717;
  background: url(images/nav3-active.gif) no-repeat top left transparent;
  font-size: 8pt;
  font-weight: 700;
  width: 150px /*194px*/;
  height: 25px;
  padding: 0;
}
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
  display: none;
  top: -9999;
  left: -9999;
  height: 1px;
  width: 1px;
}
