/* CSS Document */


/* Menunderbar is the navigation under the top tabs and bar. */

.menunderbar ul
{
	padding : 0;
	margin : 0;
	color: #878785;
	text-decoration: none;
	left: 68px;
	top: 97px;
	width: 561px;
	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: 0.7em;
	font-weight: bold;
	margin-left: 45px;
}

.menunderbar ul li a.goldtext, .menunderbar ul li a.goldtext:visited, .menunderbar ul li a.goldtext:hover
{
	color: #FF9900;
}

/* 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:#F09100;
	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: #521C78;
}

