#lang_sel {height:32px; .position:absolute; z-index:9; .top:0px; .left:0px; /*font-family:arial, sans-serif;*/}

/* 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; }

#lang_sel ul{position: absolute; top:-30px; left:0px; width:100px;
}

#lang_sel ul ul {
	position: absolute;
	top:35px;
	left: 0px;
	padding:0px !important;
	margin:0px !important;
	list-style-type:none !important; /*width:200px;*/
	left: -5px;
	width:100px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel li {float:left;/*width:149px;*/position:relative;}

/* style the links for the top level */
#lang_sel a, #lang_sel a:visited {/*display:block;*/font-size:12px;text-decoration:none !important; color:#fff; /*border:1px solid #000; background:#09c; */padding-left:10px; }


/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel table {position:absolute; top:0px; left:0px; /*border-collapse:collapse;*/width:100px;}


/* style the top level hover */
#lang_sel a:hover, #lang_sel ul ul a:hover{color:#000; /*background:#ccc;*/}
#lang_sel :hover > a, #lang_sel ul ul :hover > a {color:#000; /*background:#ccc;*/}


