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

hr {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	}

#foxmenucontainer{
	height:39px;
	display:block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	}

#foxmenu{
	position:relative;
	display:block;
	font-size:11px;
	font-weight:normal;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}

#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;
	height:33px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
	background-image: url(/img/foxmenu_bg-OFF1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 1px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 4;
	padding-left: 9px;
	}

#foxmenu ul li a:hover{
	color:#fff;
	background-image: url(/img/foxmenu_bg-OFF.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #003366;
	}

#foxmenu ul li a.current,#foxmenu ul li a.current:hover{
	color:#FFFFFF;
	background-image: url(/img/foxmenu_bg-Current3.jpg);
	height: 35px;
	background-position: left top;
	font-weight: normal;
	}

