@charset "UTF-8";
/* CSS Document */

#nav_container {
	width:940px;
	height:80px;
	margin:0px auto 0px auto;
	text-align:center;
	background:url(../images/top_green_stripe.gif) top repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1E4F6A;
	font-size:1.6em;
}

#nav_container img {
	float:left;
	z-index:999999;
}

#home {
	width:178px;
	height:160px;
	background:url(../images/cincinnati_union_bethel_logo.png) no-repeat;
	elevation:above;
	display:block;
	position:relative;
	float:left;
	text-indent:-999em;
	behavior:url(/wp-content/themes/cub/js/iepngfix.htc);
	z-index:999;
}

#nav_container ul {
	float:right;
	margin:35px 0px 0px 0px;
}

#nav_container ul li {
	float:left;
	display:inline;
	list-style-type:none;
	margin:0px 17px 0px 5px;
}

#nav_container a {
	color:#1E4F6A;
	text-decoration:none;
}

#nav_container a:hover {
	color:#496051;
	text-decoration:none;
}
