.cmDiv * {
	margin:0;
	padding:0;	
	border:none;
	font-size: 9px;
	cursor: pointer;
}

.language_menu {
	background:none repeat scroll 0 0 #FEFEFE;
}

.language_menu a {
	width:100%;
}

div.cmDiv
{
	width:90px;
	float:right;
}
.clickMenu
{
	margin: 0;
	padding: 0;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	margin: 0;
	border: 1px solid #ccc;
	background-color: #eee;
	/*min-width: 145px;  ie doesnt know this :/ */
        width:120px;
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
}
.clickMenu div.outerbox
{
	display: none;
	min-width: 152px; /* firefox produces animation-flickering when the box is bigger than this :/ */
	position: absolute;
	top:-1px;
	left:-1px;
}
.clickMenu div.inner
{
	//top: 20px; /* for ie */
	left: -1px;
	margin: 0;
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}
.clickMenu li
{
	position: relative;
	padding: 5px;
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main
{
	background:url('/images/language_menu/language_arrow.png') no-repeat scroll 110px 8px transparent;
	float: left;
	padding: 3px;
	background-color: #eee;
	width:115px;
	//height: 20px; /* for ie */
}
.clickMenu li.main li
{
	z-index: 2;
	min-width: 78px;
}
.clickMenu li.hover
{
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	background-color: #fff;
}
.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickMenu a
{
	text-decoration: none;
	color: black;
}

html>body .innerbox
{
	margin: 0;
	display: inherit;
}

.flag {
	width:16px;
	height:11px;
	float:left;
	margin-right:5px;
	margin-top: 3px;
}

.icon span {
	padding-left:5px;
}

#headerLangToggle {

}

