.navcontainer {  height: 100%; width:100%; padding-top: 0px; }

DIV.navcontainer a
{ display: block;
padding: 3px 15px ;
background-color: #FFF;
border-bottom: 1px solid  #ffdd6c;

} 
/* Menu 1 column */
TD#menu_1 {	
	background-color: #FFF;
  	padding-left: 0px;
	padding-top: 5px;
	margin-top: 10px;
	vertical-align: top;
	width:200px;
}
TD#menu_1 DIV {
	width: 200px;
}
TD#menu_1 DIV A {
	color: #000;
	text-decoration: none;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no A{
  font-size: 11px;
  padding-left:15px;
}

TD#menu_1 DIV.menu1-level1-act A {
  font-weight: bold; 
  background-color: #FFF4EA;
    background-image: url(../images/clp_menu_item_bg.gif); 
  background-position: right center; 
  background-repeat: no-repeat;
  font-size: 11px;  
 padding-left:15px;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  font-weight: normal; 
 margin-left: 0px;
}
TD#menu_1 DIV.menu1-level2-no A {
  background-color: #fff4ea;
  font-weight: normal; 
 margin-left: 10px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 10px;

  font-weight: normal; 
 margin-left: 0px;
}
TD#menu_1 DIV.menu1-level2-act A {
  background-color: #FFF4EA;
  background-image: url(../images/clp_menu_item_bg.gif); 
  background-position: right center; 
  background-repeat: no-repeat;
  font-weight: bold; 
 margin-left: 10px;
}
TD#menu_1 DIV A:hover { background-color: #ffdd6c; color: #000000; font-weight: bold; text-align: left; background-image: url(../images/clp_menu_item_bg_hover.gif); background-position: right center; background-repeat: no-repeat;}

.navcontainer a:link, .navlist a:visited
{
color: #000;
text-decoration: none;
}

.navcontainer a:hover
{ 
background-color: #444;
color: #000;
}
