.business {
	font-size:90%;
	line-height:normal;
}

.business ul {
	 	border-bottom:0px solid #333333; /* ALMENÜ ALATT SZEGÉLY*/
}

.business li { /* FOMENÜ */
	background: url(img/custom/menu-alap.gif);
	width: 110px;
	margin-right:5px;
	height:28px;
	padding:7px 10px 0px 10px;
}

.business a { /* FOMENÜ LINK */
	text-decoration: none;
	color: #FFF;
	line-height: 21px;
	padding: 0px;
	border:0px;
	cursor: pointer;
	text-align:center;
}

.business li.hover { /* FOMENÜ HOVER */
	background: url(img/custom/menu-hover.gif);
	width: 110px;
	margin-right:5px;
	height:28px;
	padding:7px 10px 0px 10px;
	color:#FFF;
}

.business a.hover { /* FOMENÜ HOVER */
	color: #FFF;
}

.business li.selected {  /* FOMENÜ KIVÁLASZTOTT */
	background: url(img/custom/menu-hover.gif);
	width: 110px;
	margin-right:5px;
	height:28px;
	padding:7px 10px 0px 10px;
}


ul.almenu {
/*	background-image:url(img/custom/almenu-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;*/
}

/* ALMENÜ BEÁLLÍTÁSOK */
.business ul li {  /* ALMENÜ ALAP */
 	width: 250px;
	padding:0px;
	margin:0px;


}

.business ul a { /* ALMENÜ LINK */
 	border-bottom:1px solid #294781;
	border-left:1px solid #294781;
	border-right:1px solid #294781;
	border-top:1px solid #294781;
 	color: #FFFFFF;
	margin:0px;
	background-color:#294781;
	text-align:left;
	padding:5px 5px 5px 22px;
}

.business ul li.hover { /* ALMENÜ HOVER */
	width: 250px;
 	border: 0px;
	padding:0px;
	background-image: none;
}

.business ul a.hover { /* ALMENÜ LINK HOVER */
  	color: #039 !important;
	background-image: none;
	background-image: none;
	background-color:#FFF;
}

.business ul li.selected { /* ALMENÜ KIVÁLASZTOTT */
	background-image:none;
	margin-bottom:0px;
 	width: 250px;
 	border: 0px;
	padding:0px;
	
}

.business ul li a.selected { /* ALMENÜ LINK KIVÁLASZTOTT */
	background-image:none;
	background-color:#FFF;
	color:#294781;
	margin:0px;
	padding:5px 5px 5px 22px;	
}

.business ul li.visited { /* ALMENÜ LINK KIVÁLASZTOTT */
 	color: #294781;
	margin:0px;
	background-color:#FFF;
	text-align:left;
	padding:5px 5px 5px 22px;
}

/* MENÜ NYIL */

/*.business .arrow {
	background: url(img/custom/menu-alap.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.business .hover ul .arrow,
.business ul .arrow {
	background: url(img/custom/menu-alap.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.business .hover .arrow {
	background: url(img/custom/menu-alap.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.business ul .hover .arrow {
	background: url(img/custom/menu-alap.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}*/

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}

div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 

}
div.horizontal ul li ul li {

	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
