ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	float: left;
	width:111px;
}
	
li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: auto;
	display: none;
	}

/* Styles for Menu Items */

ul li a {
	display: block;
	text-decoration: none;
	color: #1A3258;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	}

/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists to red */
li:hover a, li.over a {
	/*background-image: url(../images/roll_200x24.gif);*/
	color: #1A3258;
	display: block;
	z-index: 1;
}
li:hover li a:hover, li.over li a:hover {
	background-image: url(../images/bullet_11x8_roll.gif);
	color: #fff;
	background-repeat: no-repeat;
	background-color: #01406B;
	background-position: left center;
	text-indent: 8pt;
}
.lb {
	background-image: url(../images/lb_1x28.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}


/* set dropdown to default */
li:hover li a, li.over li a {
	color: #666666;
	background-image: url(../images/bullet_11x8.gif);
	background-repeat: no-repeat;
	text-align: left;
	border-right: 1px solid #2C5777;
	border-bottom: 1px solid #2C5777;
	border-left: 1px solid #2C5777;
	width: 161px;
	background-color: #FFFFFF;
	background-position: left center;
	text-indent: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

}
li ul li a {
	background-image: url(../images/menu_1x28.gif);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */

/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0;} 
/* end hack */ 


.titles {
	font-size: 18px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: black;
	}

.missionarykidname {
	font-size: 14px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-weight:bold;
	}	
	
.missionaryloc {
	font-size: 16px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: black;
	}		

.newsheadline {
	font-size: 16px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #213965;
	padding-bottom: 10px;
	}
	
.newsheadline opp{
	font-weight: bolder;
}

img.floatRight { 
    float: right; 
	margin-left: 15px;
	border: 1px #000000;
	margin-bottom: 10px;
}

	
