/* __________________________________ */
/* MENÜ */
/* ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ */
#divNav { 	float:left; margin: 0; padding: 0; height: 3em; width: 1000px;}
#divNav ul { 	list-style:none;}
#nav { position: relative; top: 0; left:0; height: 3em; width: 1000px; margin: 0; padding-left: 0px; background: url(../gfx/bacmenu.gif) repeat-x; }
#nav li { margin: 0; float: left; display: block; padding-left: 15px; }
#nav li.menu1 { margin: 0; float: left; display: block; padding: 0 0 0 45px; }
#nav li ul { margin: 0;	padding:0; display: none; }
/* Hauptmenü Links */ 
#nav a:link, #nav a:visited 
{ text-decoration: none;font-weight: bold;color: #91BAD0;display: block;padding: 15px 0 0 0; margin:0 0 -15px 0; height: 3em; }
#nav a:hover { color: #fff;display: block;background: url(../gfx/bacpfeil.gif) no-repeat center top; }
#nav li.on a {color: #fff; background: url(../gfx/bacpfeil.gif) no-repeat center top; }
#nav li.on a:hover { color: #fff; font-weight: bold; }
#liProject {width: 4.3em;}
#liNews {width: 3em }
#liTechno {width: 7em }
#liPartner {width: 9.7em }
#liService {width: 4.4em }
#liLogin {width: 3em }
#liIntern {width: 5em }
#liSuche {width: 3.5em }
/* Rollover Hauptmenü mit Submenü */
#nav li.off a:hover, #nav li.off:hover a {color:#fff;
background: url(../gfx/bacpfeil.gif) no-repeat center top;}
#nav li.off ul li a:hover, #nav li.off:hover ul li a {background: url() no-repeat center top;}
#nav li.off:hover ul li a {color:#9FE18E;background: url() no-repeat center top;}
#nav li.off ul li a:hover {color:#fff;background: url() no-repeat center top;}
/* __________________________________ */
/* Submenü Links */
#nav li ul li a:link, #nav li ul li a:visited { text-decoration: none;font-weight: bold; color: #9FE18E; padding: 0; background: url();
float: left;width: auto; height: 1em; margin:0 0 30px 0;}
#nav li ul li a:hover{ text-decoration: none;font-weight: bold; color: #fff;background: url(); color: #fff;}
/* Aktiver Link */
#nav li ul li.linkAktiv a:link, #nav li ul li.linkAktiv a:visited { text-decoration: none;font-weight: bold; color: #fff; padding: 0; background: url();
float: left;width: auto; height: 1em;}
/* Erster Link */
#nav li ul li.link1 { text-decoration: none;font-weight: bold; color: #9FE18E; padding: 0 0 0 45px;}
/* Leiste sichtbar bei Rollover */
#nav li.off:hover ul, #nav li.over ul {	display: block;	z-index: 6000;}
/* Aktive/sichtbare Leiste  */
#nav li.on ul { display: block; }
/* Position Submenüleiste */
#nav li.off ul, #nav li.on ul  { position: absolute; top: 3em; left: 0;padding: 3px 0 3px 0;background: #17A343;height: 1.5em;width: 1000px;}
#nav li.on ul {	background: #17A343;}
/* __________________________________ */
/* ENDE MENÜ  */
