<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
ul { list-style-type:none; height:30px; font-size:15px; background-color:Aqua; font-weight:bold;}
ul li { float:left;}
li a{ text-decoration:none; color:#666666; display:block; width:100px; height:30px;
line-height:30px; text-align:center;}
li a:hover{ background-color:#000000; color:Red;}
li ul{ background:#e0e0e0; border:2px solid #0079b2; display:none; height:auto;
position:absolute; width:100px; z-index:200px;}