﻿#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: medium;
	font-family: Calibri;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}
#footer {
	font-family: "Century Gothic";
	font-size: x-small;
	background-color: #FFFFFF;
	width: 840px;
	height: 20px;
	font-variant: normal;
}
#top_nav_li {
	float: left;
	width: 10em;
	font-family: Calibri;
	font-size: 13px;
	font-variant: normal;
	font-weight: bold;
	text-align: left;
	word-spacing: normal;
	vertical-align: middle;
}
#nav_li_ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
menu {
	font-family: Calibri;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
}
