#menu {
width: 100%;
background: #eee;
float: none;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 113px;
	float: left;
}


#menu a, #menu h2 {
	font: 11px/13px MS Sans Serif4, Geneva, sans-serif;
	display: block;
	margin: 0;
	color: #000066;
	background-color: #FFFFFF;
}

#menu h2 {
color: #000066;
background: #FFFFFF;
padding: 4px 0px;
}

#menu a {
	/* color: #000066;
	background: url(0-images/whiteblock16p.jpg) repeat; */
	color:#ffffff;
	font-weight:bold;
	background-color:#000066;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	padding: 8px 4px 8px 8px;

}

#menu a:hover {
	background-color: #CC0000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
}



#menu li {
	position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}


#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 240px;
	text-align: left;
	left: 0px;
}


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);
}

