/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
#p7TMctrl a:link {
	color: #666666;
}
#p7TMctrl a:visited {
	color: #666666;
}
#p7TMctrl a:hover {
	color: #FF9900;
}


/*Sets background color and border around the menu DIV*/
#p7TMnav {
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	line-height: 1.6;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	margin: 0 0 0px;
	padding: 0px;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .6em establishing a fluid cascading indent*/
/*Sets a left border*/
#p7TMnav div div {
	margin: 0 0 0 0px;
	padding: 0px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	display: block;
	color: #2E516B;
	padding: 0px 30px 0px 0px;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/master/menu/niveau1.gif);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	height: 38px;
}
#p7TMnav div a:visited {
	background-image: url(images/master/menu/niveau1.gif);
	background-repeat: no-repeat;
}
#p7TMnav div a:hover {
	background-image: url(images/master/menu/niveau1hover.gif);
	background-repeat: no-repeat;
}
#p7TMnav div a:active {
	background-image: url(images/master/menu/niveau1.gif);
	background-repeat: no-repeat;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited, #p7TMnav div div a:active {
	color: #2E516B;
	font-size: 100%;
	border: 0;
	font-weight: bold;
	background-image: url(images/master/menu/niveau2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 38px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#p7TMnav div div a:hover {
	background-image: url(images/master/menu/niveau2hover.gif);
	background-repeat: no-repeat;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a, #p7TMnav div div div a:visited {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	background-image: url(images/master/menu/niveau3.gif);
	background-repeat: no-repeat;
}

#p7TMnav div div div a:hover {
	background-image: url(images/master/menu/niveau3hover.gif);
	background-repeat: no-repeat;
}

/* Extern menu */
/*Sets background color and border around the menu DIV*/
#treemenuextern {
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	line-height: 1.6;
}

/*Sets a bottom margin for each top-level link*/
#treemenuextern div {
	margin: 0 0 0px;
	padding: 0px;
}

#treemenuextern div a {
	display: block;
	color: #66A1CC;
	padding: 0px 30px 0px 0px;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/master/menu/niveau1.gif);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	height: 38px;
}
#treemenuextern div a:visited {
	background-image: url(images/master/menu/niveau1.gif);
	background-repeat: no-repeat;
}
#treemenuextern div a:hover {
	background-image: url(images/master/menu/niveau1hover.gif);
	background-repeat: no-repeat;
}

/*The Link and visited styles combined for second-level menuitems of the extern menu*/
#treemenuextern div div a, #treemenuextern div div a:visited, #treemenuextern div div a:active {
	color: #66A1CC;
	font-size: 100%;
	border: 0;
	font-weight: bold;
	background-image: url(images/master/menu/niveau2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 38px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#treemenuextern div div a:hover {
	color: #2E516B;
	background-image: url(images/master/menu/niveau2hover.gif);
	background-repeat: no-repeat;
}


/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: normal;
	padding: 0px 30px 0px 0px!important;
	font-style: normal;
	background-image: url(images/master/menu/active.gif)!important;
	background-repeat: no-repeat;
}


