
/* A tartalmi blokk menuje = #content .menu */

.menu{
/*	font-family:tahoma,arial,verdana;
	font-size:11px;*/
	
font-family: Arial [monotype],tahoma, verdana;
font-size: 11px;
font-weight: 700;	
	padding:0px;
	margin:0px;
}

#content .menu{
	width:198px;
	background-color:#fdb74f;
	vertical-align:top;
	padding:0px;
	margin:0px;
/*	font-family:tahoma,arial,verdana;
	font-size:11px;*/
}

/* #content .menu a{ */
/* 	display:block; */
/* 	width:198px; */
/* 	background-color:#fdb74f; */
/* } */


#content .dbmenu_up{
/* 	visibility:hidden; */
  	text-indent:0px;
/*  	display:block; */
	list-style: none;
	margin: 0px;
	padding: 0px;
}


#content .dbmenu_up li{
/*  	text-indent:0px; */
/*  	background-color:yellow; */
/*  	display:block; */
	color:white;
 	text-indent:20px;
 	border-bottom:1px solid white;
 	width:198px,
 	height:30px;
 	min-height:18px;
/*  	padding-top:7px; */
	list-style: none;
}

#content .dbmenu_up li:hover{
/*  	background-color:#d6a33f; */
/*  	color:white; */
}

#content .dbmenu_up li a:hover{
	background-color:#d6a33f;
	color:white;
	cursor:pointer;
}

#content .dbmenu_up li a{
 	color:#a0563a;
	border-bottom:1px solid #fdc97b;
	margin:0px;
	padding:0px;
	padding-top:8px;
	padding-bottom:7px;
	display:block;
	background-image:url("../img/list.png");
	background-repeat: no-repeat;
	background-position: 9px;
	text-align:left;
}


#content .dbmenu_low{
	margin: 0px;
	padding: 0px; 	
	list-style: none;
/* 	visibility:hidden; */
 	display:none;
}


#content .dbmenu_low li{
	margin: 0px;
	padding: 0px; 	
/*  	text-indent:0px; */
/*  	background-color:red; */
/*  	display:none; */
	background-color:#f0db78;
 	text-indent:25px;
/*  	border-top:1px solid white; */
}

#content .dbmenu_low li:hover{
/* 	background-color:#ddcb6f;
 	color:#000;*/
}


#content .dbmenu_low li a{
	margin: 0px;
	padding: 0px; 	
/*  	text-indent:0px; */
/*  	background-color:red; */
/*  	display:none; */
/*  	background-color:green; */
	color:#a0563a;
	display:block;
/* 	width:198px; */
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #fdc97b;
	background-image:url("../img/list.png");
	background-repeat: no-repeat;
	background-position: 14px;
	
}

#content .dbmenu_low li a:hover{
 	background-color:#ddcb6f;
 	color:#000;
}




