/* ================================================================ 
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/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



/* style the outer div to give it width */
.langmenu {
	position:absolute;
	z-index:150;
	top:0;
	right:0;
	margin:0;
	padding:0;
	border:0;
	display:block;
	width:190px;

}


/* remove all the bullets, borders and padding from the default list styling */
.langmenu ul {
	zoom:1;
	padding:0;
	margin:0;
	border:0;
	text-indent:0;
	list-style-type:none;
	
}


.langmenu ul ul {
	border:0;
	margin:0;
	padding:0;	
	background-color:#2b2b2b;
	border:1px solid #383838 !important;
	display:block !important;
	visibility:hidden;/* hide the sub levels and give them a positon absolute so that they take up no room */
	position:absolute;
	height:0;
	top:40px;
	right:0; 
	padding-bottom:4px;
}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.langmenu li {

	display:block;
	border:0;
	padding:0;
	margin:0;
}


.langmenu ul ul li {
	float:none !important;
	color:#757575;
	font-size:11px;
	font-weight:normal;
	margin:0 !important;
	width:140px;
	padding-left:10px !important;
	padding-right:10px !important;
	padding-top:3px !important;
	padding-bottom:3px !important;
}

.langmenu ul ul li a{
	color:#fff; 
	float:none !important;	
	font-weight:bold;
	float:none !important;
	display:inline !important;
	margin:0 !important;
	padding:0 !important;
	width:auto !important;
}

/* style the links for the top level */
.langmenu a, .langmenu a:visited {
	float:right;
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	width:22px; 
	height:32px; 
	padding-left:10px; 
	background-image:url(/img/main/lang_icon.gif);
	background-color:#454545;
	background-image:url(/img/main/lang_icon_brd.gif);
	background-repeat:no-repeat;
	background-position:4px center;
	background-position:left center;
	padding-left:32px;
	padding-top:8px;
	/*border-left:1px solid #686868;*/
	border-bottom:1px solid #303030;
}

.langmenu a span, .langmenu a:visited  span{
	background-image:url(/img/main/minidown.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:5px;
}


/* style the second level background */
.langmenu ul ul a.drop, .langmenu ul ul a.drop:visited {
	background-color:#949e7c;
	background-color:#f00;
}

/* style the second level hover */
.langmenu ul ul a.drop:hover{
	
}

.langmenu ul ul :hover > a.drop {
	
}



/* style the table so that it takes no part in the layout - required for IE to work */
.langmenu table {
	position:absolute; 
	top:0; 
	right:0;
	border:0;
	padding:0;
	margin:0;
}

/* style the second level links */
.langmenu ul ul a, .langmenu ul ul a:visited {
	height:auto; 
	width:100px;
	background:transparent;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	border:none;
}

/* style the top level hover */
.langmenu a:hover, .langmenu ul ul a:hover{
	color:#fff; 
	background-color:#2a2a2a;
}

.langmenu a:hover span {
	background-image:url(/img/main/miniup.gif);
	
}



.langmenu :hover > a, .langmenu ul ul :hover > a {
	
}

/* make the second level visible when hover on first level list OR link */
.langmenu ul li:hover ul, .langmenu ul a:hover ul {
	visibility:visible; 
	height:auto;
	border:1px solid #383838 !important;
}

.langmenu:hover  ul#langsw{
	top:40px;
	height:auto;
	background-color:#2b2b2b !important;
	visibility:visible !important;
}

.langmenu:hover  a.currentlang{
	background-color:#2b2b2b !important;
}

.langmenu:hover  a.currentlang span{
	background-image:url(/img/main/miniup.gif) !important;
}

.langmenu:hover {
	z-index:170;
}


