/* CSS Document */
/* CSS Document */
ul,li{padding:0px;margin:0px;list-style-type: none;}

/*导航菜单*/
/*-------- 下拉菜单 --------------*/
.dropMenu {width: 172px;position:absolute;top: 0;z-index:100;visibility: hidden; margin-top: -1px;background:#fefefe; border:1px #ccc solid;}
.dropMenu li {width: 100%;}
.dropMenu li a {width: 100%; height:33px; line-height:33px;display: block;text-align:center;color:#373534;}
.dropMenu a:hover {width: 100%; height:33px;text-decoration: none;color:#373534; background:#ffc600;color:#fff;}