dl.menus_list dt {background:#6f9c6f; font-size:1.5em; margin:3px 0;}
dl.menus_list dd.nil {padding:0; margin:0;}

.menu {
	width:100%; 
	height:32px; 
	margin: 0 auto;
	position:relative; 
	z-index:100; 
	font-family:"trebuchet MS", sans-serif;
	text-align: center; 
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:20%;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:16.6%;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:.69em;
	text-decoration:none; 
	color:#edda74; 
	width:101%; 
	height:30px; 
	border:1% solid #000; 
	border-width:1% 0 1% 0; 
	background:#88233d; 
	padding-left:2.2%; 
	line-height:29px; 
	font-weight:bold;
}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#aaa url(www.saintstephenofhungary.org) no-repeat 100% center;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#edda74 url(http://www.saintstephenofhungary.org) no-repeat 100% center;
}

.menu ul ul :hover > a.drop {
	background:#88233d url(http://www.saintstephenofhungary.org) no-repeat 100% center;
}

.menu ul ul li {
	float:center;width:87%;position:relative;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:100%;
	border-top:1px solid #000;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#edda74; 
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:100%;border-width:0 1px 1px 1px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#000; 
	background:#C58917;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#000; 
	background:#C58917;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,.menu ul a:hover ul{
	visibility:visible; 
}


/* IE Headers */
div.title {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.saintstephenofhungary.org/images/title2.png');
}

<!--if gte IE 5]>
<style type="text/css">
div.spire {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.saintstephenofhungary.org/images/spire.png" ,sizingMethod="crop");
}
</style>
<![endif]-->

