/*** 
 ** Main-Navigation Level 1
 */

.navLevel1{
	font-size: 12px;
	text-decoration:none;
	color: #000000;

	background-image: url(../images/icons/nav_level1.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	display:block;
	padding-left: 18px;
}

.navLevel1:hover, .navLevel1Active{
	font-size: 12px;
	text-decoration:none;
	color: #cd1300;
	font-weight: bold;

	background-image: url(../images/icons/nav_level1_high.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;

	display:block;
	padding-left: 18px;
}

/*** 
 ** Main-Navigation Level 2
 */
.navLevel2{
	font-size: 11px;
	text-decoration:none;
	color: #000000;

	background-image:none;
	background-repeat: no-repeat;
	background-position: 0 8px;
	display:block;
	padding-left: 0px;
}

.navLevel2:hover, .navLevel2Active{
	font-size: 11px;
	text-decoration:none;
	color: #cd1300;
	font-weight: bold;

	background-image:none;
	background-repeat: no-repeat;
	background-position: 0 8px;

	display:block;
	padding-left: 0px;
}

/*** 
 ** SITEMAP Level 1
 */
 
.sitemapLevel1{
	margin: 2px 0 4px 103px;
}

.sitemapLevel2{
	margin: 2px 0 4px 143px;
}