#menu {
	width: 180px; /* set width of menu */
	background: #ffffcc;
	position: absolute;
	list-style-type: none;
	list-style-image: none;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font:  13px/14px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #7777BB;
background: #ffffcc;
text-transform: none;
}

#menu a {
	color: #6633CC;
	background: #cb99ce;
	text-decoration: none;
	background-color: #E3C9E4;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #663399;
}


#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul 
{display: none;}

div#menu ul ul li:hover ul 
{display: block;}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul 
{display: block;}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;}


.img {
	text-decoration: none;
	background-color: #FFFF99;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
