/* CSS Document */

/* Menunderbar is the navigation under the top tabs and bar. */


.menunderbar ul
{
	padding : 0;
	margin : 0;
	color: #878785;
	text-decoration: none;
	left: 38px;
	top: 97px;
	width: 650px;
	position: absolute;
	white-space: nowrap;
	z-index: 5;
}

.menunderbar ul li
{
	display : inline;
} 

.menunderbar ul li a, .menunderbar ul li a:visited, .menunderbar ul li a:hover
{
	color:#878785;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	margin-left: 10px;
}

.menunderbar ul li a.greentext, .menunderbar ul li a.greentext:visited, .menunderbar ul li a.greentext:hover
{
	color: #00824A;
}

/* Menufooter is the navigation at the bottom of the page. */

.menufooter
{
	margin-left: 11em;


}
.menufooter ul li 
{
	display: inline;
	
} 

.menufooter ul li a, .menufooter ul li a:visited, .menufooter ul li a:hover
{
	color:#00824A;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	clear: both;
	border-right-style: solid;
	border-right-width: 0.15em;
	padding-right: 5px;
	padding-left: 5px;
	border-right-color: #00824A;
}
