/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: .8em;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
#p7TMctrl a:link {
	color: #666666;
}
#p7TMctrl a:visited {
	color: #666666;
}
#p7TMctrl a:hover {
	color: #000000;
}


/*Sets line-height of all menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.8; /* */
}


/*Sets background color and border around the menu DIV*/
#p7TMnav {
	background-color: #DBCB98;
	border-bottom: 0px solid #999;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav 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*/
#p7TMnav div div {
	margin: 0 0 0 .02em;
	border-left: 0px solid #ffffff;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #ffffff;
	font-size: .9em;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/display: block;
	color: #ffffff; /*Netscape Text*/
	border: 0px solid #999;
	padding: 0 0 0 .9em;
	text-decoration: none;
	background-color: #B95915; /*Main Nav BOX Color - Rust*/
}
#p7TMnav div a:visited {
	color: #ffffff; /*FONT Color*/
}
#p7TMnav div a:hover {
	color: #FFFFFF; /*Main Nav TEXT Highlight Color*/
	background-color: #733E20;  /*Main Nav BOX Highlight Color*/
}

/*The Link and visited styles combined for SECOND-LEVEL menuitems 2ndaryNAV*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #ffffff;
	font-size: 1.em;
	background-color: B95915;
	border: 0;
	/* padding: 0 0 0 2.0em;*/
}
#p7TMnav div div a:hover {
	color: #30302E;
	background-color: #Ffffff;
}

/*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: .9em;
}

#p7TMnav div div div {
	font-size: .9em;
	/*/*/display: block;
	color: #ffffff; /*Netscape Text*/
	border: 0px solid #999;
	text-decoration: none;
	background-color: #B95915; /*Main Nav BOX Color - Rust*/
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: .9em;	
	
}

#p7TMnav div div div div a {   /*4th Level*/
	font-size: 1em;
	/*/*/display: block;
	color: #ffffff; /*Netscape Text*/
	border: 0px solid #999;
	text-decoration: none;
	background-color: #B95915; /*Main Nav BOX Color - Rust*/
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: .9em;	
	
}

/*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(arrowr-t.gif);
	background-position: 2px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(arrowd-t.gif);
	background-position: 2px 50%;
	padding: 0 0 0 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	/*padding: 0 0 0 20px !important;*/
	padding: 0 0 0 20px !important;
}

/*rules assigned to page link corresponding to CURRENT PAGE CURRENT PAGE CURRENT PAGE (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: none; /*Had been uppercase*/
	background-color: #B95915 !important; /*could change to #733E20 dark brown*/
	color: #ffffff !important;
	
	position: inherit;
}
/*special style for User Guide Tutorials*/
#stretchyCell {
	width: 14em;
}
