/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		XXX
	date:			Monat/2008, Autor
	version:		4.1.5
	file:			navigation.css
	function:		navigation-style  
********************************************************************************************************/

/*--------------------------------
 csc Sitemap  
--------------------------------*/
/*   nummerierung und punkt verstecken  */
li dfn, .usb {
	display:none;
}

/*******  nav language  ****/
ul#navLanguage {
	margin:0;
	padding: 0;
}
#navLanguage li {
	float:left; 
	display:inline;
	border-left: 1px solid;
	padding: 0 0.33em;
}
#navLanguage a:hover { 
	text-decoration:none;
}
#navLanguage li:first-child {
	border-left:none;
}

#navLanguage li.act {
font-weight:bold;
}

#navLanguage li.act_first {
	font-weight:bold;
}

/*IE 6 kennt keine Pseudoclass*/
	* html #navLanguage li.first {
		border-left:none;
	}

	* html #navLanguage li.act_first {
		border-left:none;
		font-weight:bold;
	}

	
/*******  nav shortcut  ****/
ul#navTop {
	margin:0;
	padding: 0;
}

#navTop li {
	float:right; 
	display:inline;
	border-right: 1px solid;
	padding: 0 0.33em;
}
#navTop a:hover { 
	text-decoration:none;
}

#navTop li:first-child {
	border-right:none;
}

/*IE 6 kennt keine Pseudoclass*/
	* html #navTop li.navTop_last{
		border-right:none;
	}


/*******  mainnav left  ****/
ul#nav1, ul#nav2, ul#nav3, ul#nav4 {
	width:199px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0px;
	margin:0;
}

/*IE 6 */
	* html ul#nav1 {
		width:198px;
	}

li#nav1 {
	margin-left: 0; 
	line-height: 1.5em; 
}


ul#nav1 a {
	font-size: 0.9em;
	background-color:#024569;
	border:1px solid #000000;
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	padding:2px 5px;
	text-decoration:none;
	margin:0px 0px 2px 0px;
}

/*IE 6 */
	* html ul#nav1 a {
		width:100%;
	}

ul#nav1 a:hover {
	background-color:#7B8892;
}

ul#nav1 .cur a, ul#nav1 .activ a {
	font-weight:bold;
}

/*******mainnav left 2 ebne*****/
ul#nav2 a {
	background-color:#FFFFFF;
	color:#024569;
	border: none;
	padding-left:15px;
}

/*IE 6 */
	* html ul#nav2 a {
		width:190px;
	}

ul#nav2 a:hover, ul#nav2 .cur a {
	background-color:#E7E7E7;
}

/*******mainnav left 3 ebne*****/
ul#nav3 a {
	padding-left:30px;
}

/*IE 6 */
	* html ul#nav3 a {
		width:175px;
	}

/*******mainnav left 4 ebne*****/
ul#nav4 a {
	padding-left:45px;
}

/*IE 6 */
	* html ul#nav4 a {
		width:160px;
	}