h1 { 
	font-family:Helvetica, Verdana,  Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

#foxmenucontainer{
	height:24px;
	background:#FFF;
	display:block;
	padding:0px 0 0 27px;
	
	}

div.foxmenucontent
{
width:820px;
margin-left:auto;margin-right:auto;
padding-top:0px;
height:24px;

}
#foxmenu{
	position:relative;
	display:block;
	height:75px;
	font-size:11px;
	font-weight:bold;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	float:left;
	}

#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:#333;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:19px;
	border-left-style:dotted;
	border-left-width:thin;
	border-left-color:#EEE;
	}

#foxmenu ul li a:hover{
	color:#333;
		text-decoration:underline;
	}
	
.finallink{

	border-right-style:dotted;
	border-right-width:thin;
	border-right-color:#333;
	
}
backup#foxmenu ul li a:hover{
	color:#333;
	background:transparent url(imgs/foxmenu_bg-OVER.gif) no-repeat top right;
	
	}

#foxmenu ul li a.current,#foxmenu ul li a.current:hover{
	background:#FFF;

	}

