
/* remove all the bullets, borders and padding from the default list styling */

#NaviMain ul {	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style:none;
}

#NaviMain ul ul li {
	margin: 0px;	
	padding: 0px;	
	list-style-type: none;
	border-top:1px solid #fff;
}

#NaviMain ul ul {	
	/*width: 139px;*/
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#NaviMain li {	
	float: left;	
	/*width: 100px;*/
	position: relative;
	list-style-type: none;
	list-style:none;
}

/* style the links for the top level */
#NaviMain a, #NaviMain a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:normal;	font-size: 12px;
	text-decoration: none;
	color: #fff;
	/*width: 100px;*/
	padding: 0px 15px 0px 15px;
	line-height: 20px;
/*	border-right:1px solid #fff;
	
	border-bottom:1px solid #fff;	
*/	
	background-image:url(../pics/arrow.gif);
	background-repeat:no-repeat;
	background-position:7px 7px;	

	}

.act  {
	color: #fff !important;
	background-color: #38177F;
	/*border-bottom:1px solid #38177F !important;


	background-image:url(../pics/ar_e1_ov.jpg) !important;
	background-repeat:no-repeat !important;
	background-position:3px 7px !important;
	*/
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #NaviMain a, * html #NaviMain a:visited {
	/*width: 139px;
	w\idth: 129px;*/
}

/* style the second level background */
#NaviMain ul ul a.drop, #NaviMain ul ul a.drop:visited {
	background: #737373;	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	height: auto;
	line-height: 1em;
	padding: 5px 10px 5px 15px;
	width: 124px;
	
	/*
	background-image:url(../pics/arrow.gif);
	background-repeat:no-repeat;
	background-position:3px 7px;
	*/

}
/* style the second level hover */

#NaviMain ul ul a.drop:hover {
	background: #737373;	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	height: auto;
	line-height: 1em;
	padding: 5px 10px 5px 15px;
	width: 124px;

	/*
	background-image:url(../pics/ar_e1_ov.jpg);
	background-repeat:no-repeat;
	background-position:3px 7px;
	*/
}

#NaviMain ul ul :hover > a.drop {
	background: #737373;	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	height: auto;
	line-height: 1em;
	padding: 5px 10px 5px 15px;
	width: 124px;
	
	background-image:url(../pics/arrow.gif);
	background-repeat:no-repeat;
	background-position:3px 7px;
}
/* style the third level background */
#NaviMain ul ul ul a, #NaviMain ul ul ul a:visited {
	background: #737373;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	border-left:none;

}
/* style the third level hover */
#NaviMain ul ul ul a:hover {
	background: #38177F;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
		
	border-left:none;

	background-image:url(../pics/arrow.gif);
	background-repeat:no-repeat;
	background-position:3px 7px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#NaviMain ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 19px;
	left: 0;
	width: 139px;
}
/* another hack for IE5.5 */
* html #NaviMain ul ul {
	top: 20px;
	t\op: 20px;
}
/* position the third level flyout menu */
#NaviMain ul ul ul {
	left: 150px;
	top: 0;
	width: 139px;
}
/* position the third level flyout menu for a left flyout */
#NaviMain ul ul ul.left {
	left: -139px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#NaviMain table {
	position: absolute;
	top: 0;
	left: 0;
}
/* style the second level links */
#NaviMain ul ul a, #NaviMain ul ul a:visited {
	background: #737373;	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	height: auto;
	line-height: 1em;
	padding: 5px 10px 5px 15px;
	width: 124px;	
	border:none;



}

/* yet another hack for IE5.5 */
* html #NaviMain ul ul a {
	width: 134px;
	w\idth: 124px;
}
/* style the top level hover */
#NaviMain a:hover {
	color: #fff;
	background: #38177F;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	

	background-image:url(../pics/arrow.gif) !important;
	background-repeat:no-repeat !important;
	background-position:7px 7px !important;

}


