	#nav, #nav ul { /* all lists */
		padding:0; margin:0;
		list-style:none;
		float:left;
		width:141px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		width:141px;
		height:26px;
	}
	
	#nav h1 { 
		text-indent: -999em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left: 141px;
		margin-top:-26px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 141px;
		height:26px;
		display:block;
		color: black;
		font-weight : bold;
		text-decoration : none;
		background-color : white;
		padding:0;
		overflow:hidden;
	}
	
	#nav li a:hover {
		color : white;
		background-color : black;
	}
	
	#nav li a.home {
	background: url("../img/menu/bt_home.gif") no-repeat 0px 0px;
	}
	
	#nav li a.unternehmen {
	background: url("../img/menu/bt_unternehmen.gif") no-repeat 0px 0px;
	}
	
		#nav li a.unternehmen_leitung {
		background: url("../img/menu/bt_unternehmen_leitung.gif") no-repeat 0px 0px;
		}
	
		#nav li a.unternehmen_portrait {
		background: url("../img/menu/bt_unternehmen_portrait.gif") no-repeat 0px 0px;
		}
	
	#nav li a.leistungen {
	background: url("../img/menu/bt_leistungen.gif") no-repeat 0px 0px;
	}
	
		#nav li a.leistungen_sicherheitsanalyse {
		background: url("../img/menu/bt_leistungen_sicherheitsanalyse.gif") no-repeat 0px 0px;
		}
	
		#nav li a.leistungen_objektschutz {
		background: url("../img/menu/bt_leistungen_objektschutz.gif") no-repeat 0px 0px;
		}
		
		#nav li a.leistungen_pfortendienste {
		background: url("../img/menu/bt_leistungen_pfortendienste.gif") no-repeat 0px 0px;
		}
	
		#nav li a.leistungen_museumsdienste {
		background: url("../img/menu/bt_leistungen_museumsdienste.gif") no-repeat 0px 0px;
		}
		
		#nav li a.leistungen_baustellenbewachung {
		background: url("../img/menu/bt_leistungen_baustellenbewachung.gif") no-repeat 0px 0px;
		}
	
		#nav li a.leistungen_messeschutz {
		background: url("../img/menu/bt_leistungen_messeschutz.gif") no-repeat 0px 0px;
		}
		
		#nav li a.leistungen_personenschutz {
		background: url("../img/menu/bt_leistungen_personenschutz.gif") no-repeat 0px 0px;
		}
	
		#nav li a.leistungen_sicherheitstechnik {
		background: url("../img/menu/bt_leistungen_sicherheitstechnik.gif") no-repeat 0px 0px;
		}
		
		#nav li a.leistungen_notrufdienste {
		background: url("../img/menu/bt_leistungen_notrufdienste.gif") no-repeat 0px 0px;
		}
	
		#nav li a.leistungen_servicedienste {
		background: url("../img/menu/bt_leistungen_servicedienste.gif") no-repeat 0px 0px;
		}								
	
	#nav li a.jobangebote {
	background: url("../img/menu/bt_jobangebote.gif") no-repeat 0px 0px;
	}
	
	#nav li a.downloads {
	background: url("../img/menu/bt_downloads.gif") no-repeat 0px 0px;
	}
	
	#nav li a.sicherheitsportal {
	background: url("../img/menu/bt_sicherheitsportal.gif") no-repeat 0px 0px;
	}
	
	#nav li a.anfahrtsskizze {
	background: url("../img/menu/bt_anfahrtsskizze.gif") no-repeat 0px 0px;
	}
	
	#nav li a.kontakt {
	background: url("../img/menu/bt_kontakt.gif") no-repeat 0px 0px;
	}
	
		#nav li a.kontakt_index {
		background: url("../img/menu/bt_kontakt_kontakt.gif") no-repeat 0px 0px;
		}
		
		#nav li a.kontakt_form {
		background: url("../img/menu/bt_kontakt_form.gif") no-repeat 0px 0px;
		}
	
		#nav li a.kontakt_impressum {
		background: url("../img/menu/bt_kontakt_impressum.gif") no-repeat 0px 0px;
		}
	


	#nav li a:hover,
	#nav li a.active {
	background-position: 0px -26px;
	}	
	
	#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 { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}
