/*******************************************************************************

	Project		:	aumann-architekten.de

	Umsetzung	:	Bjšrn Hansen | www.stylepatrol.com
	
*******************************************************************************/


/* *********************************************  */
/* **************** TOP NAVIGATION *************  */
/* *********************************************  */

			* {
				margin: 0;
				padding: 0;
			}

			ul {
				list-style: none outside none;
			}


#header-nav {
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;
	position:absolute;
	left:0px;
	top:496px;
	text-align: left;
	font-size: 1.0em;
	line-height:1.4em;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	width:958px;
	height: 100px; /* uncomment to fix height in case you know it */ 
}


/* AUSZEICHNUNG DER AUSGEW€HLTEN SEITE */
#header-nav ul a.current {
	padding: 0;
	margin: 0;
	color: #f3670a;
	font-weight: bold;
}

#header-nav ul a {
	outline:0;
	color: #6b6a6a;
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

/* IE6 HACK ZUM ENTFERNEN DES LI CURRENT ABSTANDES */
* html li {
height: 0;
}

#header-nav ul {
padding-right: 1.3em;
}


#header-nav ul {
/*background: orange;*/
	position: relative;
}
#header-nav ul a {
	width: 130px;
}

#header-nav ul ul {
/*background: grey;*/
	left: 130px;
	position: absolute;
	top: 0;
	width: 81%;
}
#header-nav ul ul a {
	width: 130px;
}
#header-nav ul ul ul {
/*background: blue;*/
	left: 130px;
	position: absolute;
	top: 0;
	width: 70%;
}
#header-nav ul ul ul a {
	width: 250px;
}

#header-nav ul ul ul ul {
	/*background: red;*/
	left: 250px;
	position: absolute;
	top: 0;
	width: 55%;
}

#header-nav ul ul ul ul a {
	width: 250px;
}


/*
#header-nav a, .#header-nav a:link, #header-nav a:visited {
	text-decoration:none;
	cursor:pointer;
	color:#999;
	padding: 0 0 0 0;
}
*/

#header-nav a:hover, .navroot a:active {color:#f3670a;}
#header-nav ul.navroot li.active a.active {color:#f3670a;}