/* Start of CMSMS style sheet 'flightronic: Navigation' */
#menu_vert {
   padding-left: 0;
   margin-left: 0;
}

/* Rahmen Untermenues (Level 2) */
#menu_vert ul li {
   border-bottom: 1px solid #c0c0c0;
   display: block;
   color: #c0c0c0;
}

/* Rahmen Untermenues (Level 3) */
#menu_vert ul ul li {
   list-style-type : circle;
   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 **/

/* First Level links */
div#menu_vert a {
   text-decoration:none;
   display: block;
   padding: 0.8em 0.5em 0.8em 0.5em;
   color: #ff6600;
   min-height:1em;
}

/* Second Level */
div#menu_vert ul ul a {
   text-decoration:none;
   display: block;
   padding: 0.5em 0.5em 0.5em 2em;
   color: #ff6600;
   border-top: 1px dotted #c0c0c0;
}

/* Third Level */
div#menu_vert ul ul ul a {
   text-decoration:none;
   display: block;
   padding: 0.5em 0.5em 0.5em 3.5em;
   color: #ff6600;
   border: none;
}

/* Hover first Level */
div#menu_vert ul a:hover {
}

/* Hover second Level */
div#menu_vert ul ul a:hover {
}

/* Hover third Level */
div#menu_vert ul ul ul a:hover {
}

/* Active menue */
div#menu_vert li span.currentpage {
   background-color: #333333;
;
   color : yellow;
}

/* Rahmen Menueeintrag */
div#menu_vert li {
   list-style: none;
   border-bottom: 1px solid #c0c0c0;
   display: block;
   color: #808080;
}

/* Section Header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #ff0000;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

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

/* ??? */
div#menu_vert li.separator hr {
   display: none;
}
/* End of 'flightronic: Navigation' */

