/*HIDE THE ORIGINAL SOURCE*/
 .source_select{width:200px; /*display:none;*/} /*Set the width of the fake droplist*/

 
/*RESET ALL MARGIN AND PADDING 4 LIST ELEMENT*/
.drop_down {background:#400;}
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; top: 0px; height:0px; overflow-y:auto; overflow-x:hidden;}

/*list element style*/
.dropdown dd ul a, .dropdown dd ul a:visited { color:#333; text-decoration:none; outline:none; }
.dropdown a:hover { color:#000;}
.dropdown dd ul { none repeat scroll 0 0; color:#f4f4f4; display:none; left:0px; padding:0; position:absolute; top:0px; min-width:80px; width:100%; slist-style:none;}

.dropdown dd ul li a {padding:4px; padding-left:10px; padding-top:5px; border:0px; display:block; background-color:#eee; width:100%;}
.dropdown dd ul li a:hover { background-color:#666; color:#fff;}

/*selected element style*/
.dropdown dt a, .dropdown dt a:visited{ color:#000; text-decoration:none; font-family:MyriadProCondensed; font-size:18px; }
.dropdown dt a {background:#f4f4f4 no-repeat scroll right center; display:block; padding-right:20px; border:1px dotted #F58220; width:100px; padding:5px; padding-left:10px; padding-right:0px;}
.dropdown dt a:hover { color:#fff; border: 1px solid #F58220; background:#555; border:1px dotted #F58220;}

.dropdown dt a span {cursor:pointer; display:block; }

.dropdown span.value { display:none;} /*value hide into the jquery list*/