/*Sets line-height of all menuitems*/
#p7TMnav {
  line-height: 20px;
}
/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0px;
}
/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #333333;
	font-size: 12px;
	background-image:url(../images/nav_bg_grey.gif);
	text-indent: 5px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 0px 0 0px 12px;
	display: block;
	text-decoration: none; /* */
}
#p7TMnav div a:visited {
	color: #333333;
}
#p7TMnav div a:hover {
	color: #333333;
	background-image:url(../images/nav_bg_grey_b.gif);
}
.dot {
	background-image:url(../images/nav_dot_lv.gif);
}
/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 12px;
	border: 0;
	background-image:url(../images/nav_bg_white.gif);
}
#p7TMnav div div a:hover {
	color: #333333;
	background-image:url(../images/nav_bg_b.gif);
}
/*
#p7TMnav div div a:active {
	color: #333333;
	background-image:url(../images/nav_bg_b.gif);
}
*/
/*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 {
	font-size: 12px;
}
/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	font-weight: normal;
	color: #999999;
	padding-left: 14px;
	padding-top: 4px;
	font-size: 11px;
}
#p7TMctrl a:link {
	color: #999999;
}
#p7TMctrl a:visited {
	color: #999999;
}
#p7TMctrl a:hover {
	color: #333333;
}
/*  +++++++++++++++  rules programatically assigned to page link correesponding to current page (You are Here)  ++++++++++++++  */
/* Aktiver Zustand für die oberste Kategorie des Submenues*/
.p7currentmark {
	color: #333333;
	background-image:url(../images/nav_bg_grey_b.gif);
}
/* Aktiver Zustand für die erste Unterkategorie*/
#p7TMnav div div .p7currentmark {
	color: #333333;
	background-image:url(../images/nav_bg_b.gif);
}