#topnav {
	height: 45px;
	width: 750px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 20;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background-image: url(images/header.jpg);
	top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

#topnav ul {
	padding: 0px;
	margin: 0;
	list-style: none;
} 

#topnav a {
	display: block;
	width: 125px;
	color: #FFFFFF;
	text-decoration: none;
}

#topnav ul li {
	height: 22px;
	width: 125px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 23px;
	padding-bottom: 0px;
	margin: 0px;
	position: relative;
	text-align: center;
	float: left;
	background-image: url(images/button_off.jpg);
	font-weight: bold;
	display: block;
	}
#topnav ul li:hover {
	height: 22px;
	width: 125px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: relative;
	text-align: center;
	float: left;
	padding-top: 23px;
	padding-bottom: 0px;
	background: url(images/button_on.jpg);
	font-weight: bold;
	display: block;
	}
#topnav ul li.sfhover {
	height: 22px;
	width: 125px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: relative;
	text-align: center;
	float: left;
	padding-top: 23px;
	padding-bottom: 0px;
	background: url(images/button_on.jpg);
	font-weight: bold;
	display: block;
	}	


#topnav ul ul li {
	font-size: 12px;
	color: #D6DDEF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px 8px 0px 14px;
	width: 125px;
	height: 18px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	white-space: nowrap;
	top: 12px;
	}

#topnav ul ul li:hover {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px 8px 0px 14px;
	background-color: #8D2D03;
	width: 125px;
	height: 18px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	white-space: nowrap;
	top: 12px;
}
#topnav ul ul li.sfhover {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px 8px 0px 14px;
	background-color: #8D2D03;
	width: 125px;
	height: 18px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	white-space: nowrap;
	top: 12px;
}

#topnav li ul {
	position: absolute;
	width: 101px;
	left: -999em;
	top: 33px;
} 
#topnav li:hover ul {
	left: -0px;
	width: 101px;

}
#topnav li.sfhover ul {
	left: -0px;
	width: 101px;
} 
