/* Start of CMSMS style sheet 'DVO Navigation Styles 2' */
/********************
MENU
*********************/

#menu_vert_2 {
   background-color: #f3cd8b;
}

#menu_vert_2 ul {
   padding:0;
   margin:0;
}

#menu_vert_2 ul ul {
   padding:0;
   margin:0;
}

/* third level has some padding to have it stand out */
div#menu_vert_2 ul ul ul {
   border: 0;
}

/* menu li block */
#menu_vert_2 li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert_2 ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert_2 li a { height: 1%; } 
* html #menu_vert_2 li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert_2 a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   min-height:  27px;
   line-height: 27px;
   vertical-align: middle;
   padding-left: 15px;
   color: #462c00; /* this will be link color for all levels */
   background: url(uploads/images/bgr_menu_2.gif) no-repeat;

}

/* next level links, more padding and smaller font */
div#menu_vert_2 ul ul {
   /*border-bottom: 1px solid #FFFFFF;*/
}

div#menu_vert_2 ul ul a {
text-decoration:none; /* no underline for links */
   /*background: #C5D3E7;
   vertical-align: middle;*/
}

/* third level links, more padding */
div#menu_vert_2 ul ul ul a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   min-height:  27px;
   line-height: 27px;
   vertical-align: middle;
   padding-left: 15px;
   color: #8d5900; /* this will be link color for all levels */
   background: url(uploads/images/bgr_menu_2.gif) no-repeat;
   /*background:#dae0e9;*/
}

div#menu_vert_2 ul ul ul ul a {
   background: #f3e4c9;
}

div#menu_vert_2 ul ul ul ul {
   border-bottom: 1px solid #ffffff;
}

/* hover state for all links */
div#menu_vert_2 a:hover {
   
}
div#menu_vert_2 ul ul a:hover {
   background-color: #f3ebdd;
}
div#menu_vert_2 ul ul ul a:hover {
   background-color: #f3ebdd;
   border: 0;
}
div#menu_vert_2 a.activeparent:hover {

}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert_2 li a.activeparent {
   background: url(uploads/images/bgr_menu_3.gif) no-repeat;
   color: #FFFFFF;
   font-weight: bold;
}

div#menu_vert_2 ul ul li a.activeparent {
   background: url(uploads/images/bgr_menu_3.gif) no-repeat;
   color: #FFFFFF;
   font-weight: bold;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert_2 ul h3 {
   display: block; 
   min-height: 27px;
   line-height: 27px;
   padding-left: 15px;
   color: #FFFFFF;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   background: url(uploads/images/bgr_menu_active.gif) no-repeat;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert_2 ul ul h3 {
   color: #ffffff;
   background:  url(uploads/images/bgr_menu_3.gif) no-repeat; 
}

/* current page on third level */
div#menu_vert_2 ul ul ul h3 {
   background:  url(uploads/images/bgr_menu_3.gif) no-repeat;
}

/* current page on fourth level */
div#menu_vert_2 ul ul ul ul h3 {
   background: #f3e4c9;
   color: #000000;
}

/* section header */
/*div#menu_vert_2 li.sectionheader {
   min-height: 27px;
   line-height: 27px;
   padding-left: 15px;
   margin: 0;
   display: block; 
   color: #ffffff;
   font-size: 1em;
   background-color: #f39900;
   border-bottom: 1px solid #ffffff;
}*/

div#leitlinien_headline {
   min-height: 27px;
   /*line-height: 27px;*/
   padding-left: 15px;
   margin: 0;
   display: block; 
   color: #ffffff;
   font-size: 1em;
   background-color: #f39900;
   border-bottom: 1px solid #ffffff;
}

/* End of 'DVO Navigation Styles 2' */

