body {
	background: white;
	font-familty: verdana, arial, sans-serif;	
	margin: 0px;
	top: 0px;
	padding: 0px;
}
table{
	font-family: verdana;	
	font-size: 11px;
}

#tabmenu {
	border-bottom: 1px solid #777788;
	margin: 12px 0px 0px 0px;
	padding: 9px;
	padding-left: 11px;
	padding-top: 0px;
	z-index: 1;
	text-align: center; /*center entire menu*/
	background-color: green
	}
#tabmenu li {
	display: inline;
	list-style-type: none;
	overflow: hidden;
	}

#tabmenu a, a.active {
	background: #90EE90;
	border: 1px solid #777788;
	color: #000080;
	font: bold 12px Verdana;
	margin: 0px;
	padding: 5px 13px 12px 15px;
	text-decoration: none;
	}

#tabmenu a.active {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #000080;
	font-size: 19px;
	padding: 10px;
	padding-top: 5px;
}

#tabmenu a.active:hover {
	background: #FFFFFF;
	color: #008000;	
}

#tabmenu a:hover {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FF0000;	
}


