@charset "ISO-8859-1";
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

#nav a {
	display: block;
	color: #444444;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(menu.gif);
	background-repeat: no-repeat;
}
#nav a:hover {
	color: #444444;
	text-decoration: none;
	background-image: url(menu-high.gif);
	background-repeat: no-repeat;
}

#nav li {
	float: left;
	}


#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0068b4;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul a {
	background-image: url(submenu.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0068b4;
	width: 150px;
	height: 16px;
	font-size: 10px;
	line-height: 15px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0068b4;
}

