#lngmenu { position:relative; margin:0 0 0 auto; font-size:13px; text-align:left; border:solid 1px #999999; border-radius:3px; background:white url(img/select-down.png) right center no-repeat; cursor:pointer; }
	#lngmenu_itm { padding:0 0 0 37px; margin:0 25px 0 0; height:20px; background-position:3px center; background-repeat:no-repeat; background-size:30px 15px; overflow:hidden; white-space:nowrap; }
	#lngmenu_sub { position:absolute; width:100%; padding:0; margin:0; background-color:white; border:solid 1px #999999; border-radius:3px; overflow:hidden; z-index:10; }
		#lngmenu_sub ul { padding:0; margin:0; list-style:none; }
		#lngmenu_sub li div { padding:15px 10px 15px 72px; margin:0; height:auto; min-height:30px; cursor:pointer; background-position:7px center; background-repeat:no-repeat; background-size:60px 30px; line-height:17px; }
		#lngmenu_sub li span { display:table-cell; height:30px; vertical-align:middle; }
		#lngmenu_sub li:hover { color:black; background:#ffb92d; background:-moz-linear-gradient(top,  #ffb92d 0%, #dcaa2d 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb92d), color-stop(100%,#dcaa2d)); background:-webkit-linear-gradient(top,  #ffb92d 0%,#dcaa2d 100%); background:-o-linear-gradient(top,  #ffb92d 0%,#dcaa2d 100%); background:-ms-linear-gradient(top,  #ffb92d 0%,#dcaa2d 100%); background:linear-gradient(to bottom,  #ffb92d 0%,#dcaa2d 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb92d', endColorstr='#dcaa2d',GradientType=0); }
