@charset "utf-8";
#navbox {
	font-size:0.7em;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: -28px; 	/* Moves NavBlock into the header div.  */
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 85px;
	background-color: #E7FFE7;
	}
#navbox ul {
	list-style:none;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 85px;
	font-weight: bold;
	padding-right: 0px;
	height: 75px;
	font-family: Verdana, Geneva, sans-serif;
	}
#navbox li {
	display: inline;
	background-image: url(TabTemplate_110x50.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	width: 110px;
	height: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	text-align: center;/*	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px; */
	margin-right: 5px;
	color: #000;
	}
#navbox li.selected {
	background-image: url(TabTemplate_110x50_Green.gif);
}
#navbox a {
	color: #000;
	text-decoration: none;
	display: inline-block; 
	}
#navbox li:hover a {
	background-image: url(TabTemplate_110x50_Green.gif);
	background-repeat: no-repeat;
	width: 110px;
	padding-top: 8px;
	height: 70px;
	margin-top: 0px;
	}
