/* MENU */
#menuwrapper {
	width:100%;
	background:#4a4a4a;
	margin-bottom:10px;
}
#menucontainer {
	width:950px; 
	padding:0;
	margin:0 auto 0 auto; 
	text-align:left;
	height:28px;
	}
#home #home-nav,
#agenda #agenda-nav,
#registration #registration-nav,
#sponsorship #sponsorship-nav,
#faq #faq-nav,
#contact #contact-nav {
	color : #000;
	background:#c0cf20;
}
#menu ul li a:hover, #menu ul:hover, #menu ul:hover a {
	color : #f8ff72;
	background:#849601;
	} 
#menu{
	position:absolute; 
	color: White;
	width:950px;
	height:28px;
	}
#menu ul{
	float:left;
	margin:0;
	height:28px;
	list-style:none;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	padding:0;
	background:#00718f;
	width:156px;
	}
#menu ul li a{
	display:block;
	color:#849601;
	font-weight : bold;
	text-decoration : none;
	min-height:22px;
	background:#000;
	padding:6px 0 0 0;
	text-align:center;
	}
	#menu a {
	font-size:.825em;
	text-transform: uppercase;
	}




