#tabmenu {
	color: #000;
	border-bottom: 1px solid black;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px 
	display: inline;
}

#tabmenu ul {
	display: inline;
}

#tabmenu li {
	display: inline;
	//padding: 10px;
	overflow: hidden;
}

#tabmenu a, a.active {
	color: #DEDECF;
	background: #898B5E;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 1px solid black;
	padding: 1px 5px 0px 5px;
	margin: 0px;
	text-decoration: none; 
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;}

#tabmenu a.active {
	background: #ABAD85;
	border-bottom: 1px solid #ABAD85; 
}

#tabmenu a:hover {
	//color: white;
	background: #ADC09F; 
}

#tabmenu a:visited {
	color: #E8E9BE; 
}

#tabmenu a.active:hover {
	background: #ABAD85;
	color: #DEDECF;
}




