#topnav li:hover, #topnav li.hover { 
position: static; 
background-position: 0 0;
} 
 

#topnav {
	height: 40px;
	width: 770px;
	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/nav.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}

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

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

#topnav ul li {
	font-size: 14px;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	position: relative;
	text-align: center;
	float: left;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFBCAE;
	top: 5px;
	}
#topnav ul li:hover {
	font-size: 14px;
	color: #002535;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	position: relative;
	text-align: center;
	float: left;
	background-color: #9D7F5B;
	}
#topnav ul li.sfhover {
	font-size: 14px;
	color: #002535;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	position: relative;
	text-align: center;
	float: left;
	background-color: #9D7F5B;
	}	
#topnav ul ul li {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	padding: 4px 0px 0px 14px;
	background-color: #598DAC;
	height: 22px;
	width: 150px;
	text-align: left;
	white-space: nowrap;
	width: 164px;
	height: 26px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	white-space: nowrap;
	}

#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;
	padding: 4px 0px 0px 14px;
	background-color: #B2895D;
	height: 22px;
	width: 150px;
	text-align: left;
	white-space: nowrap;
	width: 164px;
	height: 26px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	white-space: nowrap;
}
#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;
	padding: 4px 0px 0px 14px;
	background-color: #B2895D;
	height: 22px;
	width: 150px;
	text-align: left;
	white-space: nowrap;
	width: 164px;
	height: 26px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	white-space: nowrap;
}

#topnav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	top: 29px;
} 
#topnav li:hover ul {
	left: -37px;
	width: 150px;

}
#topnav li.sfhover ul {
	left: -37px;
	width: 150px;
} 

