/*h1 {
	font-family:Verdana, Arial, Helvetica, 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{
	
    background-repeat:repeat-y;
	display:block;
	padding: 0px 0px 0px 0px;
	
	}

#foxmenu{
	
    position:relative;
	display:block;
	height:0px;
	width:100%;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	}

#foxmenu ul{
	background-image:url('/Files/menu-styles/style2/foxmenu_bg-OFF.gif');
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#foxmenu ul li{
	display:block;
	float:left;
	margin:0 0px 0 0; /* second number makes spaces between links */
	}

#foxmenu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:0px 20px 0px 20px;
	height:21px;
	background:transparent url(foxmenu_bg-OFF.gif) no-repeat top left;
	}

#foxmenu ul li a:hover{
	color:#fff;
	background:transparent url(foxmenu_bg-OVER.gif) no-repeat top right;
	}

#foxmenu ul li a.current,#foxmenu ul li a.current:hover{
	color:#000;
	background:#fff;
	}
	
/*teli added below */	
.navbg {
margin-top:0px;
margin-bottom:0px;
background-image:url(foxmenu_bg-OFF.gif);
background-repeat:repeat-x;
width:100%;
height:21px; /*should probably be 21 last was 30 just made it to zero oct 3 2009*/
}

.navbg_bottom {
margin-top:0px;
margin-bottom:0px;
background-image:url(foxmenu_bg-OFF_bottom.gif);
background-repeat:repeat-x;
width:100%;
height:21px; /*should probably be 21 last was 30 just made it to zero oct 3 2009*/
}


#foxmenu_bottom{
	
    position:relative;
	display:block;
	height:0px;
	width:100%;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	}

#foxmenu_bottom ul{
	background-image:url('/Files/menu-styles/style2/foxmenu_bg-OFF_bottom.gif');
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#foxmenu_bottom ul li{
	display:block;
	float:left;
	margin:0 0px 0 0; /* second number makes spaces between links */
	}

#foxmenu_bottom ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:0px 20px 0px 20px;
	height:21px;
	background:transparent url('foxmenu_bg-OFF_bottom.gif') no-repeat top left;
	}

#foxmenu_bottom ul li a:hover{
	color:#fff;
	background:transparent url('foxmenu_bg-OVER_bottom.gif') no-repeat top right;
	}

#foxmenu_bottom ul li a.current,#foxmenu_bottom ul li a.current:hover{
	color:#000;
	background:#fff;
	}
	
	
#foxmenucontainer_bottom{
	
    background-repeat:repeat-y;
	display:block;
	padding: 0px 0px 0px 0px;
	
	}
