/* Start of CMSMS style sheet 'Menu V' */
/*  MENU VERTICAL
-------------------------------------------------------------- */
.menu_list {
	width: 140px;
	padding-top: 210px;
	font-size: 0.8em;
	float: left;
	z-index: 100;
}
.menu_list_page {
	width: 140px;
	padding-top: 0px;
	font-size: 0.8em;
	float: left;
	z-index: 100;
}
.menu_list_ws {
	width: 140px;
	padding-top: 0px;
	font-size: 0.8em;
	float: left;
	z-index: 100;
}

li.menu_head, li.SansMenu_head{
	padding: 2px 12px;
	cursor: pointer;
	position: relative;
	 text-align: left;
	margin:1px;
       font-weight: normal;
       background: transparent url(imagecss/left.png) top right no-repeat;
       z-index: 100;
}

li.menu_head a, li.SansMenu_head a{
    color:#000; 
text-decoration:none;
}

li.menu_head ul {
margin-top:5px;
	display:none;
	z-index: 100;
padding-left: 0px !important;
margin-left:0px !important;
list-style-type:none;
}

li.menu_head ul li {
	 z-index: 100;
	 background-image: none !important;
	 font-size: 0.8em;
	 text-align: left;
	 padding-left: 0px !important;
	 margin-bottom: 4px;
}

li.menu_head ul li  a {
  display:block;
  color:#006699;
 background: transparent;
  padding-left:7px;
  font-weight: normal;
  text-decoration:none;
}
.menu_body a:hover {
  color: #000000;
  text-decoration:underline;
  background: transparent url(clear.png) no-repeat;
}	
	
/* End of 'Menu V' */

