﻿@charset "utf-8";
.xiala ul { display:none; width:170px; height:auto; background:url(/images/ctoptext.png) repeat; position:absolute; z-index:999; margin:0px; padding:10px;opacity:0.8;}
.xiala ul li {margin:0px; text-align:center; width:170px; line-height:30px;height:30px; float:left; background:url(/images/xldian.png) no-repeat 5px center; padding-left:5px;}
.xiala ul li a { font-weight:normal; font-size:14px;color:#fff; text-align:left; line-height:30px; float:left; height:30px; width:170px;}
.xiala ul li a:hover{text-decoration:underline; background:none; color:#fdee00;}
/*
$('.xiala').mousemove(function () {
                $(this).find('ul').slideDown();//you can give it a speed
            });
            $('.xiala').mouseleave(function () {
                $(this).find('ul').slideUp("fast");
            });
    */