#menu, #menu2, #menu3 {
	width: 100%;
	float: left;
	background : #eee;
}

#menu ul, #menu2 ul, #menu3 ul {
list-style: none;
margin: 0;
padding: 0;
width: 92px;
float: left;
}

#menu a, #menu h2, #menu2 a, #menu2 h2, #menu3 a,  #menu3 h2  {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 0px 0px;
}

#menu  h2, #menu2 h2, #menu3 h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu  a, #menu2 a, #menu3 a {
	color: #000;
	background: #EEE8AA;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #fff #fff #fff;
	text-decoration: none;
}

#menu a:hover, #menu2 a:hover, #menu3 a:hover {
color: #a00;
background: #BADEAA;
}

#menu li, #menu2 li, #menu3 li {
position: relative;
}

#menu ul ul, #menu2 ul ul, #menu3 ul ul {
position: absolute;
width: 150px;
z-index: 500;
}

#menu ul ul ul, #menu2 ul ul ul, #menu3 ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul, 
div#menu ul li:hover ul ul, 
div#menu ul ul li:hover ul ul
{display: none;}

div#menu2 ul ul, 
div#menu2 ul li:hover ul ul, 
div#menu2 ul ul li:hover ul ul
{display: none;}

div#menu3 ul ul, 
div#menu3 ul li:hover ul ul, 
div#menu3 ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul, 
div#menu ul ul li:hover ul, 
div#menu ul ul ul li:hover ul
{display: block; }

div#menu2 ul li:hover ul, 
div#menu2 ul ul li:hover ul, 
div#menu2 ul ul ul li:hover ul
{display: block;}

div#menu3 ul li:hover ul, 
div#menu3 ul ul li:hover ul, 
div#menu3 ul ul ul li:hover ul
{display: block;}
