/******************** MENU *********************/
#menu_vert {
	margin: 2.5em 0 0 0;
	padding: 0; 
}
#menu_vert ul { 	
	margin: 0;
	padding:0;
}
#menu_vert ul ul {
	margin: 0;
	padding: 5px 0 3px 0;  /*Abstand submenu to parentlink*/
}
#menu_vert li {
	list-style: none;
}
#menu_vert ul li {margin-bottom:0.5em;}  /*hauptmenu li abstand */


/*Allgemein*/
#menu_vert a {text-decoration: none;display: block;padding-left:10px;}

/* --------------------------------------------------Level 1------------------------ */
div#menu_vert a {
height:20px;
line-height:20px;
color:#000000;
padding-left:15px;

}

div#menu_vert a.activeparent, div#menu_vert a:hover,  #menu_vert a.currentpage{
		color: #FFFFFF; font-weight:bold;
background-image: url(../uploads/images/pfeil_ff.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;}


	
/* -----------------------------------------Level 2 --------------------*/
div#menu_vert ul ul {
 }

div#menu_vert ul ul a {
font-weight:bold;
height:auto;
line-height:16px;
 color: #FFFFFF;
}

div#menu_vert ul ul a.currentpage, div#menu_vert ul ul a:hover {
}

 
/* fix IE6 bug with display:block; */
* html #menu_vert li {
	height: 1%;
}
* html #menu_vert li a {
	height: 1%;
}/** end fix **/