/* Start of CMSMS style sheet 'Navigation Ebene 2 ENGLISH NEU' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz2 {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz2 {
   background-color: transparent;  /* background color for the entire menu row */
   width: 890px;
   margin: 0;
   text-align: center;
   vertical-align: middle;  
   font-size: 115%;
   padding-bottom: 8px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz2 ul {
   margin: 0;
   padding: 0;
   border-bottom: 0px solid #C0C0C0;
   border-left:  0px solid #C0C0C0;
   height:2.2em;
   text-align: center;
   vertical-align: middle;

}


/* menu list items */
div#menu_horiz2 li {
   float: left;
   list-style: none; /* hides the list bullet */ 
   margin-left: 5px ;
   border-right: 0px solid #C0C0C0;
   text-align: center;
   vertical-align: middle;
}


/* the links, that is each list item */
div#menu_horiz2 a {
   padding: .4em 0em .4em 0.8em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #7F7F7F;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz2 li a:hover {
   background-color: transparent;
   color: #9F9F9F;
}
div#menu_horiz2 a.activeparent:hover {
   background-color: transparent;
   color: #9F9F9F;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz2 li.activeparent a {
   background: transparent;
   color: #7F7F7F;
}


/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_horiz li a.activeparent {
   color: #44b3de;
}

div#menu_horiz ul ul li a.activeparent {
   color: #44b3de;
}


div#menu_horiz2 h3 {
   padding: .4em 0em .4em 0.8em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #44b3de;
   background: transparent;
   font-weight: normal;
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}


div#menu_horiz h3 {
   color: #44b3de;
   background: transparent;
                        /* instead of the normal font size for <h3> */
}

/* End of 'Navigation Ebene 2 ENGLISH NEU' */

