div.menuContainer {
  width: 953px;
  height: 62;
  padding-top: 0px;
  padding-left: 0px;
  vertical-align: top;
}

div.menuBar {
  background-image: url('menubar_background.jpg');
  background-position:top left;
  background-repeat:no-repeat;
  width: 953px; 
  height: 31px;
  line-height: 31px;
  padding-top: 0px; 
  vertical-align: top;
}
div.subMenuBar {
  background-image: url('sub_menubar_background.jpg');
  background-position:top left;
  background-repeat:no-repeat;
  width: 953px;
  height: 31px;
  line-height: 31px;
  padding-top: 0px;
  padding-left: 0px;
  vertical-align: top;
}

div.menuItem {
  display: inline;
  cursor: pointer;
  font-size: 9pt;
  font-family: Arial; 
  font-weight: normal;
  color: #dddddd;
  text-align: center;
  min-height: 29px;
  height: inherit;
  background: none;
  white-space: nowrap;
  padding-top: 7px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}

div.menuItem.Selected1{
  background-image:url('tab_bkg_on.gif');
  background-repeat: repeat-x;
}

div.menuItem.subSelected{
  background-image:url('subtab_bkg_on.gif');
  background-repeat: repeat-x;
}

div.subMenuHidden {
  display: none;
}
div.subMenu {
  display: inline;
}


