#leftmenu {
	width: 162px;
	background-color: #FFFFFF;	
}

#leftmenu ul {
list-style: none;
margin: 0;
padding: 0;

}

#leftmenu a, #menu h2 {
	font: bold 12px/16px "Lucida Sans", "Lucida Grande", sans-serif;
	display: block;
	margin: 0;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #6699CC;
}

#leftmenu h2 {
background: #FFFFFF;
}

#leftmenu a {
background: #FFFFFF;
text-decoration: none;
}

#leftmenu a:hover {
color: #FFFFFF;
}

#leftmenu li {
	position: relative;
}


#leftmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#leftmenu ul ul ul,
div#leftmenu ul ul li:hover ul ul
{display: none;}

div#leftmenu ul ul li:hover ul,
div#leftmenu ul ul ul li:hover ul
{display: block;
z-index: 100;
}

