/**/
h3{
    display: block;
    overflow: hidden;
    text-decoration: none;
    font-size: 110%;
    background-image: url(../parts/images/icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0px auto;
    text-indent: 20px;
    padding: 6px 0px;
}

.menu_list {
    width: 250px;
    margin: 10px 0px 10px 20px;
    float:left;
    overflow: hidden;
/*    border: 1px dotted #000000; */
}

.menu_list li {
    overflow: hidden;
    list-style-type: none;
}

.menu_list li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    background-image: url(../parts/images/cir.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 80%;
    margin: 0px auto;
    text-indent: 20px;
    padding: 6px 0px;
}