#NaviMain ul ul a:hover {
	/*color: #fff;
	background: #CC1622; */
	
	color: #fff !important;
	background: #38177F !important;
	/*border-top:1px solid #fff;*/
	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	
	background-image:url(../pics/arrow.gif);
	background-repeat:no-repeat;
	background-position:3px 7px;
}
#NaviMain :hover > a {
	color: #fff;
	background: #38177F;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#NaviMain ul ul :hover > a {
	color: #fff;
	background: #38177F;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	background-image:url(../pics/arrow.gif) !important;
	background-repeat:no-repeat !important;
	background-position:3px 7px !important;
}

/* make the second level visible when hover on first level list OR link */
#NaviMain ul li:hover ul, #NaviMain ul a:hover ul {
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#NaviMain ul :hover ul ul {
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
#NaviMain ul :hover ul :hover ul {
	visibility: visible;
}

#NaviHomeImpressum ul {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	float: right;
}

#NaviHomeImpressum ul li.no {
	text-align: center;
	float: left;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;		
	list-style: none;
	list-style-type: none;
	display: block;
	line-height:11px;

}

#NaviHomeImpressum ul li.last {
	text-align: center;
	float: left;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;		
	list-style: none;
	list-style-type: none;
	display: block;
	line-height:11px;
}

#NaviHomeImpressum ul li.no a {
	text-align: center;
	display: block;	
	padding: 0px 4px 0px 4px;
	margin: 0px;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	/*border-right:1px solid #fff;*/
	line-height:11px;
}

#NaviHomeImpressum ul li.last a {
	text-align: center;
	display: block;	
	padding: 0px 4px 0px 4px;
	margin: 0px;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	border:none;
	line-height:11px;
}

#NaviHomeImpressum ul li.no a:hover,link,visited,active {
	text-align: center;
	display: block;	
	padding: 0px 4px 0px 4px;
	margin: 0px;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	background:none;
	line-height:11px;
}

#NaviHomeImpressum ul li.last a:hover,link,visited,active {
	text-align: center;
	display: block;	
	padding: 0px 4px 0px 4px;
	margin: 0px;	

	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #fff;;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	background:none;
	line-height:11px;
}


#NaviMainE2 p {
	display: none;
}

#NaviMainE2 ul {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;	
}

#NaviMainE2 ul li {
	line-height:17px;
	text-align: center;
	float: left;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-type: none;
	background: none !important;
}

#NaviMainE2 ul li a {
	text-align: center;
	display: block;	
	padding: 1px 8px 0px 8px;
	margin: 0px;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	background: none !important;
	font-weight:bold;
}

#NaviMainE2 ul li a:hover,link,visited,active {
	color: #fff;
	text-decoration:underline;
	background: none !important;
}

#NaviMainE2 ul li.act a {
	color: #fff;
	text-decoration:underline;
	background: none !important;
	border:none !important;
}

#NaviMainE2 ul li.act {
	color: #fff;
	text-decoration:underline;
	background: none !important;
	border:none !important;
}

#NaviMainE3 p {
	display: none;
}

#NaviMainE3 ul {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;	
}

#NaviMainE3 ul li {
	line-height:17px;
	text-align: center;
	float: left;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #38177F;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-type: none;
	background: none !important;
}

#NaviMainE3 ul li a {
	text-align: center;
	display: block;	
	padding: 1px 8px 0px 8px;
	margin: 0px;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #38177F;
	text-decoration: none;
	background: none !important;
	font-weight:bold;
}

#NaviMainE3 ul li a:hover,link,visited,active {
	color: #38177F;
	text-decoration:underline;
	background: none !important;
}

#NaviMainE3 ul li.act a {
	color: #38177F;
	text-decoration:underline;
	background: none !important;
	border:none !important;
}

#NaviMainE3 ul li.act {
	color: #38177F;
	text-decoration:underline;
	background: none !important;
	border:none !important;
}


#Rootline span {
	line-height:20px;	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	display:block;
	float:left;
}

#Rootline p {
	line-height:20px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
}

#Rootline ul {	
	line-height:20px;
	list-style: none;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	display:block;
	float:left;
}

#Rootline ul li {	
	line-height:20px;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	display:block;
	float:left;
}

#Rootline ul li a {
	line-height:20px;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	background: none;
}

#Rootline ul li a:hover,link,visited,active {	
	line-height:20px;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #868789;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}