#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #9da8b6;
	color: White;
	float: left;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: .1em;
}
#navcontainer {
	margin: -5px 0 0px 0;
	padding: 5px 0 5px 0;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li {
//	background-color: #9da8b6;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 3px solid #fff;
}

#navcontainer a {
	text-decoration: none;
	float: left;
	color: White;
	padding: 0.4em 1em;
}

#navcontainer ul li a:hover {
	background-color: #b7c4d4;
	color: #555;
}

#navcontainer ul li.current {
	background-color: #B7C4D4;
	color: White;
	text-decoration: none;
	float: left;
}


#tagcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #b59b77;
	float: left;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	letter-spacing: .1em;
}
#tagcontainer {
	margin: -5px 0 0px 0;
	padding: 5px 0 5px 0;
}
#tagcontainer ul li {
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
		background-color: #b59b77;
		border-right: 3px solid #fff;
	color: #fff;
	border-collapse: collapse;
}
#tagcontainer ul li a{
	padding: 0.4em 1em;
	display: inline;

	text-decoration: none;
	float: left;

}

.tagtext {
	color: #554c3e;
}

#tagcontainer ul li a:hover {
	text-decoration: none;
	background-color: #ffeed6;
}
#tagcontainer ul li.current {
	margin-bottom: -2px;
	margin-top: -2px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: #554c3e;
	border-top-color: #554c3e;
	border-right-color: #fff;
	border-bottom-width: 2px;
	border-top-width: 2px;
	background-color: #ffeed6;
	color: #554c3e;
	text-decoration: none;
	float: left;
}
.taglabel{
	font-weight: bolder;
	color: #554c3e;
	padding: 0.4em 1em;
	display: inline;
	background-color: #b59b77;
	text-decoration: none;
	float: left;
}