.widget_site_switcher_widget { float: left; width: auto; position: relative; }

#site-switcher-wrapper { position: relative; }
#site-switcher-wrapper a { position: relative; z-index: 100000; }
#site-switcher-wrapper a img { position: relative; top: 5px; left: 6px; margin-right: 10px; }
#site-switcher-wrapper a i { position: relative; top: 2px; margin-left: 4px; }

#site-switcher-list { background: white; position: absolute; width: auto; z-index: 99999; top: 0px; opacity: 0; right: -25px; padding: 0;
  	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
/*#site-switcher-list.active { top: 44px; opacity: 1; }*/
#site-switcher-list ul { display: block; }
#site-switcher-list ul li { float: left; width: 100%; }
#site-switcher-list ul li img { position: relative; top: 6px; margin-right: 10px; }
#site-switcher-list ul li a { margin: 0; width: 100%; display: block; text-align: left; }