/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Arial, Helvetica, sans-serif
}
#p7TMnav div {
	line-height: 1.6;
	width: 100%;
	background-image: url(../images/nav_sub_bg_sliver.gif);
}
#p7TMnav div a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	width: 100%;
	border: 0;
	color: white;
}
#p7TMnav div a:hover {
	text-decoration: underline;
}
#p7TMnav div a:active {
	color: #9DC8EA;
}

#p7TMnav div a span {
	margin: 0 0 0 12px;
}

#p7TMnav div div a span {
	margin: 0 0 0 24px;
}

#p7TMnav div div div a span {
	margin: 0 0 0 36px;
}

/*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(../p7tm/p7t_plus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(../p7tm/p7t_minus.gif);
	background-position: 8px 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)*/
/* Make sure color has !important otherwise color from "#p7TMnav div a" will be used. */
.p7currentmark {
	color: #9DC8EA !important;
}
