@charset "utf-8";
/* CSS Document */

.lenyilomenu {
	width:720px;
	height: 25px;
	background-color:#FFF;
	
	}

.lenyilomenu ul{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin: 0;
padding: 0;
list-style-type: none;
border-left:0px;
background-color: #ffffff;
}

/*Top level list items*/
.lenyilomenu ul li{
position: relative;
display: inline;
float: left;
background-color: #ffffff; /*overall menu background color*/
border-left:1px solid #CCCCCC;

}

/*Top level menu link items style*/
.lenyilomenu ul li a{
display: block;
width: auto; /*Width of top level menu link items*/
padding: 0;
margin: 0 5px;
border-right: 0;
white-space:nowrap;
/*border-left-width: 0;*/
text-decoration: none;
color:#898989;
border-left:0px;
}
	
/*1st sub level menu*/
.lenyilomenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border-left:0px;
background-color: #ffffff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.lenyilomenu ul li ul li{
left:2px;
margin-left:-3px;
display: list-item;
float: none;
border-left:0px;
background-color: #eeeeee;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.lenyilomenu ul li ul li ul{ 
left: auto; /* no need to change, as true value set by script */
top: 0;
border-left:0px;
}

/* Sub level menu links style */
.lenyilomenu ul li ul li a{
display: block;
width: auto; /*width of sub menu levels*/
color:#898989;
text-decoration: none;
padding: 3px 2px;
border: 0px;
border-left:0px;
}

.lenyilomenu ul li a:hover{
color: black;
}

/*Background image for top level menu list links */
.lenyilomenu .mainfoldericon{
background: #ffffff url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.lenyilomenu .subfoldericon{
background: #eeeeee url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .lenyilomenu ul li { float: left; height: 1%; }
* html .lenyilomenu ul li a { height: 1%; }
/* End */

/* orszagok felsorolas */

.orszag {
	margin:0 0 0 20px;
	float:left;
	width:200px;
	
	}

.orszag ul{
list-style-type:square;
line-height:30px;
}

.orszag ul li{
display:list-item;

}

.orszag ul li a{
white-space:nowrap;
text-decoration:underline;
color:#898989;
}
.orszag ul li a:hover{
text-decoration:underline;
color:#000;
}
