/* Menu 1 column */
TD#menu_1 {
        vertical-align: top;
        width: 200px;
        background-image: url(../templates/images/menubackground1.jpg);
        background-repeat : no-repeat;
        background-color: #DCDCDC;
        padding-top: 10px;
        text-align: left;
}
TD#menu_1 DIV {
        width: 180px;
}
TD#menu_1 DIV A {
        color: navy;
        text-decoration: none;
}
TD#menu_1 DIV A:hover {
        text-decoration: underline;
}


/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  width: 180px;
  font-weight:bold;
  font-size:12px;
  padding-top:5px;
  padding-left:5px;
  background-color: #eeeeee;
  filter:alpha(opacity='60', style='0');
  opacity:0.6;
  -moz-opacity:0.6;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  width: 180px;
  font-weight:bold;
  font-size:12px;
  padding-top:5px;
  padding-left:5px;
  background-color: #eeeeee;
  filter:alpha(opacity='60', style='0');
  opacity:0.6;
  -moz-opacity:0.6;
}
TD#menu_1 DIV.menu1-level1-act A {
  color:black;
}
/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  width: 165px;
  font-weight:bold;
  font-size:11px;
  padding-top:5px;
  padding-left:20px;
  background-color: #eeeeee;
  filter:alpha(opacity='60', style='0');
  opacity:0.6;
  -moz-opacity:0.6;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  width: 165px;
  font-weight:bold;
  font-size:11px;
  padding-top:5px;
  padding-left:20px;
  background-color: #eeeeee;
  filter:alpha(opacity='60', style='0');
  opacity:0.6;
  -moz-opacity:0.6;
}
TD#menu_1 DIV.menu1-level2-act A {
  color:black;
}

