/* Style for the Menu: */
ul#menu_1 {
	margin:0;
	padding:2%;
	text-align:left;
}
#menu_1 li {
	list-style-type:none;
}
#menu_1 li A {
	
	color:#000000;
	text-decoration:none;
}
#menu_1 li A:hover {
	color:#639011;
	text-decoration:underline;
}

/*  MENU 1, level 1, normal state (NO) */
#menu_1 li.menu1-level1-no A{
	background:url(../images/ico_flec.gif) 0px 3px no-repeat;
	padding-left:15px;
	display:block;
}
/*  MENU 1, level 1, active state (ACT) */
#menu_1 li.menu1-level1-act {
  /*background-color: #eeeeee;*/
  filter:alpha(opacity='70', style='0');
}
#menu_1 li.menu1-level1-act A {
	background:url(../images/ico_flec.gif) 0px 3px no-repeat;
	padding-left:15px;
	font-weight:bold;
	color:#639011;
	display:block;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 li.menu1-level2-no a{
  margin-left:15px;
  display:block;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 li.menu1-level2-act a{
  margin-left:15px;
  display:block; 
  font-weight:bold; 
}
/*  MENU 1, level 3, normal state (NO) */
#menu_1 li.menu1-level3-no a{
  margin-left:30px; 
  display:block;
}
/*  MENU 1, level 3, active state (ACT) */
#menu_1 li.menu1-level3-act a{
  margin-left:30px;
  font-style:italic;
  font-weight:bold;
  display:block;
}
/*  MENU 1, level 3, normal state (NO) */
#menu_1 li.menu1-level4-no {
  margin-left:55px; 
}
/*  MENU 1, level 3, active state (ACT) */
#menu_1 li.menu1-level4-act {
  margin-left:55px;
}

/* Style for the Path-menu: */
#path {
  white-space: nowrap;

  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
#path A {
}
#path A:hover {
}
