@charset "utf-8";
#nav{ width:1000px; height:30px; float:left;}
#nav ul{ float:left; width:1000px; height:30px;}
#nav ul li{ width:120px; height:30px; line-height:30px;font:14px/30px "微软雅黑";float:left;background:url(../images/navli.jpg) no-repeat;  text-align:center; color:#c29d85;position:relative;z-index:300;}
#nav ul li a{ width:120px; height:30px; float:left;color:#c29d85; padding:0px;}
#nav ul li a:hover{ width:120px; height:30px; float:left;color:#fff4db;}
#nav ul li ul{display:none;width:120px;position:absolute;left:0px; top:30px; background:none;background-color:#463e35;z-index:290;}
#nav ul li ul li{float:left;direction:inherit;width:120px;height:24px;font:12px/24px Arial, Helvetica, sans-serif; color:#CCC;  line-height:24px; text-align:center;background:none;background-color:#463e35; margin-right:5px; }
#nav ul li ul li a{float:left; width:120px;height:24px; line-height:24px;font-size:12px; color:#CCC; padding:0px;background:none;background-color:#463e35;}
#nav ul li ul li a:hover{width:120px;height:24px; float:left;color:#03fae5; text-decoration:none; background:none;background-color:#463e35;}
