.clear {
	clear: both;
}

#langSwitch {
	font-family: Arial, Helvetica, sans-serif;
	width: 963px;
	height: 18px;
	margin: 8px 0 0px 0;
	_margin: 6px 0 0px 0;
	padding: 0px;
	font-size: 9px;
	position: relative;
	z-index: 99999999;
}

#languageMenu {
	float: right;
	_width: 190px;
	width: 200px;
	_height: 21px;
}

#languageMenu p {
	float: left;
	margin: 0 8px 0 0;
}

#langSwitch a {
	text-decoration: none;
}

ul#languageSelector {
	margin: 0px;
	padding: 0px;
	float: right;
}

ul#languageSelector li {
	margin: 0px;
	padding: 0px;
    position: relative;
    list-style: none;
    color: #898070;
    width: 88px;
}

	
ul#languageSelector a#selected-language {
    cursor: pointer;
	display: block;
    padding: 0px 0px 0px 5px;
    width: 83px;
	height: 18px;
	background-image: url("/_assets/_img/lang_menu_bg.gif");
	color:#898070;
}

ul#languageSelector li a#selected-language:hover {
	background-position: 0 -18px;

}

ul#languageSelector ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 88px;
    /*height: auto;*/
    position: absolute;
    text-transform: uppercase;
    background: #716d66; 
}

ul#languageSelector ul li {
	margin: 0px 0 0 0px;
    display: block;
    background: #716d66;
}

ul#languageSelector ul li a {
    text-decoration: none;
    display: block;
    padding: 3px 0 3px 14px;
    color: #898070;
}

ul#languageSelector ul li a:hover {
    background: #AEA89B;

}


ul#languageSelector:hover ul li:hover a {
	cursor: pointer;
    color: #ffffff;
    background: #AEA89B;
}
