#menu {
	width: 900px;
	float: left;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100px;
	float: left;
}


#menu a, #menu h2 {
	font: 12px/13px MS Sans Serif4, Geneva, sans-serif;
	display: block;
	margin: 0;
	color: #000066;
	background-color: #009999;
}

#menu h2 {
color: #00FFCC;
background: #000066;
padding: 4px 0px;
}

#menu a {
	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: #33CCCC;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #33CCCC;
	padding: 8px 4px 8px 8px;
	text-align: center;
	background-color: #009999;
	background-position: center top;
	font-weight: bolder;
	background-image: url(0-images/bkgrnd-water.jpg);
	background-repeat: no-repeat;
}

#menu a:hover {
	color: #000033;
	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: #00FFFF;
	border-right-color: #009999;
	border-bottom-color: #009999;
	border-left-color: #00FFFF;
	background-color: #00CCCC;
	background-position: center bottom;
	font-weight: bolder;
	background-image: url(0-images/bkgrnd-water.jpg);
	background-repeat: no-repeat;
}
#menu a:active {
	color: #FFFF00;
	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: #009999;
	border-right-color: #00FFFF;
	border-bottom-color: #00FFFF;
	border-left-color: #009999;
	background-color: #00CCCC;
	background-position: center bottom;
	font-weight: bolder;
	background-image: url(0-images/bkgrnd-water.jpg);
	background-repeat: no-repeat;
}



#menu li {
	position: relative;

}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}


#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 180px;
	text-align: left;
	left: 0px;
}


div#menu ul ul {
	display: none;
	text-align: center;
}

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);
}

