.menukeret {
/*	width:150px;/*/
	float:right;
/*	margin-right:120px;	*/
	text-align:center;
	font-weight:500;
/*	border:2px solid red;	*/
}
.fomenukeret {
	padding:18px 10px;
	font-size: 18px;
	color: white;
	cursor:pointer;	
	-moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fomenukeret a{
	color: white;
	text-decoration:none;
	-moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menukeret:hover
{
/*	background: -webkit-linear-gradient(#cfcfcf,#fafafa);/* For Safari 5.1 to 6.0 */
/*	background: linear-gradient(#cfcfcf,#fafafa);/* Standard syntax (must be last) */
/*	background: -o-linear-gradient(#cfcfcf,#fafafa); /* For Opera 11.1 to 12.0 */
/*  background: -moz-linear-gradient(#cfcfcf,#fafafa);/* For Firefox 3.6 to 15 */
	cursor: hand;
/*	border-bottom: 1px solid black;	*/
	position: relative;
	-moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*.fomenukeret:hover
{
	color: #f79739;
	text-shadow: 1px 1px 2px #fff;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/
.fomenukeret a:hover, .fomenukeret:hover 
{
	color: #236ba4;
/*	text-shadow: 1px 1px 2px #fff;	*/
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.legordulo {
/*	width:150px;	*/	/* beszükítés, hogy egymás alá kerüljenek */
	position:absolute;
	cursor:pointer;
	background:#CCCCCC;
	border-radius:4px;
	display:none;		/* eltüntetés !!! */
}
.almenupont {
	text-decoration:none;
	color:black;
	font-size: 12px;
	/*float:left;		/* margin-top-hoz szükséges */
}
.almenupont_stilus {
	padding:7px;
	border:1px solid #AAA;
	border-radius:4px;
}
.menu_kepek {
	height:32px;
	display:inline;
	vertical-align:middle;
	padding-right:6px;
}
#menu1 {
	position:relative;
	top:60px;
}
#menu2 {
	position:relative;
	top:51px;
}
#menu3 {
	position:relative;
	top:43px;
}
#menu4 {
	position:relative;
	top:34px;
}
#menu5 {
	position:relative;
	top:22px;
}
#menu6 {
	position:relative;
	top:11px;
}
#menu7 {
	position:relative;
	top:0px;
	padding-right:10px;
}