h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

#foxmenucontainer{
	background: white;
	}

.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;
	}

span.foxmenuitem  a {
	display:block;
	float:left;
	color:#000069;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:24px;
	background:transparent url(foxmenu_bg-OVER.gif) no-repeat top left;
	}
	
span.foxmenuitem  a:visited {
	color:#000069;
	text-decoration:none;
	}

span.foxmenuitem a:hover{
	color:white;
	text-decoration:none;
	background:transparent url(foxmenu_bg-OFF.gif) no-repeat top right;
	}

span.foxmenuselecteditem {
	color:white;
	/*background:#fff;*/
	display:block;
	float:left;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:24px;
	background:transparent url(foxmenu_bg-OFF.gif) no-repeat top left;
}
