/*Sets line-height of all menuitems*/
#p7TMnav {
	line-height: 18px;
	background-color: #F1F1F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6C6;
	width: 175px;
	left: 10px;
	top: 242px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 10;
}

/*second level menuitem divs on - Cascades to lower levels*/
#p7TMnav div div {
	margin: 0 0 0 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C6C6C6;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #000000;
	font-size: 11px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 0px 0 0px 16px!important;
	display: block;
	background-color: #FFFFFF;
	border-top: 1px solid #C6C6C6;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	text-decoration: none; /* */
}
#p7TMnav div a:visited {
	color: #000000;
}
#p7TMnav div a:hover {
	color: #AA0030;
	background-image:  url("../p3img/pfeil.gif");
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	padding: 0px 0 0px 24px!important;
	display: block;
	background-color: #F1F1F1;
	border-top: 0px solid #eee;
	border-right: 0px solid #666;
	border-bottom: 0px solid #F1F1F1;
	border-left: 0px solid #999;
	text-decoration: none;
	background-image: none !important;
	font-size: 11px;
}

#p7TMnav div div a:hover {
	color: #AA0030;
	background-image: none;
	background-position: 0px 50%;
}

/*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 {
	padding: 0px 0 0px 34px!important;
	display: block;
	background-color: #F1F1F1;
	border-top: 0px solid #eee;
	border-right: 0px solid #666;
	border-bottom: 0px solid #F1F1F1;
	border-left: 0px solid #999;
	text-decoration: none;
	background-image:  url(../p3img/p3le3vdot.gif)!important;
	background-repeat: no-repeat !important;
	background-position: 22px 50%!important;
	font-size: 11px;
}
#p7TMnav div div div a:hover {
	color: #AA0030;
	background-image:  url("../p3img/p3le3vdot.gif");
	background-position: 22px 50%;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   url("../p3img/plus.gif");
	background-position: 6px 50%;
	padding: 0px 0 0px 20px!important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url("../p3img/minus.gif");
	background-position: 0px 50%;
	padding: 0px 0 0px 20px!important;
	color: #AA0030 !important;
}
.p7defmark {
	background-image:  none;
	padding: 0px 0 0px 20px!important;
}
.p7currentmark {
	color: #AA0030!important;
	padding: 0px 0 0px 20px!important;
	background-color: transparent !important;
}
