@charset "utf-8";
.dropdown {outline:none;display:inline-block;*display:inline;}
.dropdown h4{cursor:default; text-indent:5px; margin:0; padding:0;}
.dropdown * {-moz-user-select:none;}
.dropdown h4.over {}
.dropdown div {display:block; /*fix bug*/}
.dropdown ul{position:absolute;display:none;margin:0;padding:0;float:left;clear:both;}
.dropdown ul li{text-indent:5px;margin:0;padding:0;list-style:none;display:block;cursor:default;}
.dropdown ul li.over{}
.dropselectbox {display:inline;}
/* write you style here */
.dropdown h4{ width:227px; height:25px; line-height:25px; color:#cbcbcb; background:url(../images/common/foot_xiala.jpg) no-repeat;}
/*.dropdown h4.over{border-color:#369; background-image:url(droparrowover.gif);}
.dropdown h4.current{border-color:#003;}*/
.dropdown ul{ width:225px !important;border:1px solid #AAA; background:#FFF;}
.dropdown ul li{background:#FFF;height:19px; line-height:19px;}
.dropdown ul li.over{background:#369; color:#FFF;}

