.level_1_no {
  float: left;
  width: 80px;
  height: 36px;
  background-color: #DCDCDC;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 1px 1px 1px;
  margin: 0 1px;
  vertical-align: middle;
  text-align: center;

}

#menu_1 table {
	float: left;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0px none;
}

#menu_1 a:hover {
	text-decoration: none;
}

.level_1_no_link{

  color: black;  

  text-decoration:none;
  float: left;
  width: 80px;
  padding: 10px 0;

}



td.level_1_no:hover{

  color: black;

  background-color: white;

  text-decoration: none;

}



.level_1_act { 

  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 1px 1px 1px;
  margin: 0 2px;
  font-size: 13px;
  font-weight: bold;



  background-color: white;  

  text-align: center;

}

.level_1_act_link {

  float: left;
  width: 80px;
  color: black;
  padding: 10px 0;
  text-decoration:none;

}

.level_1_act_link:hover {
	text-decoration: none;
}