/* @override http://www.congofrontlinemissions.org/stylesheets/navbar.css */

/* @group navcontainer */

#nav_background {
	background-image: url(http://www.congofrontlinemissions.org/images/nav_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
}

#navcontainer {
	width: 780px;
	height: 25px;
	text-align: center;
	padding-top: 6px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.1em;
}

/* Parent - Level 0 */

#navcontainer ul{
	width: 780px;
	height: 25px;
	margin: 0px auto;
	padding: 0;
	list-style-type: none;
	position: relative;
}

#navcontainer li {
	display: inline;
}

#navcontainer a {
	text-decoration: none;
	margin: 10px;
	color: #FF93A3;
}

#navcontainer a:hover {
	color: #FFFFFF;
}

#navcontainer .active a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
}

/* @end */


