#menu {
	width: 600px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
	padding: 0px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100px;
	float: left;
}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #484e68;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484e68;
}

#menu h2 {
color: #fff;
text-transform: uppercase;
}

#menu a {
	color: #fff;
	text-decoration: none;
	background-color: #570d37;
}

#menu a:hover {
color: #fff;
background: #6a0e3d;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 110px;
}

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(http://www.unionhillbaptistchurch.org/wp-content/themes/unionhill/starkers/csshover.htc);
}


