ul.currency_switcher { overflow: hidden; zoom: 1; list-style: outside none; }
ul.currency_switcher li { float: left; margin: 0px 4px 4px 0px; list-style: outside none; }
ul.currency_switcher li a { float: left; padding: 3px 5px; border: 1px solid rgb(204, 204, 204); border-radius: 3px; }
ul.currency_switcher li a.active, ul.currency_switcher li a:hover { background: rgb(221, 221, 221); }
