.WebLink {
        margin: 10px 0;
        background-color:#fff;
        margin-top: 0;
}
.WebLink .HeadLink {
        height: 30px;
        border-bottom: 2px solid #166eca;
        margin-bottom: 0;
        line-height: 12px;
        position: relative;
        display: None;
}
.WebLink .HeadLink .Title {
        color: white;
        display: inline-block;
        font: bold 16px/30px arial;
        padding: 0px 10px 0px 10px;
        text-transform: uppercase;
        white-space: nowrap;
        background: #166eca;
        position: relative;
        /* background-image: url(images/logo_title.png); */
        background-position: left center;
        background-position-x: 5px;
        background-repeat: no-repeat;
}
.WebLink .HeadLink .Title:before {
        position: absolute;
        content: '';
        left: 100%;
        bottom: 0;
        width: 20px;
        height: 100%;
        display: inline-block;
        border-bottom: 30px #166eca solid;
        border-left: 0px transparent solid;
        border-right: 18px transparent solid;
}
.WebLink .Content ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        background: none !important;
        padding: 5px 10px !important;
        width: 100% !important;
        border: 1px solid #ddd;
        width: 100%;
}
.RadComboBox table td.rcbArrowCell{
	display: none
}
tr.rcbReadOnly {
        border: 1px solid #ddd;
        border-radius: 3px;
}
.RadComboBox .rcbEmptyMessage {
        font-style: normal !important;
        color: #444444 !important;
}
.RadComboBoxDropDown .rcbList>li {
        padding: 10px;
}
.RadComboBox *{
        font-size: 14px !important;
}
@media (max-width: 768px){
        .WebLink{
        	padding: 15px 10px!important;
                display:none
        }
}