@charset "UTF-8";

div#langsel, div#sharesel {
	position: absolute;
	top: 0;
	right: 20px;
	width: 138px;
	height: 23px; 
	color: #aaa;
	text-align: center;
	line-height: 23px;
	cursor: pointer;
	z-index: 1;
}

div#langsel {
	right: 20px;
	background: #fff url('../g/lnghish.gif') top left no-repeat;
	}
	
div#sharesel {
	right: 160px;
	background: #fff url('../g/lnghish.gif') top right no-repeat;
	}
	
ul#lang, ul#share {
	display: none;
	margin: 0;
	padding: 4px 0;
	background: #eee;
	position: absolute;
	top: 23px;
	right: 4px;
	width: 130px;
	list-style: none;
}

ul#lang li, ul#share li {
	text-align: center;
	padding: 1px;
	display: block;
	background: #e8e8e8;
	}

ul#lang li a, ul#share li a {
	text-decoration: none;
	color: #777;
	display: block;
	width: 100%;
	height: 100%;
	padding: 1px 0;
	font-weight: normal;
	}

ul#lang li a:hover, ul#share li a:hover {
	text-decoration: none;
	color: #fff;
	background: #555;
	}

div#langsel:hover, div#langsel.hover {
	background-position: 0 -30px;
}

div#sharesel:hover, div#sharesel.hover {
	background-position: right -30px;
}

div#langsel:hover ul#lang, div#langsel.hover ul#lang, div#sharesel:hover ul#share, div#sharesel.hover ul#share {
	display: block;
	z-index: 9999;
	}