/* main navigation bar and drop down menus */
/* navigation: wrapper div for navigation bar */

#navibox {
 	background: transparent url(/images/page_middle.png) repeat-y; 
}

#navigation {
	height: 28px; 
 	background: url(/images/nav_bgnd.png) no-repeat;  
	background-position: 97px 0px;
}
									 
#nav, #nav ul {   
	z-index: 999;
	line-height: 1.3;
	list-style: none;
	font-weight: bold;
	font-size: 95.01%; /*12px;*/
	border: none;
	padding: 0 0 0 100px;
	margin:0; 
}

#nav a {
	display: block;
	width: auto;   /* main menu entry -> automatic width */
	color: 	yellow; /* #FFFFFF; */
	text-decoration: none;
	padding: 7px 10px 5px 10px;  /* 7px 15px 5px 15px;*/ /* y, x - for all menu entries */
	background: transparent url(/images/nav_separator.gif) center right no-repeat;
}

#nav a.navlast {
	background: none;
}

#nav li {
	float: left;
	display: inline;
	padding: 0;
}
/* dropdown menu box */
#nav li ul {  
	position: absolute;
	left: -9990px;
	height: auto;
	width: 17.5em; /* 17.1em; */ /* width of dropdown menü */
	font-weight: normal;
	font-size: 98.1%;
	line-height: 1.0;
	background: #4268F5 url(/images/nav_dropdown_back.gif) top left repeat-x;
	border: 0.1em solid #000074; /*#4268F5; #318BFC;*/
/*	    border-top: none; */
	padding: 3px 0 3px 0;
	margin: 0;
}

#nav li li {
   /*background: #707070; */
	width: 17.5em; /* 17.1em; */ /* Breite des Selektbalkens */
}

/* dropdown entry */
#nav li ul a {  
    text-align: left;
	width: 16em;   /*14.5em; */        /* Breite des Eintrags im Pulldown */
	background: transparent;
}

#nav li ul  a.openpdf { 
	width: 14.2em;
	background: transparent url(/images/pdf.gif) center left no-repeat;
	padding: 5px 0 5px 22px; 
		
}

#nav li ul a.subnav {
	width: 8.0em;  /* 14em; */
	background: transparent url(/images/nav_arrow.gif) center right no-repeat;
}

#nav li ul ul {
	width: 17.5em; /* 17.1em; */
	margin: -2.35em 0 0 11.0em; /* 17.0em; */ /* position of sub-dropdowns */
}

#nav hr {	
	height: 2px; 
	border: none;
	background: transparent url(/images/hr.jpg) top left repeat-x;
	margin: 2px 0px 2px 10px; 
	padding: 0;
}		

#nav li.selected { 
	background: #2F84F2 url(/images/nav_bgnd_hi.gif) top left repeat-x;
}

#nav li.separator { 
	font-weight: bold;
	color: yellow; /*#FFFFFF;*/
	display: block;
	width: auto;   /* main menu entry -> automatic width */
	background: transparent url(/images/rh.jpg) bottom left repeat-x !important;
	margin-top: 3px;
	margin-bottom: 2px;
	padding: 5px 15px 5px 10px;  /* y, x - for all menu entries */
}

#nav li.subentry { 
	text-indent: 10px;
	line-height: 1.0;
	padding: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #0000A0	url(/images/nav_bgnd_loi.gif) center left repeat-x;
}

#nav li li:hover, #nav li li.sfhover {
	background: #000084 url(/images/nav_bgnd_loi.gif) center left repeat-x;
}

#nav li li.separator:hover, #nav li li.separator {
	background: transparent;
}

#nav li li.hr:hover, #nav li li.hr {
	background: transparent;
}


