/*

Based on Listamatic's Centered List Navbar Updated by Chris Hester
http://css.maxdesign.com.au/listamatic/horizontal27.htm

Modified by Sasha Berkoff on 10/29/07

yellow color: #f7ae00
blue color: #426184

*/

#navcontainer ul {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #f7ae00;
	color: #294973;
	width: 639px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	/* fixes Firefox 0.9.3 */
}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#navcontainer ul li a {
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-top: 5px;
	color: #294973;
	text-decoration: none;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
	/*
	background-color: #294973;
	color: white;
	*/
}

#navcontainer #active { 
	text-decoration: underline;
	/*border: 1px solid #426184;*/
}
