/*******************************************************************************



	Project		:	Jag Point

	Copyright	:	Design - Lemonideas - www.lemonideas.net



*******************************************************************************/









/*	Navigation horizontal and vertical - 

	Wenn nur die Navigation mit der ID 2 verwendet wird, kann alles bis 

	zum nächsten Kommentar gelöscht werden

-------------------------------------------------------------------------------*/



.menue {

	float: left;

	width: 200px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	border-right: 0px solid #FFF;

	height: 435px;
	
	background-color: #e5ff99;

}

.nav1st, .nav2nd {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

}

#navheight_vert {

	min-height: 193px;

}

* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */



#navheight_vert ul.nav1st { padding:10px 20px;  }





/* ### nav1st - first level navigation ######################################## */



ul.nav1st {

	padding:0px 20px;

	/*font-size:11px;*/

	text-transform:uppercase;
	
	color:#ff9948;

}



ul.nav1st li {

	display: block;

	padding:3px 0;

	color:#ff9948;

	background: inherit;

	font-weight:bold;

	text-align: left;

}



ul.nav1st a, 

ul.nav1st a:link {

	display: block;

	color:#ff9948;

	background: inherit;

	padding: 1px 0;

}



ul.nav1st a:hover {

	color:#66994d;

	background: inherit;

	padding: 1px 0;

}



ul.nav1st li a.current, 

ul.nav1st li a.current:link {

	color:#ff9948;

	background: inherit;

	padding: 1px 0;

}



ul.nav1st li a.current:hover {

	color:#ff9948;

	background: inherit;

	padding: 1px 0;

}





/* ### nav2nd - second level navigation ######################################### */



ul.nav2nd {

	margin: 0;

	/*font-size: 0.5em;*/

	font-weight:bold;

	text-transform: uppercase;

	color:#ff9948;
}



ul.nav2nd li {
	padding: 0;
	margin: 0;
	font-weight: bold;
	border: none;
	text-align: left;
	color: #ff9948;
}



ul.nav2nd a, 

ul.nav2nd a:link {

	display:block;

	padding:2px 0px 0px 10px;

	color:#ff9948;
}





ul.nav2nd a:hover {

	padding:2px 0px 0px 10px;

	/*background-color:#c4d4dc;*/

	color:#FDB913;
}



ul.nav2nd li.active a, 

ul.nav2nd li.active a:link {

	padding:2px 0px 0px 10px;

	/*background-color:#c4d4dc;*/

	color:#FDB913;

}





/* ### Breadcrump Navigation #################################################### */



#sitePath {

	float:left;

	padding-left:20px;

	color:#c4d4dc;

	background: inherit;

}



#sitePath a, #sitePath a:link {

	color:#c4d4dc;

	background: inherit;

	text-transform:none;

}
