
/**
*  FÜGGŐLEGES MEGJELENÍTÉSI MÓDHOZ TARTOZÓ BEÁLLÍTÁSOK
*/

/* Egyszerű menürendszer megjelenítő, függőleges */
#egyszeruMenurendszerMegjelenitoFuggoleges {
	font-family:Verdana, Arial, Times;
	color:black;
}

/* A listázó eleme a menürendszernek */
#egyszeruMenurendszerMegjelenitoFuggoleges ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#egyszeruMenurendszerMegjelenitoFuggoleges li {
	width:200px;
	background-color:white;
	border-bottom:1px solid black;
	padding:0;
	margin:0;
	line-height:30px;
	height:30px;
}

#egyszeruMenurendszerMegjelenitoFuggoleges ul li a:visited,
#egyszeruMenurendszerMegjelenitoFuggoleges ul li a:link,
#egyszeruMenurendszerMegjelenitoFuggoleges ul li a:active {
	color:black;
	padding:0 0 0 10px;
	margin:0;
	font-weight:normal;
	text-align:left;
}

#egyszeruMenurendszerMegjelenitoFuggoleges ul li a:hover {
	display: block;
	color: black;
	font-weight:normal;
	text-align:left;
	text-decoration: underline;
	width:100%;
}

#egyszeruMenurendszerMegjelenitoFuggoleges ul li a.menuSzint1 {
	padding-left:5px;
}

#egyszeruMenurendszerMegjelenitoFuggoleges ul li a.menuSzint2 {
	padding-left:15px;
}

#egyszeruMenurendszerMegjelenitoFuggoleges ul li a.menuSzint3 {
	padding-left:25px;
}



/**
*  VÍZSZINTES MEGJELENÍTÉSI MÓDHOZ TARTOZÓ BEÁLLÍTÁSOK
*/

/* Egyszerű menürendszer megjelenítő, függőleges */
#egyszeruMenurendszerMegjelenitoVizszintes {
	font-family:Verdana, Arial, Times;
	color: white;
	font-size:12px;
	background:#F590A6;
	height: 25px;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	text-decoration:none;
}

/* A listázó eleme a menürendszernek */
#egyszeruMenurendszerMegjelenitoVizszintes ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background:#F590A6;
	text-decoration:none;
	
}

#egyszeruMenurendszerMegjelenitoVizszintes li {
	background:#F590A6;
	
	padding:0;
	margin:0;
	float:left;
	display: inline;
	text-decoration:none;
}
#egyszeruMenurendszerMegjelenitoVizszintes a {
	font-family:Verdana, Arial, Times;
	color: white;
	font-size:11px;
	background:#F590A6;
	text-decoration:none;
	font-weight:bold;
	height: 30px;


}


#egyszeruMenurendszerMegjelenitoVizszintes ul li a:visited,
#egyszeruMenurendszerMegjelenitoVizszintes ul li a:link,
#egyszeruMenurendszerMegjelenitoVizszintes ul li a:active {
	margin-left:5px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	text-decoration:none;
	font-weight:bold;
	height: 30px;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:6px;
}

#egyszeruMenurendszerMegjelenitoVizszintes ul li a:hover {
	font-family:Verdana, Arial, Times;
	color: black;
	font-size:11px;
	background:white;
	text-decoration:none;
	font-weight:bold;
	height: 25px;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:6px;
}

#egyszeruMenurendszerMegjelenitoVizszintes ul li:after {

}
	
