#menu {
width: 760px;
background: #fff;
float: left;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
	float: left;
}
#menu a, #menu h2 {
font: arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #fff #fff #fff #fff;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
	color: #666666;
	background: #F2F2EE;
	text-transform: upper-case;
	text-align: center;
}

#menu a {
color: #000;
background: #F2F2EE;
text-decoration: none;
}

#menu a:hover {
color: #E2851D;
background: #F9F8F2;
}
#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#menu ul ul {
position: absolute;
z-index: 500;
}
div#menu ul ul {
display: none;
}
div#menu ul li:hover ul
{display: block;}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu 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;}
body {
behavior: url(csshover.htc);
}

[if IE]>
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: 11px arial, helvetica, sans-serif;
}
<![endif]
