/* @override http://umgebindehaus-ferien.de/css/navigation.css */

/* */

/********************
MENU
*********************/


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


#menu_vert {
   padding: 0;
   margin: 0;
}


#menu_vert ul {
   padding: 0;
   margin: 0;
}

/* menu li block */

#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 0px solid RED;
   display: block;

}

#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;     /* no underline for links */
   display: block;             /* IE has problems with this, fixed above */
   padding: 6px 3px 6px 30px;
   color: #1D415C;         /* this will be link color for all levels */
   line-height: 18px;
   background: url(../images/layout/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   border-bottom: 1px dotted #CCC;

}

.FW #menu_vert a { color: #952E36; }


#menu_vert a:hover {
text-decoration: underline;
}

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

#menu_vert ul ul  {
   border-bottom: 1px dotted #CCC;
}

#menu_vert ul ul a, #menu_vert ul ul h3 {
	font-size: 11px;
	padding: 6px 3px 6px 30px;
	background-image: url(../images/layout/bullet-level2-inactive.gif);
	background-repeat: no-repeat;
	background-position: 38px 7px;
	color: #1D415C;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-color: #F8F6EE;
	border-bottom: none;
}

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

/* 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: #E8EAE6;
}
#menu_vert a.activeparent:hover {
   background-color: #E8EAE6;
   color: #1D415C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
#menu_vert li a.activeparent {
    background: #E8EAE6 url(../images/layout/bullet-level1-active.gif) no-repeat 18px center;
   background-color: #E8EAE6;
   color: #1D415C;
}

#menu_vert ul ul li a.activeparent {
       background: #E8EAE6 url(../images/layout/bullet-level1-active.gif) no-repeat 18px center;
   color: #18507C;
}



/* 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 {
    background: #E8EAE6 url(../images/layout/bullet-level1-active.gif) no-repeat 18px center;
	display: block; 
	font-size: 12px;
	font-weight: normal;
	padding: 6px 3px 6px 30px;
	color: #1D415C;                                 /* this will be link color for all levels */
	margin: 0;                                  /* as <h3> normally has some margin by default */
    line-height: 18px;
	border-bottom: 1px dotted #CCC;
}

.FW #menu_vert ul h3 {	color: #952E36; }

/* 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: url(../images/layout/bullet-level2-active.gif);
	background-repeat: no-repeat;
	background-position: 38px 7px;

}

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

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




/* 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: -1px;
   margin-bottom: 0;
   padding: 1px 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 */
}
/* End of 'Navigation: Simple - Vertical' */


