div.cmDiv {
	height:26px;
	line-height:26px;
	background-color: transparent;
}
.clickMenu {
	margin: 0;
	padding: 0;
	cursor: default;
}
.clickMenu, .clickMenu ul {
	list-style: none;
	font-size:11px;
	font-weight:bold;
}
.clickMenu ul {
	margin: 0;
	padding: 0 4px;
	/* border: 1px solid #d60201; */
	border: 1px solid #D54702;
	background-color: #eee;
	min-width: 160px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 185px;/*and again*/
	//margin-top: 6px;/*and again*/
}
ul#topmenu li.nyil {
	background:transparent url(/en/img/lnyil.gif) 92% 50% no-repeat;
}
ul#topmenu li.drop {
	border-right:1px solid #CCCCCC;
	border-left:1px solid #FFFFFF;
	text-transform:uppercase;
}
ul#topmenu li.drop a:hover {
	text-decoration:underline;
}
ul#topmenu li.ee {
	border-left:0px solid #FFFFFF;
}
ul#topmenu li.uu {
	border-right:1px solid #CCCCCC;
}
ul#topmenu li.drop ul {
	background-color:#3b4248;
	list-style-image:url(/en/img/nyil-feher.gif);
}
.clickMenu div.outerbox {

	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner {
	//top: 20px; /* for ie */
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox {
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}
.clickMenu li {
	position: relative;
	padding: 0 20px 0 2px;
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main {
	float: left;
	padding: 0 16px;
	/* background-color: #eee; */
	//height: 20px; /* for ie */
}
/* .clickMenu li.main {
	background: #000000 url(/en/img/menu-grey-bg.png)	0 0  no-repeat;
}
 */
.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 */

}
.clickMenu img.liArrow {
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickMenu a {
	text-decoration: none;
	color: #374548;
	cursor: pointer;
	font-size:11px;
}
/* thats for the shadowbox */
html>body div.outerbox {
	padding: 0 5px 5px 0;
}
html>body div.shadowbox1 {
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(/en/img/myshadow.png) no-repeat right top;
}
html>body div.shadowbox2 {
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(/en/img/myshadow.png) left bottom;
}
html>body div.shadowbox3 {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(/en/img/myshadow.png) no-repeat right bottom;
}
html>body .innerbox {
	margin: 0;
	padding:2px;
	display: inherit;
	/* background-color:#e9ebea; */
	background-color: #3b4248;
}
li.submenu {
	margin-left:20px;
	height:22px;
	line-height:22px;
	text-transform: lowercase;
	background-color: #3b4248;
}
li.submenu a {
	color:white;
}
li.submenu a.feat {
	text-transform: none;
	color:#ffff00;
}
.upper {
	text-transform: uppercase;
}


