/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #AEA6CB;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 20px 5px 0px;
	display: block;
   text-decoration: none;
	text-align: right;
}

/*#p7TMnav div a:visited {
	color: #000000;
}*/

#p7TMnav div a:hover {
	background-color: #7A6DAA;
	border-right: 1px solid #7A6DAA;
	color: #FFFFFF;
}

/*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 second-level menuitems*/
#p7TMnav div div a {
	padding: 5px 20px 5px 0px;
	display: block;
	background-color: #D3CEE2;
	border-bottom: none;
	color: #000000;
	text-decoration: none; /* */
	font-size: 11px;
	font-weight: bold;
}

#p7TMnav div div a:hover {
	background-color: #7A6DAA;
	color: #FFFFFF; 
}

/*The Link style for third-level menuitems*/
#p7TMnav div div div a {
	padding: 5px 20px 5px 0px;
	display: block;
	background-color: #E7E4EF;
	border-bottom: none;
	color: #000000;
	text-decoration: none; /* */
	font-size: 9px;
	font-weight: normal;
}

#p7TMnav div div div a:hover {
	background-color: #7A6DAA;
	color: #ffffff;
}

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

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 5px 20px 5px 0px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	color: #FFFFFF; !important;
	border-right: 1px solid #7A6DAA !important;
	padding: 5px 20px 5px 0px !important;
	background-color: #7A6DAA !important;
}
