.ddcommon {
    cursor: default;
    display: inline-block;
    position: relative;
    width:260px !important;
}
.dd .arrow {
    background: url("../images/dd_arrow.png") no-repeat scroll center center #30D0AF;
    height: 20px;
    width: 20px;
}
.ddcommon .arrow {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.ddcommon .ddTitle .ddTitleText {
    display: block;
}
.dd .ddTitle {
    background: none repeat scroll 0 0 #E5EAEB;
    color: #959595;
    font-family: arial;
    font-size: 11px;
}
.ddcommon .ddTitle {
    display: inline-block;
    padding: 0;
    position: relative;
    width: 100%;
}
.ddcommon ul{width:259px;}
.ddcommon ul li {
    list-style-type: none;
    margin-bottom: 0;
    width: 250px;
}
.ddcommon ul li:hover{background:#c8d2d3; color:#959595;}
.ddcommon .clear{clear:both}
.dd .ddTitle .ddTitleText{padding:3px 20px 3px 5px;}
.dd .ddChild {
    left: 0;
    margin-top: 2px;
}
.dd .ddChild li {
    background-color: #E5EAEB;
    padding: 2px 5px;
}
.dd .ddChild li .ddlabel{color:#959595;}
#webmenu_msdd {
    width: 305px !important;
}