body {
	font-family:arial;
}

a {
	text-decoration:none;
	color:#666;
}

a:hover {
/*		color:#e11;*/
}

#mod_lang_dropdown {
	/* cancel the default list style */
	list-style:none;
	margin:0;
	padding:0;
	width:140px;
	position:relative;
}

#mod_lang_dropdown li {
}

#mod_lang_dropdown li a.mod_lang_cls_parent {
	display:block;
	width:180px; height:40px;
	font-weight:700;
	padding:0 0 0 10px;
	line-height:35px;
	background:url(/modules/lang/images/parent.gif) 0px 0px no-repeat;
}

#mod_lang_dropdown li a.hover {
	background:url(/modules/lang/images/parent.gif) 0px -40px no-repeat;
}

#mod_lang_dropdown ul {

	/* cancel the default list style */
	margin:0;
	padding:0;
	list-style:none;
	display:none;

	/* make sure it has the highest z-index */
	position:absolute;
	left:0;
	top:200px;
	z-index:5000;
	background:#fff;
	width:180px;
	background:url(/modules/lang/images/child.gif) left bottom no-repeat;
}

#mod_lang_dropdown ul li {
	font-size:11px;
}

#mod_lang_dropdown ul li a {
	display:block;
	font-weight:600;
	padding:0 0 0 10px;
	height:30px;
	color:#fff;
}

#mod_lang_dropdown ul li a:hover {
	color:#e11
}

/* Footer Lang Links */

/* Let's center the div */
div.ws_mod_lang_horizontal {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.ws_mod_lang_horizontal ul {
    float:left;
    width:100%;
    margin:0;
    list-style-type:none;
}

div.ws_mod_lang_horizontal ul li a {
	float:left;
    width:auto;
	text-decoration:none;
	padding:0.2em;
	margin: 5px;
}

/* on adm side */
.ws_mod_lang_lang_switcher_adm {
	position:absolute;
    top: 40px;
    right: 0;
    width: 180px;
    padding: 5px
}

/* on public side */
.ws_mod_lang_lang_switcher {
    position:absolute;
    top: 20px; 
    right: 0;
    width: 180px;
}

#mod_lang_code {
    width: 180px;
}

