﻿.menu_list
{
    width: 100%;
}
.divspliter {
    color: #000;
    cursor: pointer;
    font-weight: 700;
    line-height: 28px;
}
.menu_head
{
    border-radius: 1px;
    box-shadow: 0 0 5px #f5f5f5;
    height: 28px;
    padding-left: 10px;
    line-height: 28px;
    background: url(../images/plus.gif) 98% no-repeat #E1E7F4;
    color: #000;
    text-decoration: none;
    font-family: 'Monda' , sans-serif;
    margin: 2px 0;
    cursor: pointer;
}
.menu_head1
{
    border-radius: 1px;
    box-shadow: 0 0 5px #f5f5f5;
    height: 28px;
    padding-left: 10px;
    line-height: 28px;
    background-color: #E1E7F4;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Monda' , sans-serif;
    margin: 2px 0px;
}
.menu_head1 a
{
    color: #000;
    text-decoration: none;
}
.menu_body
{
    display: none;
    padding: 0 10px;
    background-color: #fff;
}
.menu_body a
{
    display: block;
    font-family: 'Monda' , sans-serif;
    font-size: 11px;
    color: #333;
    text-decoration: none;
    border-bottom: solid 1px #ccc;
    background: url(../images/bg-li.gif) no-repeat 0% #fff;
    padding-left: 10px;
}
.menu_body a:hover
{
    color: #000000;
    text-decoration: underline;
}
