
.WebLink {
    margin-bottom: 10px;
}
.WebLink .HeadLink {
    /* background: url("images/gr.png") no-repeat scroll right center, url("images/gl.png") repeat-x scroll left center; */
    border-radius: 5px 5px 0 0;
    height: 23px;
    padding-bottom: 5px;
    background: #005bcc url(images/t.png) no-repeat scroll right 5px center;
}
.WebLink .HeadLink .Title {
    color: #ffffff;
    font: bold 14px/27px arial;
    padding-left: 15px;
    white-space: nowrap;
}
.WebLink .Content {
    padding: 5px;
}
.WebLink .Content ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
