﻿.menu_list
{
    margin:0;
    width:200px;
}
.menu_head
{
    width: 162px;
    height: 47px;
    line-height: 47px;
    padding-left: 38px;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    position: relative;
    font-weight: bold;
    background: #f1f1f1 url(../images/pro_left.png) center right no-repeat;
    margin: 0;
}
.menu_list .current
{
    background: #990000 url(../images/pro_down.png) no-repeat right;
    color: #FFFFFF;
}
.menu_body
{
    width:200px;
    height:auto;
    overflow:hidden;
    line-height:38px;
    border-left:1px solid #e1e1e1;
    background-color:#fff;
    border-right:1px solid #e1e1e1;
}
.menu_body a
{
    display:block;
    width:200px;
    height:38px;
    line-height:38px;
    padding-left:38px;
    color:#000000;
    background:#fff;
    text-decoration:none;
    border-bottom:1px solid #e1e1e1;
}
.menu_body a:hover
{
    text-decoration: none;
    background-color: #990000;
    color: #FFFFFF;
}
