/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #333333;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #66CC00;
}

#p7TMnav a { outline: none; }


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

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

/*The Link style for top-level menuitems*/
#left #p7TMnav div a {
	color: #333333;
	font-size: .75em;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 1px 0 0px 10px;
	width: 203px;
}
#left #p7TMnav div a:visited {
	color: #333333;
}
#left #p7TMnav div a:hover {
	color: #A62315;
	text-decoration: underline;
}

/*The Link style for second-level menuitems*/
#left #p7TMnav div div a, #left #p7TMnav div div a:visited {
	color: #333333;
}
#left #p7TMnav div div a {
	font-size: 0.7em;
	padding-left: 20px;
	width: 193px;
	line-height: 1.5em;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 0px;
}
#left #p7TMnav div div div a {
	padding-left: 35px;
	width: 178px;
	line-height: 1.2em;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 0px;
}
#left #p7TMnav div div div a, #left #p7TMnav div div div a:visited {
	color: #474C55;
}

/*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}*/

/*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(p7t_plus.gif);
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_minus.gif);
	background-position: 0 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;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
#left .p7currentmark {
	font-weight: bold;
	color: #A62315!important;
	text-decoration: underline!important;
}
