div#textContainer {
  padding-top: 3px;
}

div.top {
  color: #FFFFFF;
  height: 23px;
  background:url(../img/level0_regular.gif) no-repeat;
  font-family:Verdana, Helvetica, Helv; 
  font-size:11px; 
  font-weight:bold; 
  text-decoration:none; 
  padding: 2 0 0 5;
  margin: 3 0 0 0;
  cursor: pointer;

}

div.top_r {
  color: #FFFFFF;
  height: 23px;
  background: url(../img/level0_round.gif) no-repeat;
  font-family:Verdana, Helvetica, Helv; 
  font-size:11px; 
  font-weight:bold; 
  text-decoration:none; 
  padding: 0 0 0 5;
  cursor: pointer;
}



div.sub1 {
  margin-left: 5px;
  color: #FFFFFF;
  height: 23px;
  background: url(../img/level1_regular.gif) no-repeat;
  font-family:Verdana, Helvetica, Helv; 
  font-size:10px; 
  /* font-weight:bold; */
  text-decoration:none; 
  padding: 0 0 0 5;
  cursor: pointer;
}

div.sub1_r {
  margin-left: 5px;
  color: #FFFFFF;
  height: 23px;
  background: url(../img/level1_round.gif) no-repeat;
  font-family:Verdana, Helvetica, Helv; 
  font-size:10px; 
  /* font-weight:bold; */
  text-decoration:none; 
  padding: 2 0 0 5;
  cursor: pointer;

}

div.sub1_r_sub {
  margin-left: 5px;
  color: #FFFFFF;
  height: 23px;
  background: url(../img/level1_sub_round.gif) no-repeat;
  font-family:Verdana, Helvetica, Helv; 
  font-size:10px; 
  /* font-weight:bold; */
  text-decoration:none; 
  padding: 2 0 0 5;
  cursor: pointer;

}

div.sub2 {
  margin-left: 15px;
  color: #FFFFFF;
  height: 23px;
  background: url(../img/level2_regular.gif) no-repeat;
  font-family:Verdana, Helvetica, Helv; 
  font-size:9px; 
  /* font-weight:bold; */
  text-decoration:none; 
  padding: 0 0 0 5;
  cursor: pointer;
}

div.sub2_r {
  margin-left: 15px;
  color: #FFFFFF;
  height: 23px;
  background: url(../img/level2_round.gif) no-repeat;
  font-family:Verdana, Helvetica, Helv; 
  font-size:9px; 
  /* font-weight:bold; */
  text-decoration:none; 
  padding: 0 0 0 5;
  cursor: pointer;
}

div.container {
  display: none;
}
