.bg_hot, .active {
  background-image: url(../img/menu_hot.jpg);
  background-repeat: no-repeat;
  width: 120px;
  height: 24px;
  font-family: arial;
  font-size: 8pt;
  color: #626262;
  text-align: center;
  cursor: pointer;  
}

.active {
  font-weight: bold;
}

.bg_cold {
  background-image: url(../img/menu_cold.jpg);
  background-repeat: no-repeat;
  width: 120px;
  height: 24px; 
  font-family: arial;
  font-size: 8pt;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;   
  vertical-align: middle;
}
.td_hot {
  font-family: arial;
  font-size: 8pt;
  color: #626262;
  text-align: center;
  cursor: pointer;
  height: 14px;
  white-space: nowrap;
}
.td_cold {
  font-family: arial;
  font-size: 8pt;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;   
  vertical-align: middle;
}

#mainNav a.rd {
  display:block;
  float:left;
  text-decoration:none;
  padding-top: 5px;
}

.pageExcerpt {
  background-color: #EEEEEE;
  display:none;
  position:absolute;
  text-align:left;
  padding-top: 5px;
  padding-bottom: 5px;
  top: 123px;
  margin-left: 10px;
  width:960px;
  height: 15px;
  z-index:10;
}

a.td_link {
  text-decoration: none;
  color: #626262;
  white-space: nowrap;
}

a.td_link:hover {
  color: #000000;
}

.nocursor {
  cursor: default;
}

a.active_menu {
  font-weight: bold;
  color: #014376;
}