/* CSS Tabs */
#navcontainer { /* none needed */ }

ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

ul#navlist li {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 10px 0px 10px 0px;
	background-color: #eef4f1;
	border-top: 1px solid #e0ede9;
	border-bottom: 1px solid #e0ede9;
}

#navlist a, #navlist a:link {
	margin: 0;
	padding: 5px 9px 5px 9px;
	color: #95bbae;
	border-right: 1px dashed #d1e3db;
	text-decoration: none;
}

ul#navlist li#active {
	color: #95bbae;
	background-color: #deebe5;
}

#navlist a:hover {
	color: #74a893;
	background-color: #d1e3db;
}
#navcontainer1 { /* none needed */ }

ul#navlist1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

ul#navlist1 li {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 10px 0px 10px 0px;
	background-color: #eef4f1;
	border-top: 1px solid #e0ede9;
	border-bottom: 1px solid #e0ede9;
}

#navlist1 a, #navlist a:link {
	margin: 0;
	padding: 5px 9px 5px 9px;
	color: #95bbae;
	border-right: 1px dashed #d1e3db;
	text-decoration: none;
}

ul#navlist1 li#active {
	color: #95bbae;
	background-color: #deebe5;
}

#navlist1 a:hover {
	color: #74a893;
	background-color: #d1e3db;
}
