#nav {
	list-style-type: none;
}
#nav a {
	display: block;
	text-align:center;
}
#nav a:link {
	text-decoration:none;
}
#nav a:visited {
	text-decoration:none;
}
#nav a:hover {
	text-decoration:none;
	font-weight:bold;
}
#nav li {
	float: left;
	padding-bottom: 12px;
}
#nav li a:hover {
}
#nav li ul {
	line-height: 27px;
	list-style-type: none;
	text-align:left;
	left: -999em;
	width: 200px;
	position: absolute;
	margin-top: 8px;
	filter: Alpha(Opacity=90);
}
#nav li ul li {
	float: left;
	background: #F6F6F6;
	padding: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#nav li ul a {
	display: block;
	text-align:left;
	padding-left:24px;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	width: 160px;
	background-color: #F1F3F5;
}
#nav li ul a:link {
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
#nav li ul a:visited {
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
#nav li ul a:hover {
	font-size: 12px;
	text-decoration:none;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #3468AF;
}
#nav li:hover ul {
	left: auto;
	
}
#nav li.sfhover ul {
	left: auto;
}
#content {
	clear: left;
}
