body {
behavior: url(csshover.htc);
}

#menu {
	width: 875px;
	float: left;
	background-color: #CCCCCC;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 125px;
	float: left;
	text-align: center;
}
#menu a, #menu h2{
	font: normal 11px/16px verdana, arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 2px;
}

#menu h3 {
	font: bold 11px/16px verdana, arial, helvetica, sans-serif;
	display: block;
	border-width: 0px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
}

#menu h2 {
	color: #fff;
	background: #333;
	text-transform: none;
}

#menu h3 a{
	color: #fff;
	background: #333;
	text-transform: none;
	width: 120px;
	.width: 118px;
	height: 16px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
}

#menu a:hover {
	color: #999999;
	background: #fff;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	left: 0%;
}

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;}

