<style type="text/css"> 
<!-- 
*{margin:0;padding:0;border:0;} 
body { 
font-family: ËÎÌå;
font-size:14px;
} 
#nav { 
line-height: 30px; list-style-type: none; background:#66B2FF; 
} 
#nav a { 
display: block; width: 80px; text-align:center;background:green;
} 
#nav a:link { 
color:#fff; text-decoration:none; 
} 
#nav a:visited { 
color:#fff;text-decoration:none; 
} 
#nav a:hover { 
color:#fff;text-decoration:none;font-weight:bold; 
} 
#nav li { 
float: left; width: 80px; background:#fff; 
} 
#nav li a:hover{ 
background:#66B2FF; 
} 
#nav li ul { 
line-height: 27px; list-style-type: none;text-align:left; 
left: -999em; width: 100px; position: absolute; 
} 
#nav li ul li{ 
float: left; width: 100px; 
background: #F6F6F6; 
} 
#nav li ul a{ wedisplay: block; width: 100px;text-align:left;padding-left:24px; 
} 
#nav li ul a:link { 
color:#fff; text-decoration:none; 
} 
#nav li ul a:visited { 
color:#fff;text-decoration:none; 
} 
#nav li ul a:hover { 
color:#fff;text-decoration:none;font-weight:normal; 
background:#66B2FF; 
} 
#nav li:hover ul { 
left: auto; 
} 
#nav li.sfhover ul { 
left: auto; 
}
#content { 
clear: left; 
}  
--> 
</style>