/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#foxmenucontainer{height:24px;background:#ffffff;display:block;padding:5px 0 0 15px;}
#foxmenu{position:relative;display:block;height:24px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:5px 20px 0 20px;height:19px;background:transparent url(images/foxmenu_bg-0.gif) no-repeat top left;}
#foxmenu ul li a:hover{color:#fff;background:transparent url(images/foxmenu_bg-OVER.gif) no-repeat top right;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:transparent url(images/foxmenu_bg-OFF.gif);}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a {
	font-size: 10px;
	color: #006666;
	font-weight: bold;
}
a:visited {
	color: #267372;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
a:link {
	color: #267372;
	font-weight: bold;
	text-decoration: none;
}
.Stil1 {
	color: #CCCCCC;
	font-weight: bold;
}

p#pagelist a {
	font-size: 								10px;
	margin:									0px 0px;
	padding:								1px 4px 1px 4px;
	text-align:								center;
	border:									1px solid #CCCCCC;
	color:									#444444;
	text-decoration:						none;
}

p#pagelist a:hover, .pageactive {
	background-color:						#006666;
	border-color:							#cccccc;
	color:									#ffffff;
}

p#page a {
	padding:								1px 1px 1px 1px;
	text-align:								center;
	border:									1px solid #CCCCCC;
	color:									#444444;
	text-decoration:						none;
}

p#page a:hover, .pageactive {
	background-color:						#006666;
	border-color:							#cccccc;
	color:									#ffffff;
}

-->