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

	Project		:	Ascarlos
	Copyright	:	Gunnar Weikinnes

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





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

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


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

ul.nav1st {
	padding:45px 0px;
	font-size:1em;
	text-transform:capitalize;
	margin: 0 0 0 12px !important; /* other*/
	margin: 0 0 0 9px  /* IE */
}

ul.nav1st li {
	display: block;
	padding:10px 5px;
	color:#fff;
	background: #0f0f0f;
	font-weight:bold;
	text-align: left;
	list-style-type:none;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st a:hover {
	color:#0f0f0f;
	background: #fff;
	padding: 1px 0;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current:hover {
	color:#0f0f0f;
	background: #fff;
	padding: 1px 0;

}


/* ### nav2nd - second level navigation ######################################### */
ul.nav2nd {
	padding:0px 10px;
	font-size:0.7em;
	text-transform:capitalize;
	margin: 0 0 0 12px !important; /* other*/
	margin: 0 0 0 9px  /* IE */
}

ul.nav2nd li {
	display: block;
	padding:3px 0;
	color:#fff;
	background: inherit;
	font-weight:bold;
	text-align: left;
	list-style-type:none;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display: block;
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav2nd a:hover {
	color:#0f0f0f;
	background: #fff;
	padding: 1px 0;
}

ul.nav2nd li a.current, 
ul.nav2nd li a.current:link {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav2nd li a.current:hover {
	color:#0f0f0f;
	background: #fff;
	padding: 1px 0;

}

