#tabmenu {
	color: #000;
	border-bottom: 2px solid black;
	z-index: 1;
	padding-left: 10px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
}

	#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	
}

	#tabmenu a, a.active {
	color: #ffffff;
	border: 2px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none;
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

	#tabmenu a.active {
		background: #ffffff;
		color: #666666;
		border-bottom: 3px solid #ffffff; }

	#tabmenu a:hover {
	color: #fff;
	background: #2D348A;
}

	#tabmenu a:visited {
		color: #E8E9BE; }

	#tabmenu a.active:hover {
		background: #ABAD85;
		color: #DEDECF; }
