/* Start of CMSMS style sheet 'LISag : LISag_CSS_Menu' */
/********************
MENU
*********************/
dfn {
   display:inline;
   height:0;
   left:-1000px;
   overflow:hidden;
   position:absolute;
   top:-1000px;
   width:0;
}

div#navi ul {
   padding:0px;
   margin:0px;
}


/* third level has some padding to have it stand out */
div#navi ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#navi li {
   font-size: 10.5px;
   text-transform: uppercase;
   margin: 0;
   border-bottom: 1px solid #d3d1c6;
   padding:5px 0px 5px 0px;
   list-style-type: none;
}

#navi ul ul li {
   border: none;
   padding:0px;
   background:#f8f8f8;
}

/** fix stupid ie bug with display:block; **/
* html #navi li a { height: 1%; } 
* html #navi li hr { height: 1%; }
/** end fix **/

/* first level links */

div#navi a {
   text-decoration:none; 
   color: #6c6c6c;
   min-height:1em;
   padding:3px 0px 3px 3px;
   display:list-item;
}

div#navi a:hover {
        background: #d3d1c6;
}

div#navi a.activeparent:hover {
color: #002252;
}

/* next level links, more padding and smaller font */

div#navi ul ul  {
   padding:5px 0px 10px 0px;
   border-top: solid 1px #002252;
}

div#navi ul ul a {
  padding:3px 0px 3px 10px;
  list-style-image:url(uploads/images/template/arrow1.png);
  list-style-position: inside;
}

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

}


/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#navi li a.activeparent {
color: #002252;
font-weight: bold;
padding:3px 0px 3px 3px;
margin: 0px;   
}

div#navi ul ul li a.activeparent {
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#navi ul h3 {
	display: block; 
	color: #fff;                             
      background: #002252;	
      font-size: 11px;                          
      font-style: normal;
      text-transform: uppercase;
      margin: 0px;                                
}

div#navi ul h3 a{
font-weight:bold;
	color: #fff;       
      border-bottom:1px solid #667a97;
}
div#navi ul h3 a:hover{
font-weight:bold;
color: #fff;       
background: #002252;	
}

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

}

div#navi ul ul h3 a{
          color: #6C6C6C;                                
      background:#ffd74c;	
      font-size: 11px;                           
      font-weight: normal;
      text-transform: uppercase;
      margin: 0px;                                 
      padding:3px 0px 3px 10px;
      border-bottom:1px solid #FFC600;
  display: list-item;
  list-style-image:url(uploads/images/template/arrow2.png);
  list-style-position: inside;
}

div#navi ul ul h3 a:hover{
          color: #6C6C6C;                                
      background:#ffd74c;	                    
      font-weight: normal;                              
}

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

/* section header */
div#navi li.sectionheader {
   border-right: none;
   font-size: 130%;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}


/* separator */
div#navi 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#navi li.separator hr {
   display: none; /* this is for accessibility */
}

.newsuebersicht a{
color:#002252;
font-size:10px;
font-weight:bold;
margin-top: 5px;
text-decoration:underline;
}
/* End of 'LISag : LISag_CSS_Menu' */

