#menu {
width: 18.5em;
/* background: #eee; */
margin-top: 10px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
/* font: 13px Georgia, "Times New Roman", Times, serif; */
display: block;
/* border-width: 1px;
border-style: solid; 
border-color: #ccc #888 #555 #bbb; */
margin: 0;
padding: 2px 20px;
}

#menu h2 {
color: #fff;
/* background: #003300; */
}

#menu a {
color: silver;
/* background: #efefef; */
text-decoration: none;
}

#menu a:hover {
/*background: #003300; */
/* background: #fff; */
color: white;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
text-align: left;
border-bottom: 1pt;
top: 0;
left: 100%;
width: 14em;
}

#menu ul ul ul li {
	border-bottom: 1px solid;
	border-color: white;
	background: silver url(../images/popback.jpg) no-repeat;
	color: black
}

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;}

div#menu ul ul ul li a,ul ul ul li a:visited{
	color: black;
}

