@charset "utf-8";
/* CSS Document */
#acMenu dt{
    display:block;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    border-bottom:#FFF 1px solid;
    cursor:pointer;
    background:url(images/i_swich.png) 177px -69px no-repeat;
    padding-right:15px;
	color:#FFF;
    }
#acMenu dd{
    background:#f2f2f2;
    width:100%;
    line-height:50px;
    text-align:center;
    border-bottom:#FFF 1px solid;
    display:none;
    }
#acMenu dd ul li{
    width:100%;
    line-height:50px;
    text-align:center;
    border-bottom:#ccc 1px solid;
	color:#333;
    }
#acMenu dd ul li a,
#acMenu dd ul li a:hover{
	color:#333;
    }
#acMenu dt.active{
    background:url(images/i_swich.png) 177px 18px no-repeat;
    }