/* CSS Document */
body {
	behavior: url(csshover.htc); 
}

.ddmx a {
	display: block;
	vertical-align: middle;
	font-weight: bold;
}
#menu {
	width: 100%;
	background: #36549C;
	height: 31px;
	color: #FFF;
	/* float: left; */
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2, #menu h2 a {
	font: normal .99em Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	line-height: 30px;
	margin: 0;
	height: 100%;
	text-align: center;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	color: #FFF;
	background: #A9B5C3;
	border: 0px solid #BF864C;
	text-align: center;
}

#menu li {
	height: 20px;
	position: relative;
	font: normal .99em Arial, Helvetica, sans-serif;
}

#menu li ul {
	background: #36549C;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	background: #36549C;
	width: 100%;
}

#menu ul ul {
	position: absolute;
	z-index: 400;
	width: 100%;
}

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;
	/* border-top: 1px solid #D5CEAE; */
}

<!--[if IE]>
<style type="text/css" media="screen">
body {
	behavior: url(csshover.htc);
	font-size: 100%;
}

#menu ul li {
	float: left; 
	width: 100%;
	height: 20px;
	/* border-top: 1px solid #D5CEAE;	 */
}
#menu ul li a {
	/* height: 0%; */
} 

#menu a, #menu h2 {
	/* font: normal .98em Arial, Helvetica, sans-serif; */
}
</style>
<![endif]-->
