/* Navigation bildungsbuero.com  */


/* NAVIGATION
----------------------------------------------------------------------------- */


#menu_vert {
   padding: 0px 0 0 0;
   margin: 0;
   border-top: 10px solid #FB6444;
   background: #ECECEC;
}


#menu_vert ul {
   padding: 0;
   margin: 0;
   border-top: 1px solid #FFF;
}

/* menu li block */

#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #FFF;
   display: block;
   font-weight: bold;
}

#menu_vert ul ul li {
   border: none;
}

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


/* 1. LEVEL
----------------------------------------------------------------------------- */

#menu_vert a {
   text-decoration:none;     
   display: block;             /* IE has problems with this, fixed above */
   padding: 7px 3px 7px 30px;
   color: #666;             /* this will be link color for all levels */
   min-height: 1em; /* Fixes IE7 whitespace bug */ 
   text-transform: none;
   font-size: 14px;
}

#menu_vert a:hover {
text-decoration: underline;
	background: url(../images/bildungsbuero/bullet-level1-inactive.gif) no-repeat 15px center;
}

/* 2. LEVEL
----------------------------------------------------------------------------- */

#menu_vert ul ul a, #menu_vert ul ul h3 {
	font-size: 13px;
        font-weight: normal;
	padding: 6px 3px 6px 0px;
	/* color: #E05E41; */
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	border-bottom: none;
       text-transform: none;
       background: #F2F2F2;
}

#menu_vert ul ul a:hover {
        color: #E05E41;
	background-color: #F2F2F2;
}

/* third level links, more padding */
#menu_vert ul ul ul a {

}

/* 3. LEVEL
----------------------------------------------------------------------------- */

#menu_vert ul ul ul {

}


/* hover state for all links */
#menu_vert a:hover {
   background-color: #FFF;
   text-decoration: none;
}
#menu_vert a.activeparent:hover {
   background-color: #FFF;
   color: #E05E41;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
#menu_vert li a.activeparent {
   background-color: #F2F2F2;
   color: #E05E41;
}

#menu_vert ul ul li a.activeparent {
   color: #E05E41;
}



/* 1. LEVEL CURRENT
----------------------------------------------------------------------------- */

/* 
LEVEL 1 : current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
#menu_vert ul h3 {
	display: block; 
	font-size: 14px;
        padding: 7px 3px 7px 30px;
    	color: #E05E41;                                 /* this will be link color for all levels */
	margin: 0;                                   /* as <h3> normally has some margin by default */
        text-transform: none;
	background: #FFF url(../images/bildungsbuero/bullet-level1-active.gif) no-repeat 15px center;
}

/* 2. LEVEL CURRENT
----------------------------------------------------------------------------- */

/* 
2. level current pages, more padding, 
smaller font and no background color or bottom border 
*/
#menu_vert ul ul h3 {
    background-image: none;
    text-transform: none;
}

/* 3. LEVEL CURRENT
----------------------------------------------------------------------------- */

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
      padding: 6px 3px 6px 30px;
      text-transform: none;
}


/* ABSCHNITTSÜBERSCHRIFT
----------------------------------------------------------------------------- */


/* section header */
#menu_vert li.sectionheader {
   border-right: none;
   font-weight: bold;
   padding: 10px 0 10px 0;
   background-color: #fff;
   margin: 0;
   text-align:center;
}

/* TRENNER
----------------------------------------------------------------------------- */

/* separator */
#menu_vert li.separator {
   height: 1px !important;
   margin-top: 2px;
   margin-bottom: 0;
   padding: 0px 0 1px 0;
   background-color: #CCC;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}




