/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.LanguageMenu {
	font-family: Arial, Helvetica, sans-serif;
	width:900px;
	height:50px;
	position:relative;
	font-size:12px;
	z-index:100;
	font-weight: bold;
	margin: auto;
}
.LanguageMenu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:130px;
	text-align:left;
	color:#000000;
	border:0px solid #333333;
	line-height:34px;
	font-size:12px;
	overflow:hidden;
	background-color: #E8E8E8;
	height: 34px;
	padding-left: 40px;
}
.LanguageMenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	width: 150px;
}
.LanguageMenu ul li {
	float:left;
	position:relative;
}
.LanguageMenu ul li ul {
	display: none;
	list-style-image: none;
	font-weight: normal;
}

/* specific to non IE browsers */
.LanguageMenu ul li:hover a {
	color:#000000;
	background-color: #CCCCCC;
}
.LanguageMenu ul li:hover ul {
	display:block;
	position:absolute;
	top:34px;
	left:10px;
	width:100px;
}
.LanguageMenu ul li:hover ul li a.hide {
	color:#fff;
	background-color: #CCCCCC;
}
.LanguageMenu ul li:hover ul li:hover a.hide {
	color:#000;
	background-color: #CCCCCC;
}
.LanguageMenu ul li:hover ul li ul {display: none;}
.LanguageMenu ul li:hover ul li a {
	display:block;
	color:#000;
	background-color: #E8E8E8;
	padding-left: 40px;
	width: 100px;
}
.LanguageMenu ul li:hover ul li a:hover {
	color:#000;
	background-color: #CCCCCC;
}
.LanguageMenu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:100px;
	top:0;
}
.LanguageMenu ul li:hover ul li:hover ul.left {
	left:-150px;
}
.LanguageMenu img {
	position: absolute;
	top: 5px;
	left: 5px;
}
.LanguageMenu img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
