

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #333333;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #66CC00;
}


#p7TMnav h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 140%; /* */
	margin-bottom: 15px;
	font-size:.65em;
	}



/*The Link style for top-level menuitems*/
#p7TMnav div a {
	
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 15px 0 15px;
	background: url(/app_templates/coretemplates/images/box_blue_arrow.gif) no-repeat;
	background-position:left 3px;
	display:block;
	margin-bottom: 6px;
	}
#p7TMnav div a:visited {
	color:#CCCCCC;
}
#p7TMnav div a:hover {
	color: #54a6aa;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin-bottom: 12px;
	margin-top: 0;
	margin-right: 0;
	}
	
/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	margin-left:20px;
	padding-left:15px;
	background: url(/app_templates/coretemplates/images/box_blue_arrow.gif) no-repeat;
	background-position:left 2px;
	
}

/*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 {

}

/*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 15px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_minus.gif);
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
	font-weight: bold;
}
/*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)*/
.p7currentmark {
	font-weight: bold;
	color: #F63800;
	color: #F63800; !important;
	padding: 0 0 0 15px !important;
	background: url(/app_templates/coretemplates/images/box_blue_arrow.gif) no-repeat;
	background-position:left 3px;
}


#p7TMnav div #firstLink{
		
		padding: 0px;
		background-image:none;
		
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		color:#fff;
		font-size:19px;
		line-height:.9em;
}