/* Start of CMSMS style sheet 'villa_menu' */
/********************
MENU
*********************/

/* Fonts und Position des ganzen NAV-Blocks */
#menu_vert { padding-left: 0; margin-left: 0em; }
#menu_vert li { font-family: Arial, Helvetica, "Gill Sans", Verdana, Geneva, Palatino, sans-serif; font-size: 15px; }

/* Wichtig, damit die 2nd Level Links den grauen Hintergrund über die ganze Seite zeigen */
ul { padding:0; margin:0; }

/* menu li block (li block = von Hauptmenu zu Hauptmenu mit Trennstrich */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #74AE57;
}

/* Box um 2nd Level Links. Doppelte Trennstriche vermeiden */
#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 **/

/* Bild, Farbe, Position der First Level Links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 10px 0.0em 10px 0.0em; /* Padding um den Menu-Text (links und rechts unbedingt 0.0em, sonst spinnt der IE! oben und unten standard 0.8em ersetzt durch 10px */
   color: #4E5556; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

div#menu_vert a.p1 { color: #CB4483; text-shadow: 1px 1px 1px #A1A1A1; }
div#menu_vert a.p2 { color: #0078B9; text-shadow: 1px 1px 1px #A1A1A1; }
div#menu_vert a.p3 { color: #F2BD37; text-shadow: 1px 1px 1px #CCC; }
div#menu_vert a.p4 { color: #61AE80; text-shadow: 1px 1px 1px #A1A1A1; }
div#menu_vert a.p5 { color: #CB4483; text-shadow: 1px 1px 1px #A1A1A1; }
div#menu_vert a.p6 { color: #0078B9; text-shadow: 1px 1px 1px #A1A1A1; }
div#menu_vert a.p7 { color: #F2BD37; text-shadow: 1px 1px 1px #CCC; }
div#menu_vert a.p8 { color: #61AE80; text-shadow: 1px 1px 1px #A1A1A1; }
div#menu_vert a.p9 { color: #CB4483; text-shadow: 1px 1px 1px #A1A1A1; }
div#menu_vert a.p10 { color: #0078B9; text-shadow: 1px 1px 1px #A1A1A1; }
div#menu_vert a.p11 { color: #F2BD37; text-shadow: 1px 1px 1px #CCC; }
div#menu_vert a.p12 { color: #61AE80; text-shadow: 1px 1px 1px #A1A1A1; }

   

/* Level 2: Grösse der Fonts und Padding oben unten. Farbe gilt aber nur für aktiver child */
div#menu_vert ul ul a {
   font-size: 75%; font-family: Arial, Helvetica, "Gill Sans", Verdana, Geneva, Palatino, sans-serif; 
   padding: 5px 0.0em 5px 0.0em;
   color: #4E5556;
}

/* Aktive 3rd Level childs */
div#menu_vert ul ul ul a {
   font-size: 20%;
   padding: 0.0em 0.0em 0.0em 0.0em;
   color: #F0F;
}

/* Hover state für alle */
div#menu_vert a:hover {
   background-color: #EEEEEE;
}

/* Hover state für aktiv parent */
div#menu_vert a.activeparent:hover {
   background-color: #EEEEEE;
}

/* Alle parents */
div#menu_vert li a.activeparent {

}

/* Der current parent */
div#menu_vert a.currentpage {
	font-weight: bold;
}

/* Die inaktiven childs */
div#menu_vert ul ul li a.activeparent {
   background-position: 0.0em center; 
   background-color: transparent;
   color: #4E5556;
}






















/* UNBEKANNT
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url() no-repeat 0.0em center;
   background-color: #385C72;
   display: block; 
   padding: 0.0em 0.0em 0.0em 0.0em;  /* some air for it */
   color: #fff;                                 /* 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 */
}


/* UNBEKANNT
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 0%;
   padding: 0.0em 0.0em 0.0em 0.0em;
   background-position: 0.0em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* UNBEKANNT 
current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.0em 0.0em 0.0em 0.0em;
   background: url() no-repeat 0.0em center; 
}












/* Styles für Section Header 
section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* Styles für Separator
separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}
div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}


/* End of 'villa_menu' */

