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

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

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

/* ### Sub Navigation ######################################################### */

#nav {
	display:block;
	float:left;
	width:208px;
/*	background:url(bg_nav.gif) repeat-y;
*/
}

#nav p.copy,
#nav p {
	padding-right:20px;
	color:#fff;
	background: inherit;
	text-align: right;
}


#nav p.copy a,
#nav p.copy a:link {
	color: #fff;
	background: inherit;
	text-decoration: none;
}

#nav p.copy a:hover {
	color: #fff;
	background: inherit;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------*/

#navheight_vert {
	min-height: 193px;
}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:10px 0px;  }


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	font-size: 10px;
	text-transform:uppercase;
	margin-bottom:50px;
}

ul.nav1st li {
	display: block;
	padding-bottom:1px;
	color:#406592;
	background: inherit;
	font-weight:bold;
	text-align: left;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#406592;
	background: inherit;
	padding: 2px 8px 3px 10px;
}

ul.nav1st a:hover {
	color:#fff;
	background-color: #fdd482;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#fff;
	background-color: #fdd482;
}

/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	text-transform:uppercase;
}

ul.nav2nd li {
	background-color:#eeeeee;	
}

ul.nav2nd a:hover {
	background-color:#c4d4dc;
	color:#37444f;
}

ul.nav2nd li.active a.current {
	display:block;
	color:#406592;
	background-color: #c4d4dc;
	text-transform:uppercase;
}

ul.nav2nd li.active a {
	background-color:#eeeeee;
}


/* ### nav3rd - second level navigation ######################################### */

ul.nav3rd li {
	text-transform:none;
 	font-weight:normal;	
	text-indent:12px;
}

ul.nav3rd li.active a.current {
	color:#406592;
	text-transform:none;
	background-color: #e3e3e3;
	font-weight:normal;
}

ul.nav3rd li a:hover {
	background-color: #e3e3e3;
	color:#000;
}

/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}