﻿.listtitle {
    height: 35px;
    line-height: 35px;
    background: url(/Images/listtitle.png) no-repeat left center;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
}
.MinTable {
    height: 500px;
    width: 100%;
}

.listtextleft {
    width: 230px;
    height: auto;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    color: #ccc;
    background: #f8fafc;
}
.textleftlist {
    width: 220px;
    margin: 0px auto;
}
li {
    list-style: none;
}
.normalmenu {
    cursor: pointer;
}
.clear {
    clear: both;
}
.listleft1 {
    width: 710px;
    float: right;
}
.highlightmenu {
    background: #d4e8fb;
    font-weight: bold;
}
a {
    text-decoration: none;
    color: #333;
}