.msDropDown div { display:inline-block; color:#000000; text-align:left; }
.msDropDown { padding:2px 0 0 2px; width:auto; display:inline-block; position:absolute; }
.msDropDown .msDropDown_Child { border:1px solid #c3c3c3; display:none; width:auto; margin:0; padding:0; cursor:pointer; background-color:#FFFFFF; height:auto; overflow-y:auto; overflow-x:hidden }
.msDropDown .msEnabled { cursor:pointer }
.msDropDown .msDisabled { cursor:default; }
.msDropDown .msArrow { width:16px; height:16px; padding:1px 1px 3px 0; position:relative; float:right; background:url(../images/dd-arrow.gif) no-repeat; }
.msDropDown .msDropdownTitle { width:auto; display:inline-block; float:left; padding-top:2px; overflow:hidden; }
.msDropDown img { border:0 }
.msDropDown a img.icon { padding-right:2px; }
.msDropDown .msDropDown_Child a { padding:3px 0 3px 2px; text-decoration:none; ; display:block; height:auto; clear:both; margin:0; width:130%; }
.msDropDown .msDropDown_Child a, .msDropDown .msDropDown_Child a:visited { color:#000000; }
.msDropDown .msDropDown_Child a:hover { color:#000000; background-color:#66CCFF; }
.msDropDown .msDropDown_Child a.selected { color:#000000; background-color:#66CCFF; }