#menu {
	width: 780px;
	background: #99c;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 156px;
float: left;
}
#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
}

#menu a {
color: #336;
background: #99c;
text-decoration: none;
}

#menu a:hover {
color: #fff;
background: #336;
}
#menu li {
	position: relative;
}

#menu ul ul {
	z-index: 500;
	position: absolute;
	top: 100%;
}
#menu ul ul ul {
	top: 0%}
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;
}
[if IE]>
<style type="text/css" media="screen">
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: bold 11px/16px arial, helvetica, sans-serif;
}
</style>
<![endif]
