#menu {
	width: 100%;
	height:33px;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	float: left;
	margin:0;
}
#menu ul {
	background-image:none;
	float: left;
	width: auto;
	list-style: none;
	margin:0;
	padding:0;
	text-transform: uppercase;
}
#menu ul h2{
	background-image:url(../images/separator.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:23px;
	font-weight: bold;
	color: #d44409;
	padding:10px 10px 0 10px;
	margin:0px;
}
#menu ul h2 a{
	display: block;
	margin: 0;
}
#menu ul h2 a.act{
	text-decoration:underline;
}
#menu ul ul a.act{
	text-decoration:underline;
}
#menu h2 {
}

#menu a {
	display: block;
	margin: 0;
	text-align: center;
	background: transparent;
	margin: 0 auto;
	text-decoration: none;
	border-bottom: none;
}
/* IE needs the values given in 2 x parts to display autosized menu properly - width: auto */ 
* html #menu h2 a{display: inline-block;} 
* html #menu h2 a{display: inline;} 

#menu ul ul li a {
	border-bottom:1px solid #818286;
	padding:5px;
	width: 150px;
}
#menu ul ul li a:hover {
	background-color:#fef1e8;
}
#menu a:hover {
background : transparent;
}
#menu h2 a:hover {
background-color : transparent;
}
#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#menu ul ul {
	top:25px;
	left:0;
	position: absolute;
	z-index: 500;
	margin-top:8px;
	margin-left:-2px;
	background-color: #ffffff;
	border:1px solid #9c9c9c;
	width: 160px
}

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; white-space:nowrap; overflow: inherit; width: 120px;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
	font: 11px/16px Verdana, Tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
}
</style>
<![endif]-->
 
