
ul.csc-menu li{
padding-top: 4px;
padding-bottom: 4px;
 list-style-type: disc;
 color: #988344;
}
ul.csc-menu li a{
 font-size: 11px;
 text-decoration: none;
}


hr{
	border: 1px;
}

#portal_breadcrumbs div{
   font-size: 10px;
	text-decoration : none;
		}

#portal_breadcrumbs a {
  font-size: 10px;
	text-decoration : none;
}

#portal_breadcrumbs a:hover{
	text-decoration : underline;
}




fieldset.csc-mailform label {
	float:left; 
	width:120px;
}


/* Menu 1 column */
/*  MENU 1, level 1, normal state (NO) */
DIV.menu1-level1-no a{
/*  border-bottom: 1px solid #999999;*/
  font-size: 11px;

/*  padding-left:10px;
*/
  margin-left: 10px;
}
/*  MENU 1, level 1, active state (ACT) */
DIV.menu1-level1-act a{
  /*border-bottom: 1px solid #999999;*/
  font-weight:bold;
  font-size: 11px;

/*  padding-left:10px;
*/
  margin-left: 10px;

}
DIV.menu1-level1-act A {
  color:#988344;
}

/*  MENU 1, level 2, normal state (NO) */
DIV.menu1-level2-no A{
  font-size: 11px;
/*  padding-left:20px;
*/

  margin-left: 20px;
}
/*  MENU 1, level 2, active state (ACT) */
DIV.menu1-level2-act A{
  font-size: 11px;
  font-weight:bold;
/*  padding-left:20px;
*/
  margin-left: 20px;
  color:#988344;
}

/*  MENU 1, level 2, normal state (NO) */
DIV.menu1-level3-no A{
  font-size: 9px;
  padding-left:35px;
}
/*  MENU 1, level 2, active state (ACT) */
DIV.menu1-level3-act {
  font-size: 9px;
  font-weight:bold;
  padding-left:35px;
  color:#988344;
}

/*  MENU 1, level 2, normal state (NO) */
DIV.menu1-level4-no {
  font-size: 8px;
  padding-left:50px;
}
/*  MENU 1, level 2, active state (ACT) */
DIV.menu1-level4-act {
  font-size: 8px;
  font-weight:bold;
  padding-left:50px;
  color:#988344;
}

