/* CSS Tabs */
#navcontainer { 

                
              }

ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

ul#navlist ol {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0px  4px 0px;
	background-color: transparent;
	border-top: 1px solid #c6c67b;
	border-bottom: 1px solid #e0ede9;
        border-left: 1px #c6c67b;
        border-right: 1px #c6c67b;
}

#navlist a, #navlist a:link {
	margin: 0;
	padding: 5px 9px 4px 9px;
	color: #FFFFFF;
	border-right: 1px solid #c6c67b;
	border-left: 1px solid #c6c67b;
	text-decoration: none;
}

ul#navlist ol#active {
	font-color: #000066;
	background-color: transparent;
}
#navlist a:hover {
	color: #000066;
	background-color: transparent;
}
