#ilmenu {
	width: 184px;
	height: 385px;
	left: 179px;
	top: 216px;
	z-index: 24;
	position: absolute;
	background-image: url(../assets/graphics/ilmouldbtn-menu.jpg);
	
}

#ilmenu ul {
list-style: none;
margin: 0;
padding: 0;
}

#ilmenu a, #ilmenu h2 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 22px;
}

#ilmenu h2 {
color: #fff;
background: #ffffff;
text-transform: uppercase;
}

#ilmenu a {
color: #ffffff;
text-decoration: none;
}

#ilmenu a:hover {
color: #333366;

}

#ilmenu li {
position: relative;
}

#ilmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#ilmenu ul ul ul,
div#ilmenu ul ul li:hover ul ul
{display: none;}

div#ilmenu ul ul li:hover ul,
div#ilmenu ul ul ul li:hover ul
{display: block;}