#menu {
width: 123px;
/*background: #B9BDC0;*/
text-align: justify;
position: static;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#box {
/*margin-left: -180px;*/
padding: 0;
width: 300px;
height: 150px;
background-color: #e6e6e6;
border: 1px solid #999999;
padding: 5px;
}

#menu a.text, #menu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: block;
	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: #000000;
/*	background: #e1e1e1;*/
	text-decoration: none;
}
#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;}


