/*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 hidden from Netscape 4*/
#p7TMnav div a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 20px;
	display: block;
	background-color: #3D7A99;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

#p7TMnav div a:visited {
	color: #FFFFFF;
}

#p7TMnav div a:hover {
	background-color: #69A7C3;
	color: #24495B;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	padding: 5px 0px 5px 30px;
	display: block;
	background-color: #69A7C3;
	border-bottom: none;
	color: #FFFFFF;
	text-decoration: none; /* */
}

#p7TMnav div a:hover {
	background-color: #8FBDD2;
	color: #24495B;
}

/*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: 6px 50%;
	padding: 5px 0 5px 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 6px 50%;
	padding: 5px 0 5px 20px !important;
}
.p7defmark {
	background-image:  none;
	padding: 5px 0 5px 20px !important;
}
.p7currentmark {
	font-weight: bold;
	color: #333 !important;
	padding: 5px 0 5px 20px !important;
	background-color: transparent !important;
}
