#lang_sel {height:32px; position:relative; z-index:99;  font-family: verdana, arial, sans-serif; width:150px !important; margin:0 auto; margin-top:10px; font-size:11px !important;}
/* hack to correct IE5.5 faulty box model */
* html #lang_sel {width:12em; w\idth:12em;}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel ul, #lang_sel li {padding:0 !important; margin:0 !important; list-style-type:none !important;  text-align:center;}
#lang_sel li:before{content:'' !important;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

/* style the links for the top level */
#lang_sel a, #lang_sel a:visited {display:block;font-size:11px !important;text-decoration:none !important; text-shadow:none !important; color:#444444; border:1px solid #cdcdcd; background:#E4E4E6; padding:5px 15px 5px 8px; text-transform:capitalize;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel a, * html #lang_sel a:visited {width:149px; w\idth:138px; font-size:11px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
/*#lang_sel ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:150px;}*/

/* another hack for IE5.5 */
* html #lang_sel ul ul {top:18px;t\op:19px;}



#lang_sel a.lang_sel_sel{
    background:url(../img/nav-arrow-down.png) #E4E4E6 right no-repeat;
    color:#444;
	text-transform:capitalize;
	font-size:11px;
	text-shadow:none !important;
	padding:5px 15px 5px 8px;
}
#lang_sel a.lang_sel_sel:hover{
    text-decoration: none;
    color:#000;
	padding:5px 15px 5px 8px;
}

/* make the second level visible when hover on first level list OR link */
#lang_sel ul li:hover ul,
#lang_sel ul a:hover ul{visibility:visible; }

#lang_sel img.iclflag{width:17px;height:11px;position:relative; top: 3px; font-size:11px;}





#lang_sel_footer {
  margin: 0;
  padding: 7px;
  text-align: center;
  border: 1px solid #fff;
  font: 11px Verdana, sans-serif;
  height: 15px;
  clear: both;
  background-color: #fff;
  border: 1px solid #cdcdcd;
}

#lang_sel_footer ul {
  list-style: none;
  margin:0;
  padding:0;
}

#lang_sel_footer ul li img {
  position: relative;
  top: 1px;
  width: 18px;
  height: 12px;
}

#lang_sel_footer ul li {
  display:inline;
  margin:0 1px 0 0;
  padding:0;
}

#lang_sel_footer ul li a, #lang_sel_footer ul li a:visited {
  text-decoration: none;
  padding: 5px 10px;
}

#lang_sel_footer ul li a:hover, #lang_sel_footer ul li a:active {}

#wpml_credit_footer { width: 100%; margin: 10px 0; padding: 0; text-align: center; font-size: 11px; }

