/*Control DIV for expand all and collapse all links*/
#p7TMnav {
	width:172px;
	font: 13px/1.9 "Trebuchet MS";
}

#p7TMctrl {
	font-size: 12px;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
	padding-top: 14px;
	padding-bottom: 8px;
}
#p7TMctrl a:link {
	color: #7C785C;
	font-weight: bold;
	margin-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#p7TMctrl a:visited {
	color: #7C785C;
	margin-left: 5px;
	font-weight: bold;
}
#p7TMctrl a:hover {
	color: #82633F;
	margin-left: 5px;
	font-weight: bold;
}

/*Sets line-height of all menuitems*/
#p7TMnav {

}
/*Sets background color and border around the menu DIV*/
#p7TMnav {
	text-decoration: none;
}
#p7TMnav div {

}

/*second level menuitem divs*/
/*Sets left margin to 12px establishing a cascading indent*/
/*Sets border and bg color to establish the pastel BOXES*/
#p7TMnav div div {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 9px;
}

/*third level menuitem divs. Sets BOX color*/
#p7TMnav div div div {
	background: #CAC8A2;
	margin-left: 12px;
	line-height: 1.9;
}
/*fourth level menuitem divs. Sets BOX color*/
#p7TMnav div div div div {


}
/*fifth level menuitem divs. Sets BOX color. Cascades to lower levels*/
/*To set additional level color BOXES, add a new selector with an additional -div- appended*/
#p7TMnav div div div div div {

}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	margin-right: 6px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	display: block; /* */
	margin-right: 0px;
	color: #294260;
	padding-left: 4px;
	text-decoration: none;
	font-weight: bold;
}
#p7TMnav div a:visited {
	color: #294260;
	font-weight: bold;
}
#p7TMnav div a:hover {
	color: #82633F;
	font-weight: bold;
	text-decoration: underline;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	color: #657479;
	text-decoration: none;
	font-weight: bold;
}
#p7TMnav div div a:visited {
	color: #657479;
	font-weight: bold;
}
#p7TMnav div div a:hover {
	color: #82633F;
	font-weight: bold;
	text-decoration: underline;
}


/*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 {
	color: #657479;
	font: normal 13px/1.7 "Trebuchet MS";
}
#p7TMnav div div div a:visited {
	color: #657479;
	font-weight: normal;
}
#p7TMnav div div div a:hover {
	color: #82633F;
	font-weight: normal;
	text-decoration: underline;
}


/*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(p7t_plus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 20px !important;
}

.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(p7t_minus.gif);
	background-position: 8px 50%;
	padding: 2px 0 2px 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 2px 0 2px 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	background-color: transparent !important;
	color: #82633F !important;
	padding: 2px 0 2px 8px !important;
}

