.dd {float : left; width : 400px !important; height : 30px; border : 1px solid #141414; background : #fff; position : relative;}
.dd .ddTitle {position : relative;}
.dd .ddTitle span.arrow {position : absolute; top : 0px; right : 0px; width : 31px; height : 30px; cursor : pointer; background : url(../images/arrow_select.jpg) no-repeat;}
.dd .ddChild {position : absolute; top : 30px !important; left : -1px; width : 400px !important; height : auto !important; display : none; border : 1px solid #141414; background-color : #fff;}
.dd .ddChild a {display : block; padding : 2px 0 2px 10px; text-decoration : none;}
.dd .ddChild a:hover {background-color : #EBECEE; text-decoration : none;}
.dd .ddChild a.selected {background-color : #EBECEE;}
.dd span.ddTitleText {color : #000; line-height : 30px; padding-left : 5px;}
