/* Content column */
TD#content {
    padding:0px;
	margin:0px;
	vertical-align: top; 
	border-left: solid 0px #cccccc;
	border-right: solid 0px #cccccc;
	valign:top;

}


TD#menu_1 DIV A {
	color: #000000;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	color: #333333;
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  font-size:10px;
  border-bottom: 1px dotted #999999;
  padding-top:5px;
  padding-bottom:3px;
  padding-left:0px;
  background-color:#f0f0f0;
  font-weight:bold;
  /* filter:alpha(opacity='70', style='0'); */
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  font-size:10px;
  border-bottom: 1px solid #999999;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:3px;
  padding-left:0px;
  background-color: #e5e5e5;
  filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level1-act A {
  font-size: 10px;
  border-bottom: dotted 0px #100A60;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  padding-top:2px;
  padding-bottom:2px;
  font-size: 12px;
  padding-left:10px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-weight:bold;
  padding-top:2px;
  padding-bottom:2px;
  font-size: 10px;
  font-weight:bold;
  padding-left:10px;
}

/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  padding-top:2px;
  padding-bottom:2px;
  font-size: 10px;
  padding-left:20px;

}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  padding-top:2px;
  padding-bottom:2px;
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;
}

/*  MENU 1, level 4, normal state (NO) */
TD#menu_1 DIV.menu1-level4-no {
  padding-top:2px;
  padding-bottom:2px;
  font-size: 10px;
  padding-left:30px;
}
/*  MENU 1, level 4, active state (ACT) */
TD#menu_1 DIV.menu1-level4-act {
  font-style:italic;
  padding-top:2px;
  padding-bottom:2px;
  font-size: 10px;
  padding-left:30px;
}

/*  MENU 1, level 5, normal state (NO) */
TD#menu_1 DIV.menu1-level5-no {
  padding-top:2px;
  padding-bottom:2px;
  font-size: 10px;
  padding-left:40px;
  filter:alpha(opacity='30', style='0');
}
/*  MENU 1, level 5, active state (ACT) */
TD#menu_1 DIV.menu1-level5-act {
  padding-top:2px;
  padding-bottom:2px;
  font-size: 10px;
  font-weight:bold;
  padding-left:40px;
  filter:alpha(opacity='70', style='0');
}