/*Control DIV for expand all and collapse all links*/
#p8TMctrl {
	margin: 0 0 12px 0;
	font-size: .9em;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
#p8TMctrl a:link {
	color: #a28463;
}
#p8TMctrl a:visited {
	color: #98bead;
}
#p8TMctrl a:hover {
	color: #e8eb90;
}


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


/*Sets background color and border around the menu DIV*/
#p8TMnav {
	background-color: #ffffff;
	/*border-bottom: .12em solid navy; */
}

/*Sets a bottom margin for each top-level link*/
#p8TMnav div {
	margin: 0 0 .16em 0;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .6em establishing a fluid cascading indent*/
/*Sets a left border*/
#p8TMnav div div {
	margin: 0 0 0 .6em;
	/*border-left: 1px solid #999;*/
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p8TMnav div a {
	color: #fff;
	font-size: 1em;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p8TMnav div a {
	/*/*/display: block;
	color: #000000;
	font-weight: bold;
	border: 1px solid #999;
	padding: 0 0 0 .4em;
	text-decoration: none;
	background-color: #cccc99; /* */
}
#p8TMnav div a:visited {
	color: #fff;
}
#p8TMnav div a:hover {
	color: #333;
	background-color: #e8eb90;
}

/*The Link and visited styles combined for second-level menuitems*/
#p8TMnav div div a {
	color: #fff;
	font-size: .9em;
	background-color: transparent;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#p8TMnav div div a:visited {
	color: #fff;
	font-size: .9em;
	background-color: transparent;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#p8TMnav div div a:hover {
	color: #000;
	background-color: #e8eb90;
}

/*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: p8TMnav div div div div a {declaration}*/
#p8TMnav div div div a {
	font-size: .8em;
}
#p8TMnav div div div a:visited {
	font-size: .8em;
}

/*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 p8TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p8plusmark {
	background-repeat: no-repeat;
	background-image:  url("p7t_plus.gif");
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.p8minusmark {
	background-repeat: no-repeat;
	background-image:  url("p7t_minus.gif");
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p8defmark {
	background-image:  none;
	/*padding: 0 0 0 20px !important;*/
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p8currentmark {
	font-weight: bold;
	text-transform: none;
	background-color: #996600!important;
	color: #fff !important;
	padding: 0 0 0 20px !important;
}
/*special style for User Guide Tutorials*/
#stretchyCell {
	width: 14em;
}
