
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}
.transMenu .content {
	position:absolute;
	left:0px;
	top:0px;
	margin-top:0px;
	float:right;
}
*:lang(en) .transMenu .content{
	margin-top:-15px;
}
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	margin-left:5px;
	z-index:2;
	
}
*:lang(en) .transMenu .items{
	margin-left:-5px;
	padding-left:5px;
}

.transMenu.top .items {
	border-top:none;
}
.transMenu .item {
    color:#ffffff;
    font-size:12px;
    font-family:sans-serif;
	font-weight:bold;
    text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:hand;
}
.transMenu .background {
	position:absolute;
	left:0px; 
	top:0px;
	z-index:1;
	-moz-opacity:.85;
	filter:alpha(opacity=85);
	opacity: .80;
}
*:lang(en) .transMenu .background{
	margin-top:-15px;
}
.transMenu .shadowRight {
	display:none;
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.0;
	filter:alpha(opacity=0);
	opacity: .0;
}
.transMenu .shadowBottom {
	display:none;
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.0;
	filter:alpha(opacity=0);
	opacity: .0;
}
.transMenu .item.hover {
	color:#ff8850;
}
.transMenu .item img {
	margin-right:3px;
}


