div, td, p {
	font-family: "Trebuchet MS", Georgia, Times, serif;

}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px;
	font-size: 12px;
	display: none;
	display: block;
	padding-left: 0px;

}
#p7TMctrl a:link {
	color: #312418;
}
#p7TMctrl a:visited {
	color: #312418;
}
#p7TMctrl a:hover {
	color: #F7DFB5;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	line-height: 1.5;
	width: 210px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 25px;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to establish a cascading indent*/
#p7TMnav div div {
	color:#333333;
	text-indent:0px;
	margin: 0 0 0 0px;
	font-family: tahoma, verdana, sans-serif;
	line-height: 1.6;

}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #eeddbb;
	font-weight: bold;

}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	display: block;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
}
#p7TMnav div a:visited {
	color: #f7dfb5;
}
#p7TMnav div a:hover {
color: #D65508;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a:link {
	font-family: "tahoma", verdana, sans-serif;
	color: #F7DFB5;
}
#p7TMnav div div a:visted {
	color: #312418;
}
#p7TMnav div div a:hover {
	color: #312418;
}

/*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: 0px 0px;
	padding: 0px 0 0px 20px!important;

}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 0px 0px;
	padding: 0px 0 0px 20px!important;
}
.p7defmark {
	background-image:  none;
	padding: 1px 0 1px 20px !important;
}
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #eeddbb!important;
	padding: 1px 0 1px 20px !important;
	background-color: transparent !important;
}
