*{
	margin:0;
	padding:0;
}


#topnav {
	list-style-type: none;
	background:#666;
}

#topnav a {
	display: block;
	width: 107px;
	text-align:center;
	font-family: "ËÎÌå";
	font-size: 14px;
	line-height: 29px;
	color: #000000;
	text-decoration: none;
	margin-right: 1px;
}

#topnav li {
	float: left;
	width: 107px;
	margin-right: 1px;
}
#topnav li a:hover{
	background-color: #999;
	background-image: url(topnav_blue.gif);
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#topnav li ul {
	list-style-type: none;
	text-align:center;
	left: -999em;
	width: 107px;
	position: absolute;
	border: 1px solid #CCCCCC;
}
#topnav li ul li{
	float: left;
	width: 107px;
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
}


#topnav li ul a{
	display: block;
	width: 180px;
	w\idth: 107px;
	text-align:center;
	font-size: 12px;
}
#topnav li ul a:hover  {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#topnav li:hover ul {
 left: auto;
}
#topnav li.sfhover ul {
 left: auto;
}
#content {
 clear: left;
}
