.WebLink {
    margin: 10px 0;
}
.WebLink .HeadLink {
    //background: #0681c9 url(Images/bar.png) no-repeat scroll right center;
    //border-radius: 5px 5px 0 0;
    //height: 26px;
  	background: #1A4534;
    /* border-radius: 5px 5px 0 0; */
    height: 26px;
}
.WebLink .HeadLink .Title {
    //font-size: 13px;
    //font-weight: bold;
    //text-transform: uppercase;
    //white-space: nowrap;
    //padding-left: 20px;
    //line-height: 26px;
    //color: #ffffff;
  	font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 20px;
    line-height: 26px;
    color: #ECD40D;
}
.WebLink .Content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}