#menu {
	height: 30px;
	background: #090909 url(../img/s_header_02.jpg) no-repeat;
	padding-left: 35px;
}
#menu li {
	position: relative;
	float: left;
}
#menu a {
	display: block;
	max-height: 12px; /* az IE6 a megadott magassággal elrontja a menüt, ezért a padding-et kellett módosítani. Ezeket az értékeket viszont nem veszi figyelembe */
	min-height: 12px;
	background: #efaa23;
	font-size: 12px;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	padding: 6px 10px 5px 10px;
	border: 1px solid #999;
	border-width: 1px 0;
	line-height: 12px;
}
#menu ul ul {
	display:none;
    position:absolute;
    top:125px;
    z-index:2000;	
}
#menu ul ul li {
	width: 100%;
	clear: both;
	z-index:2000;
}
#menu ul ul a {
	background: url(../img/bg.png); 
	font-weight: normal;
	padding: 3px 0 3px 10px;
	border: none;
	font-size: 1.1em;
	color: #efaa23;
	z-index:2000;
}
#menu li a:hover {
	background: #ffcc33 none;
	color: #000;
}
.corner-left {
	width: 8px;
	height: 25px;
	background: url(../img/corner_left.png);
}
.corner-right {
	width: 8px;
	height: 25px;
	background: url(../img/corner_right.png);
}
.szerzodesem{margin-left:50px;}

