/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 10px 10px;
	font-size: 9px;
	color: #BBBBBB;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link, #p7TMctrl a:visited {
	color: #CCCCCC;
}
#p7TMctrl a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.5; /* */
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 10px establishing a cascading indent*/
#p7TMnav div {
	margin: 10px 0 0 0;
}
#p7TMnav div div {
	margin: 0 0 0px 10px;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a, #p7TMnav div a:visited {
	color: #DDDDDD;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 10px;
	border-top: 1px solid #AAAAAA;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMnav div a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #DDDDDD;
	font-size: 10px;
	font-weight: normal;
	border: 0;
}
#p7TMnav div div a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   url(../images/nav/p7t_plus.gif);
	background-position: 0 50%;
	margin: 0 0 0 10px;
	padding: 0 0 0 15px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(../images/nav/p7t_minus.gif);
	background-position: 0 50%;
	margin: 0 0 0 10px;
	padding: 0 0 0 15px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 25px !important;
}

/*rules programatically assigned to page link corresponding to current page (You are Here)*/
.p7currentmark {
	color: #FFFFFF !important;
	font-weight: bold !important;
	padding: 0 0 0 25px !important;
}