#menu2 ul {
	list-style: none;
	width: auto;
	margin:0;
	padding:0;
	margin-top:8px;
	float:left;
}
#menu2 ul h2{
	padding:6px 0px 0 0px; /* padding also defines width for autosized menus */
	margin:0px;
}
#menu2 ul h2 a{
	display: block;
	margin: 0;
	padding:0 0 0 15px;
	background: url(/images/menu_indent.gif) 5px 0 no-repeat;
}
#menu2 h2 {
	margin: 0;
	padding:0;
}

#menu2 a {
	display: block;
	text-align: center;
	margin: 0;
	padding:0;
}

/* IE needs the values given in 2 x parts to display autosized menu properly - width: auto */ 
* html #menu2 h2 a{display: inline-block;} 
* html #menu2 h2 a{display: inline;} 

#menu2 ul ul li {
	border:#ffffff solid 1px;*
	margin:0 1px 1px 1px;
	background-color:#CCCCCC
}
#menu2 ul ul li a {
	padding:0px;
}
#menu2 ul ul li a:hover {
	color:#55a51a;
}
#menu2 a:hover {
	background: url(/images/menu_indent_1.gif) 5px 0 no-repeat;
	color:#55a51a;
}
#menu2 h2 a:hover {
	background-color : transparent;
}
#menu2 li {position: relative;}

#menu2 ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#menu2 ul ul {
	top:30px;
	left:0;
	position: absolute;
	z-index: 500;
	background-color: #999999;
	border-bottom:#999999 solid 1px;
}

div#menu2 ul ul {
display: none;
}

div#menu2 ul li:hover ul
{display: block;}

div#menu2 ul ul,
div#menu2 ul li:hover ul ul,
div#menu2 ul ul li:hover ul ul
{display: none;}

div#menu2 ul li:hover ul,
div#menu2 ul ul li:hover ul,
div#menu2 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%;
}

#menu2 ul li {float: left; white-space:wrap; overflow: inherit; width:auto;}
#menu2 ul li a {height: 1%;} 

#menu2 a, #menu2 h2 {
	font: 11px Verdana, Tahoma, Arial, helvetica, sans-serif;
	text-transform:uppercase;
	color:#d3212a;
	white-space:nowrap;
}
</style>
<![endif]-->
 
