/* @override http://www.kletterwald-zittauergebirge.de/css/navigation.css */


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

#menu_vert {
   padding: 0;
   margin: -2px 0 0 0;
}

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

/* menu li block */

#menu_vert li {
   list-style: none;
   margin: 0px 0 0 0;
   display: block;
   background: url(../images/layout/nav-dotted-line.gif) repeat-x top;
}

#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 5px;
   color: #555;             /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   text-transform: uppercase;
   font-weight: normal;
   font-size: 15px;
   font-family: "Trebuchet MS", Arial;
}

#menu_vert a:hover {
	text-decoration: none;
	color: #85A70D;
}

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

#menu_vert ul ul a, #menu_vert ul ul a.currentpage {
    font-weight: normal;
	padding: 4px 3px 4px 0px;
	line-height: 17px;
	padding-left: 25px;
   	text-transform: none;
   	font-size: 13px;
}

#menu_vert ul ul { 
   	margin: 0px 0 3px 0;
}
#menu_vert ul ul li { 
	margin: 0px 0 0px 0px;
   background: url(../images/layout/nav-dotted-line-l2.gif) repeat-x top;
}

#menu_vert ul ul a:hover { 
text-decoration: none;
}

#menu_vert ul ul ul a {
}

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

#menu_vert ul ul ul {

}

#menu_vert a.activeparent:hover {
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
#menu_vert li a.activeparent {
/* same as current here */
}

#menu_vert ul ul li a.activeparent {
}

.currentpage {
}

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

#menu_vert ul a.currentpage, #menu_vert li .activeparent {
	display: block; 
	padding: 7px 3px 7px 5px;
	color: #85A70D;               /* this will be link color for all levels */
	margin: 0px 0 0px 0;                    
    text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

#menu_vert ul a:hover.currentpage,
#menu_vert li .activeparent {
}

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

#menu_vert ul ul li .currentpage {
    font-weight: normal;
    text-transform: none;
}

#menu_vert ul ul a:hover.currentpage {
}


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

div#menu_vert ul ul ul {
      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.seperator {
   height: 1px !important;
   margin-top: 0px;
   margin-bottom: 0;
   padding: 0px 0 0px 0;
   background-color: #FFF;
   background-image: none;
   border: none;
   border-top: 3px solid #FFF;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

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

