/* CSS Document */
.second-menu
{
    width: 240px;
    float: left;
    clear: both;
}
.second-menu-title
{
    width: 220px;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: "微软雅黑","宋体";
    background: url(../image/menu_title.jpg) no-repeat;
}
.second-menu-ct
{
    width: 240px;
    background: url(../image/con-bg.jpg) repeat-y;
    min-height: 380px;
    _height: 380px;
}
.second-menu-bottom
{
    width: 240px;
    height: 85px;
    float: left;
    clear: both;
    background: url(../image/menu-ct-bg.jpg) left bottom no-repeat;
}