#theNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li.dd {
	float: left;
 	position: relative;
	width: 130px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-top:6px;
}

li.dd ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
	background-color:#000000;
	margin-bottom:7px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#999999;
}

li.dd ul li {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	padding-bottom:3px;
	text-align:center;
}

li.dd > ul {
	top: auto;
	left: auto;
}

li.dd:hover ul, li.over ul { 
	display: block; 
}

 a.dropLink:link {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:7px;
	text-decoration:none;
}

 a.dropLink:visited {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:7px;
	text-decoration:none;
}

 a.dropLink:hover {
	color:#FFFFFF;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:7px;
	text-decoration:none;
}

 #home {
	width:70px;
}

 #pastor {
	width:120px;
}

 #events {
	width:130px;
}

 #resources {
	width:90px;
}

 #times {
	width:110px;
}

 #directions {
	width:80px;
}

 #about {
	width:90px;
}

#content {
	clear:left;
}