#navigation {
	border-right: #ddd 0px solid;
	border-top: #ddd 1px solid;
	border-left: #ddd 0px solid;
	border-bottom: #ddd 1px solid;
	float: left;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	color: #eee;
	background-color: #eee;
	display: block;
	white-space: nowrap;
}

#subnavigation {
	border-right: #ddd 0px solid;
	border-top: #ddd 0px solid;
	border-left: #ddd 0px solid;
	border-bottom: #ddd 0px solid;
	margin-top: 0em;
	padding-right: 1em;
	padding-left: 0em;
	padding-bottom: 1em;
	padding-top: 0.3em;
	display: block;
	clear: both;
	white-space: nowrap;
}

.subnav1, .subnav2 {
	text-align: left    
}
.subnav3, .subnav4 {
	text-align: right
}

#navigation li, #subnavigation li {
	display: inline;
}

#subnavigation a {
	margin-top: 0.7em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	border-top: #ddd 0px solid;
	border-bottom: #ddd 2px solid;
	color: #000;
	text-decoration: none;
}

#navigation a {
	margin-top: 0.2em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:active {
	background-color: #ddd;
	color: #aaa;
}

#navigation a.active {
	background-color: #ddd;
	color: #003;
}

#subnavigation a.active {
	background-color: #ddd;
	color: #003;
}

#navigation a:hover {
	background-color: #ccc;
}
#navigation a.subnav {
	margin-left: 1em;
}

#footer {
       border-top: 1px dotted gray; font-size: small;
}
