/* CSS Document */


#navcontainer {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #a8bfde;
	border-right-color: #a8bfde;
	border-left-color: #a8bfde;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#navcontainer a {
	display: block;
	padding-top: 17px;
	padding-bottom: 17px;
	width: 100%;
	background-color: #5c743d;
	border-bottom: 1px solid #a8bfde;
}

#navcontainer a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #99cc66;
	color: #993300;
}

