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

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.5; /* */
	background-color: #FFFFFF;
}
#p7TMnav div {
	width: 152px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}


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

/*The Link style for top-level menuitems*/
#p7TMnav div a, #p7TMnav div a:visited  {
	display: block;
	width: 147px;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #FFF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color:#32437A;
	background-color: #D2D6E2;
}
/*#p7TMnav div a:visited {
	color:#32437A;
}*/
#p7TMnav div a:hover {
	border-bottom: 1px solid #77183A;
	color: #8F0000;
	background-color: #D6B9C4;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	display: block;
	width: 147px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1 dashed #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: none;
	text-decoration:none;
	color: #77183A;
	text-indent: 20px;
	background-color: #FFFFFF;
}
#p7TMnav div div a:hover {
	border-bottom: 1px solid #77183A;
	color: #8F0000;
	text-decoration:none;
	background-color: #D6B9C4;
}

/*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}*/
 #p7TMnav div div div a, #p7TMnav div div div a:visited {
	font-size: 0.9em;
	color: #32437A!important;
	background-color: #F8FFA1;
	text-align: right;
	border-bottom: 1px solid #F8FFA1;
/*	white-space: nowrap;*/
} 
#p7TMnav div div div a:hover {
	background-color: #F8FFA1;
	color: #660000!important;
	border-bottom: 1px solid #F8FFA1;
}

#p7TMBnav div div.hassubs a, #p7TMBnav div div.hassubs a:visited {
 text-decoration:none!important;
 }
/*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 !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
#p7TMnav div a.p7currentmark {
	border-bottom: 1px solid #8F0000!important;
	font-weight: bold;
	text-transform: uppercase;
	color:#8F0000!important;
	background-color: #D6B9C4!important;
}
#p7TMnav div div a.p7currentmark {
	border-bottom: 1px solid #FFFFFF!important;
	font-weight: bold;
	text-transform: uppercase;
	color:#8F0000!important;
	text-decoration:none!important;
	background-color: #FFFFFF!important;
}
#p7TMnav div div div a.p7currentmark {
	border-bottom: 1px solid #F8FFA1!important;
	font-weight: bold;
	text-transform: uppercase;
	color:#8F0000!important;
	text-decoration:none!important;
	background-color: #F8FFA1!important;
}



