/**
 * jQuery-Plugin "language-selection" to replace a language-selection with a list
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery.lang-select.css
 * @author Leiv Bergmann
 * @date March 19, 2009
 * @category jQuery plugin
 * @copyright (c) 2009 Leiv Bergmann
 */
#head_lang 			{ position:absolute; margin:130px 0 0 31px; z-index:100; width:122px; }
#head_lang_selected { float:left; background:#FFF url(../images/btn_lang_select.gif) no-repeat right top; padding:0 0 0 7px; line-height:18px; border:1px solid #A5ACB2; }
#head_lang_selected div { padding:0 22px 0 26px; background-position:0 3px; background-repeat:no-repeat; }
#head_lang_overlay 	{ position:absolute; top:0; left:0; z-index:90; width:100%; height:500px; }

#head_lang ul { clear:left; padding:0; margin:0; list-style:none; border:1px solid #A5ACB2; }
#head_lang li { background-position:7px 3px; background-repeat:no-repeat; background-color:#FFF; margin:0; padding:0 0 0 34px; line-height:18px; }

