/* menu */
#lapcom_menu .clear{
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
}
#lapcom_menu{
	position: relative;
	z-index: 9;
	width: 970px;
	height: 52px;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #fff;
	background: url(http://www.delmagyar.hu/frame/bg_menu.gif) repeat-x;
}
#lapcom_menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 970px;
	height: 26px;
	border-bottom: solid 1px #cfcfcf;
    line-height: 18px;
}
#lapcom_menu ul li{
	display: block;
	float: left;
	margin: 0px;
	height: 26px;
	text-align: center;
	background: url(http://www.delmagyar.hu/frame/menu_vonal.gif) !important;
	background-position: right top !important;
	background-repeat: no-repeat !important;
}
#lapcom_menu ul li a{
	display: block;
	padding: 4px 14px 0px 14px;
	height: 22px;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#lapcom_menu ul li a:hover, #lapcom_menu ul li a.over {
	display: block;
	padding: 4px 14px 0px 14px;
	height: 21px;
	border: solid 1px #cfcfcf;
	border-bottom: none;
	background: url(http://www.delmagyar.hu/frame/menu_bg_over.jpg) repeat-x;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#lapcom_menu ul li.aktiv a{
	display: block;
	padding: 4px 14px 0px 14px;
	height: 21px;
	border: solid 1px #cfcfcf;
	border-bottom: none;
	background: url(http://www.delmagyar.hu/frame/menu_bg_over.jpg) repeat-x;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#lapcom_menu ul li ul{
	display: none;
	position: absolute;
	top: 27px;
	left: 0px;
	z-index: 9;
	margin: 0px;
	padding: 0px;
	width: 968px;
	height: 24px;
	background: url(http://www.delmagyar.hu/frame/almenu_bg.jpg) repeat-x;
	border: solid 1px #cfcfcf;
	border-top: none;
}
#lapcom_menu ul li ul li{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 24px;
	background: url(http://www.delmagyar.hu/frame/almenu_vonal.gif) !important;
	background-position: right top !important;
	background-repeat: no-repeat !important;
	font-weight: normal;
	text-align: center;
}
#lapcom_menu ul li ul li a, #lapcom_menu ul li.aktiv ul li a{
	display: block;
	padding: 4px 14px 0px 14px;
	margin: 0px;
	height: 20px;
	background: none;
	font-weight: normal;
	font-size: 12px;
	color: #24468a;
	overflow: hidden;
	border: none;
	background: none;
	text-decoration: none;
}
#lapcom_menu ul li ul li a:hover, #lapcom_menu ul li.aktiv ul li a:hover{
	display: block;
	padding: 4px 14px 0px 14px;
	margin: 0px;
	height: 20px;
	background: none;
	font-weight: normal;
	font-size: 12px;
	color: #263248;
	overflow: hidden;
	border: none;
	background: none;
	text-decoration: underline;
}
#lapcom_menu ul li ul li a.aktiv, #lapcom_menu ul li.aktiv ul li a.aktiv{
	display: block;
	padding: 4px 14px 0px 14px;
	margin: 0px;
	height: 20px;
	background: none;
	font-weight: bold;
	font-size: 12px;
	color: #263248;
	overflow: hidden;
	border: none;
	background: none;
	text-decoration: none;
}