#menu {
	width: 100%;
	float: left;
	height: 31px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 16.66666666667%;
	float: left;
	text-align: center;
	
}

#menu a, #menu h4 {
	display: block;
	margin: 0;
	padding: 0px;
	font-weight: normal;
	color: #b6c7db;
	height: 31px;
	
	
}


#menu ul a:hover {
	
}

#menu h4 {
	color: #b6c7db;
	background-color: #0946A0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 30px;
	background-image: url(images/divider.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	margin-left: 1px;
}

#menu a {
	color: #333333;
	text-decoration: none;
	line-height: 31px;
	text-indent: 8px;
	cursor: pointer;
}

#menu a:hover {
	color: #0946A0;
	
}

#menu li {
	position: relative;
	background-color: #95B7E9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7DA4CC;
}


#menu ul ul {
	position: absolute;
	z-index: 999;
	text-align: left;
	width: 175px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDECFF;	
	
}

#menu ul ul ul {
top: 0;
left: 100%;
background-color: #95B7E9;
}

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]>
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h4 {

}
<!--[endif]-->