﻿ .catlist
    {
        float: left;
        width: 182px;
        font-size: 14px;
    }
    .catlist ul li a:hover
    {
        /*text-decoration: none;
        background: url(/en/Skins/default/Img/tit3ns.gif) 0 no-repeat;*/
        display: block;
    }
    .catlist ul li span a:hover
    {
        
        display: block;
        /*background-color: red;*/
    }
    .catlist a
    {
        color: #ffffff;
        width: 137px;
       
    }
    
    .catlist ul li
    {
        width: 182px;
        list-style: none;
        line-height: 33px;
        overflow: hidden;
        border-bottom-style: solid;
        border-bottom-color: #00BFFF;
        border-bottom-width: 1px;
    }
    .catlist ul li ul
    {
        display: none;
    }
    .catlist ul li.li1
    {
        width: 182px;
        background: url(/en/Skins/default/Img/tit3n.gif) 0 -5px  no-repeat;
    }
    .catlist ul li.li1 a.a1
    {
        color: #ffffff;
        font-weight: bold;
        padding-left: 45px;
    }
    .catlist ul li.li2
    {
        height: 33px;
        line-height: 33px;
        background: #0096E0;
        width: 182px;
        overflow: hidden;
    }
    .catlist ul li.li2 a
    {
        line-height: 33px;
        background: url(/en/Skins/default/Img/Login/cpl_li.gif) 26px no-repeat ;
        padding-left: 45px;
        width: 182px;
    }
    
    .catlist ul li.liOpen
    {
        background: url(/en/Skins/default/Img/tit3ns.gif) 0 -5px ;
        background-repeat: no-repeat;
        background-attachment: scroll;
        width: 182px;
    }
    .catlist ul li.li1 li.liOpen
    {
        width: 182px;
        background:red;
        background-repeat: no-repeat;
    }