/******************** MENU *********************/
#menu_vert {
	margin: 0;
	padding: 0;
}
#menu_vert ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#menu_vert ul ul {
	font-weight: normal;
}
#menu_vert ul ul ul {
	font-weight: normal;
}
#menu_vert li {
    list-style-type: none;
    float:none;
}
#menu_vert ul li {
	padding-left:0.8em;
}
#menu_vert ul li.menuactive {
	background: url(http://www.aperam.com/images/ngrey/puce.png) no-repeat 0 0.4em;
}
#menu_vert ul ul li.menuactive {
	background: url(http://www.aperam.com/images/ngrey/puce.png) no-repeat 0 0.35em;
}
#menu_vert ul ul ul li.menuactive {
	background: url(http://www.aperam.com/images/ngrey/puce.png) no-repeat 0 0.35em;
}
#menu_vert ul ul ul ul li.menuactive {
	background: url(http://www.aperam.com/images/ngrey/puce.png) no-repeat 0 0.35em;
}

#menu_vert ul li.menuparent,#menu_vert ul ul li.menuparent,#menu_vert ul ul ul li.menuparent {
	background: none;
}
#menu_vert li.activeparent {
	margin: 0;
}
* html #menu_vert li {
	height: 1%;
}
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
div#menu_vert a {
	display: block;
	padding: 0em 0.1em 0.1em 0em;
	color: #000;
	min-height: 1em;
	text-decoration: none;
	font-size: 12px;
}
div#menu_vert ul ul a {
	font-size: 90%;
	padding: 0em 0.1em 0.1em 0em;
	text-decoration: none;
}
div#menu_vert ul ul ul a {
	padding: 0.1em 0.1em 0.1em 0.5em;
	text-decoration: none;
}
div#menu_vert a:hover {
	background-color: transparent;
	color: #d28ac8;
	text-decoration: none;
}
div#menu_vert a.activeparent:hover {
	color: #111;
}
div#menu_vert li.activeparent {
	color: #111;
}
div#menu_vert ul h3 {
	display: block;
	padding: 0.8em 0.5em 0.5em 0.5em;
	font-size: 2em;
	margin: 0;
}
div#menu_vert ul ul h3 {
	font-size: 80%;
	padding: 0.8em 0.5em 0.5em 2.8em;
}
div#menu_vert ul ul ul h3 {
	padding: 0.6em 0.5em 0.2em 0em;
}
div#menu_vert li.sectionheader {
	border-right: none;
	padding: 0.8em 0.5em 0.5em 0em;
	line-height: 1em;
	margin: 0;
   	cursor:text;
}
div#menu_vert .separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	padding: 2px 0 2px 0;
	background-color: #000;
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px;
}
div#menu_vert li.separator hr {
	display: none;
}