#menu {
width: 213px;
background: #B9BDC0;
text-align: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a.text, #menu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #B9BDC0;
	margin: 0;
	padding: 2px;
}

#menu a.image:link, #menu a.image:active, #menu a.image:visited, #menu a.image:hover {
	background: #B9BDC0;
	text-decoration: none;
}

#menu a.text:link, #menu a.text:active, #menu a.text:visited {
	color: #666666;
	background: #e1e1e1;
	text-decoration: none;
	padding-left: 10px;
	height: 20px;
}
#menu a.text:hover {
color: #5364A5;
background: #ffffff;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

