#buttonSpace {
  float: left;
  width: 15px;
  height: 100px;
}
#buttonDisabledLeft {
  float: left;
  background-image: url(../images/button_disabled_left.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: 5px;
  width: 5px;
  height: 100px;
  vertical-align: bottom;
}
#buttonDisabledRight {
  float: left;
  background-image: url(../images/button_disabled_right.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 5px;
  height: 100px;
}
#buttonDisabledContent {
  float: left;
  background-image: url(../images/button_disabled_middle.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  width: auto;
  height: 100px;
}
#buttonEnabledLeft {
  float: left;
  background-image: url(../images/button_enabled_left.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 5px;
  height: 100px;
  vertical-align: bottom;
}
#buttonEnabledRight {
  float: left;
  background-image: url(../images/button_enabled_right.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  margin-right: 10px;
  width: 5px;
  height: 100px;
}
#buttonEnabledContent {
  float: left;
  background-image: url(../images/button_enabled_middle.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  width: auto;
  height: 100px;
}
#menuLinkEnabled {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #2e3092;
  position: relative;
  top: 80px;
}
#menuLinkEnabled:visited {text-decoration: none;}
#menuLinkEnabled:active {text-decoration: none;}
#menuLinkEnabled:hover {text-decoration: underline overline; color: #ff0000;}
#menuLinkDisabled {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #fff200;
  position: relative;
  top: 80px;
}
#menuLinkDisabled:visited {text-decoration: none;}
#menuLinkDisabled:active {text-decoration: none;}
#menuLinkDisabled:hover {text-decoration: underline overline;}

#subMenuHeader {
  vertical-align: top;
  text-align: center;
  width: 150px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}
#subMenuLinkEnabled {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000080;
  margin-top: 0px;
  margin-bottom: 0px;
}
#subMenuLinkEnabled:visited {text-decoration: none;}
#subMenuLinkEnabled:active {text-decoration: none;}
#subMenuLinkEnabled:hover {text-decoration: underline overline; color: #ff0000;}
#subMenuLinkDisabled {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000040;
  margin-top: 0px;
  margin-bottom: 0px;
}
#subMenuLinkDisabled:visited {text-decoration: none;}
#subMenuLinkDisabled:active {text-decoration: none;}
#subMenuLinkDisabled:hover {text-decoration: none;}
