ul.kolorMenu li.kolorMenuItem > .kolorMenuGroup p,
ul.kolorMenu li.kolorMenuItem > .kolorMenuGroup {
	background: rgba(191, 191, 191, 0.5) none repeat scroll 0% 0% !important;
	border-color: rgba(0, 0, 0, 0.2) !important;
}

.arrow {
	width:			31px;
	height:			31px;
	padding-top:	5px !important;
	text-align:		center;
	background:		rgba(158, 158, 158, 0.4) none repeat scroll 0% 0%;
	position:		absolute;
	top:			10px;
	left:			198px;
	cursor: 		pointer;
}

.tukrozott {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}