#navigation {
	margin-top: 8px;
	margin-right: 2ex;
	margin-bottom: 0ex;
	margin-left: 2ex;
	border: 1px solid #009900;
}


#navigation ul {
	padding: 0px;
	margin-top: 1ex;
	margin-right: 1ex;
	margin-bottom: 1ex;
	margin-left: .5ex;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 0.5ex;
	border: 1px solid #999999;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}
#navigation a:link, #navigation a:visited {
	color: #000000;
}
#navigation  a:hover {
	background-color: #CCCCCC;
}
#banner {
	margin-top: 2ex;
	margin-right: 2ex;
	margin-bottom: 4px;
	margin-left: 2ex;
	padding-bottom: 6px;
	background-color: transparent;
	background-repeat: no-repeat;
}
#banner #mcapName {
	margin-left: 30px;
	margin-bottom: 15px;
}
#mcapLogo {
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
}
/*#navigation .active a, #navigation .active a:link, #navigation .active a:visited {
	background-color: #CCCCCC;
	margin: 0px;
}*/
.active {
	background-color: #CCC;
}
