<style type="text/css">
<!--
*{margin:0;padding:0;}
body {
	font-family: arial, ËÎÌå, serif;
        font-size:12px;
}


#nav {
	 line-height: 24px;  list-style-type: none; background:#666;
}

#nav a {
	display: block; width:80px; text-align:center;
}

#nav a:link  {
	color:#666; text-decoration:none;
}
#nav a:visited  {
	color:#fff;text-decoration:none;
}
#nav a:hover  {
	color:#000;text-decoration:none;font-weight:bold;
}

#nav li {
	float: right; width:80px; background:#000;
}
#nav li a:hover{
	background:#fff;
}
#nav li ul {
	line-height: 27px;  list-style-type: none;text-align:left;
	left: -999em; width:80px; position: absolute; 
}
#nav li ul li{
	float: left; width:80px;
	background: #F6F6F6; 
}


#nav li ul a{
	display: block; width:80px;w\idth:80px;text-align:left;padding-left:16px;
}

#nav li ul a:link  {
	color:#666; text-decoration:none;
}
#nav li ul a:visited  {
	color:#666;text-decoration:none;
}
#nav li ul a:hover  {
	color:#F3F3F3;text-decoration:none;font-weight:normal;
	background:#c11644;
}

#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#content {
	clear: left; 
}


-->
		</style>