/* Start of CMSMS style sheet 'form_up_new' */
/* CSS Document */

.menu_list {
	width: 550px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
                font-weight:bold;
                background: #dddddd;
/*url(uploads/images/picto03.gif) left no-repeat;*/
}
.menu_head a {
  color:#000000;
  text-decoration:none;
}
.menu_body {
	display:none;
line-height: 150%;
}
.menu_body a {
  display:block;
  /*background-color:#FEFEFE;*/
  color:#CC0000;

  padding-left:10px;
  /* font-weight:bold;*/
  text-decoration:none;
}
.menu_body a:hover {
  display:block;
background-color:#EFEFEF;
  color: #000000;
  text-decoration:none;
}

/* End of 'form_up_new' */

