#menu {
	-moz-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
	width: 99%;
	float: left;
	padding: 4px;
	cursor: default;
	background-color: #CB6B61;
	background-image: url(../menorcatalk/styles/prosilver/theme/images/menubg.png);
	background-repeat: repeat-x;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
/*width: 12em;*/
float: left;
}
#menu a, #menu h2 {
	display: block;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6CC;
	border-right-color: #36C;
	border-bottom-color: #36C;
	border-left-color: #6CC;
}

#menu h2 {
	color: #000;
	text-transform: uppercase;
	-moz-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
	background-color: #28A9D3;
	background-image: url(../../img/menu-bg.jpg);
	background-repeat: repeat-x;
}
#menu h2:hover {
	background-image: url(../../img/menu-bg-hover.jpg);
	background-repeat: repeat-x;	
}

#menu a {
	color: #039;
	text-decoration: none;
	width: 180px;
	background-color: #D2EEF7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	-moz-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
	text-align: left;
}

#menu a:hover {
	color: #FFF;
	background-color: #28A9D3;
}
#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]>
<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-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: bold;
}

<!--[endif]-->
