/* Start of CMSMS style sheet 'pixelaxel V2 : SimpleNav Menu' */
/********************
MENU
*********************/
/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { min-height: 1%; } 

/** end fix **/


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

}

/* first level ul */
div#menu_vert ul {
padding:0em;
margin: 0em;
text-align:left;
vertical-align:middle;
display:block;


}
/* second level ul */
div#menu_vert ul ul {
padding: 0 0 0 15px;
margin: 0em;
}

/* third level ul */
div#menu_vert ul ul ul {
margin: 0em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0em;
   padding-left: 0px;
   display: block;
   vertical-align:middle;

}

div#menu_vert ul ul li {
   padding-left: 0em;
   margin: 0em;
}


/* first level links */
div#menu_vert a {
   text-decoration:none;
   display: block; /* IE has problems with this, fixed above */
   padding: 6px 0 0 30px;
   margin: 0px;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 0.8em;
   font-weight: bold;
   text-transform: uppercase;
   color: #fff; /* this will be link color for all levels */
   background: url(uploads/pixelaxelV2/btn_set.png) no-repeat;
   border:0;
   /*min-height:1em;*/ /* Fixes IE7 whitespace bug */ 
   width:155px;
   height:22px;
   voice-family:"\"}\""; /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
   voice-family:inherit;
   width:125px;
   height:16px; 

}


/* second level links, more padding and smaller font */
div#menu_vert ul ul a {
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
}

/* hover state for all links */
div#menu_vert a:hover {
   background: url(uploads/pixelaxelV2/btn_set.png) no-repeat;
   background-position:-155px 0;
}
div#menu_vert a.activeparent:hover {
   background: url(uploads/pixelaxelV2/btn_set.png) no-repeat;
   background-position:-155px 0;
   color: #fff;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(uploads/pixelaxelV2/btn_set.png) no-repeat; 
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   color: #ccc;
}


/* 
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(uploads/pixelaxelV2/btn_set.png) no-repeat;
   background-position:-310px 0;
   display: block; 
   padding: 6px 0 0 30px;
   color: #65f814;                                 /* this will be link color for all levels */
   /* font-size: 1em;                          instead of the normal font size for <h3> */
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 0.8em;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0em;                                  /* as <h3> normally has some margin by default */
   width:155px;
   height:22px;
   voice-family:"\"}\""; /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
   voice-family:inherit;
   width:125px;
   height:16px; 
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
}

dfn {
display:none;
}

/* section header */

div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   background-color: #fff;
   margin: 0;
   text-align:center;
   display: none;
}

/* 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 */
   display: none;
}

div#menu_vert li.separator hr {
   display: none; 
/* this is for accessibility */
}
/* End of 'pixelaxel V2 : SimpleNav Menu' */

