/*#topmenu {
	float: left;
	width: 100%;
	height: 29px;
	background: url(../images/topmenu_button.jpg) bottom repeat-x;

}*/

#nav, #nav ul { /* Minden lista */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}

#nav a.mainlink:link, #nav a.mainlink:visited  {
	display: block;
	width: 110px;
	padding-bottom: 7px; padding-top: 7px; 
	
	text-align: center;
	color: #fff; text-decoration: none;
	font-weight: bold;
	FONT-SIZE: 11px; 
}

#nav a.mainlink:hover {
	display: block;
	width: 110px;
	padding-bottom: 7px; padding-top: 7px; 
	
	text-align: center;
	color: #FFCA2D; text-decoration: none;
	font-weight: bold;
	FONT-SIZE: 11px; 
}


#nav a.sublink:link, #nav a.sublink:visited {
	
	display: block;
	border-bottom: 1px solid #7EB00F;
	width: 180px;
	min-width: 170px;
	max-width: 170px;
	padding-bottom: 10px; padding-top: 10px; padding-left: 10px; 
	text-align: left;
	color: #ffffff; text-decoration: none;
	FONT-SIZE: 11px; 
	Font-weight: bold;
	
}

#nav a.sublink:hover {
	display: block;
	
	width: 180px;
	min-width: 170px;
	max-width: 170px;
	padding-bottom: 10px; padding-top: 10px; padding-left: 10px; 
	text-align: left;
	color: #FFCA2D; text-decoration: none;
	/*font-weight: bold;*/
	
	BACKGROUND: url(../images/leftmenu_sub_back.jpg) repeat-x 50% top  #7EB00F;

}

#nav li.nocaps {
	float: left; text-transform: none;
	FONT-SIZE: 11px; 
	font-weight: normal;
	text-align: left; border-right: 0px solid #4C6F00;
	width: 180px; /* width needed or else Opera goes nuts */
	line-height: 14px;
	BACKGROUND: url(../images/leftmenu_sub_back.jpg) repeat-x 50% top  #7EB00F;

}

#nav li { /* Minden listaelem */
	float: left;
	font-weight: bold;
	text-transform: uppercase; text-align: left; border-right: 1px solid #4C6F00;
	width: 110px; /* width needed or else Opera goes nuts */
	line-height: 14px;
	FONT-SIZE: 10px; 
}




#nav li.separator { 
	float: left;
	text-transform: uppercase; text-align: left; border-right: 1px solid #4C6F00;
	width: 77px; /* width needed or else Opera goes nuts */
	line-height: 20px;
}

#nav li ul { /* Második szintű listaelem */
	padding: 0px; 
	position: absolute;
/*BACKGROUND: url(../images/leftmenu_back3.jpg) repeat-x 50% top  #4C6F00;*/
	BACKGROUND: url(../images/leftmenu_sub_back.jpg) repeat-x 50% top  #7EB00F;
	
	width: 180px;
	left: -999em; 
	border: 1px solid #4C6F00;
	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto; 
	
}


