

/* ########## navigation ########## */


#navdiv ul { /* all lists */
	padding: 0px;
	margin: 0px;
	left: 0px;
	list-style: none;
	z-index: 100;
	float:left;
}

#navdiv li { /* all list items */
	float: left;
	position: relative;
	color: #666666;

}

#navdiv li ul { /* second-level lists */
	display: none;
	position: absolute;
	background-color:#e9e1f2;
	float:left;
	line-height: 0px;
	_border-top: 1px solid #e9e1f2;
	_margin-top: 35px;
	z-index: 101;
	margin-left: -6px;

}

#navdiv li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 32px;
	_top: auto;
	left: auto;
	border-top: 1px solid #6E3F9B
}

#navdiv li li {
	display: block;
	float: none;
	border: 0px;

}


#navdiv li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	left: 0px;
}


#navdiv img:hover {
	opacity: 0.6;
	filter:alpha(opacity=60);
	cursor:pointer;
}


/* ########## subnav links ########## */

#nav ul li a:link, #nav ul li a  {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 4px 2px 4px 0px;
	color: #6e3f9b;
	text-decoration: none;
	display:block;
	font-size: 0.92em;
	border-bottom: 1px solid #6e3f9b;
	line-height: 1.5em;
}

#nav ul li a:visited {

}

#nav ul li a:hover {
	color: #000000;
	background-image:url(img/n_dot.gif);
	background-repeat:no-repeat;
	background-position: right 1em;
}

#nav ul li a:active {
	color: #000000;
}


#nav ul li.lastnav a {
	margin-bottom: 8px;
}




/* ########## current page ########## */
#navhome,
#navhochzeit,
#navtrauerfeier,
#navfest,
#navkonzert,
#navreferenzen,
#navdiskografie,
#navlinks,
#navkontakt {
	margin-right: 30px;
}

#home #navhomeimg {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

#hochzeit #navhochzeitimg {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

#trauerfeier #navtrauerfeier img {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

#fest #navfest img {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

#konzert #navkonzert img {
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#referenzen #navreferenzen img {
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#diskografie #navdiskografie img {
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#links #navlinks img {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

#kontakt #navkontakt img {
	opacity: 0.6;
	filter:alpha(opacity=60);
}
