/* NAVIGATION */

#menu_vert {
   
   
}

#menu_vert ul {
	list-style: none;
}

#menu_vert ul ul {
	list-style: none;
	margin-bottom: 1em;
}

#menu_vert li {
   list-style: none;
   margin: 1px 0;
   display: block;
}


/** fix ie bug mit display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }


div#menu_vert a { 
   font-size: 100%;
   font-weight: bold;
   text-decoration: none; 
   border: none;
   display: block; 
   margin: 0;
   line-height: 30px;
   padding: 0 0 0 5px;
   color: #07314a; /* 07314a; */
   background:#A9ABB3;
   min-height: 1em; /* Fixes IE7 whitespace bug */ 
}

div#menu_vert a:hover {
	
	background: #a8914f;
}

div#menu_vert a.activeparent {
   margin: 0;
   font-size: 100%;
   display: block; 
   line-height: 30px;
   padding: 0 0 0 5px;
   color: #07314a; /* 07314a; */
   background: #a8914f;
}

div#menu_vert a.activeparent:hover {
	background: #a8914f;
}

div#menu_vert a.currentpage {
   margin:0;
   font-size: 100%;   
   display: block; 
   line-height: 30px;
   padding: 0 0 0 5px;
   color: #07314a; /* 07314a; */
   background: #a8914f;
}

div#menu_vert ul ul a {
   font-size: 90%;
   line-height: 25px;
   padding: 0 0 0 15px;
   color:#07314a;
}

div#menu_vert ul ul a.currentpage {
   font-size: 90%;
   line-height: 25px;
   padding: 0 0 0 15px;
   color:#07314a;
   background: #a8914f;
}

div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 90%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
}

div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding: 10px 0 10px 0;
   overflow:hidden !important;
   line-height: 1px !important;
   font-size: 1px; /* für IE! */
}

div#menu_vert li.separator hr {
   display: none; /* Wegen Accessibility */
}

