
/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 5px 10px 5px 0px;
	font-size: 12px;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #195B87;
	text-decoration: underline;
	background-color: #c4e2f1;	
}
#p7TMctrl a:visited {
	color: #195B87;
}
#p7TMctrl a:hover {
	color: 195B87;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 18px;/*/*/
}

/*Div dividers*/
#p7TMnav div {
	margin: 5px 0px 5px 0px;
	padding: 4px 0 0 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #dddddd;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	padding: 1px 5px 5px 20px;
	background-color: #eeeeee;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #195B87;
	font-size: 12px;
	text-decoration: underline;
}
#p7TMnav div a:visited {
	color: #195B87;
}
#p7TMnav div a:hover {
	color: #195B87;
	text-decoration: underline;
	background-color: #c4e2f1;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 12px;
}

/*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 {
	font-size: 12px;
}

/*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 15px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 15px !important;
}

/*rules programatically assigned to page link corresponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	color: #195B87 !important;
}

/* --------------------------------------------------- */
/* ------ Press Room Archives ------------------------ */
/* --------------------------------------------------- */

/*Div dividers*/
div.pageAccordian #p7TMnav div {
	margin: 5px 5px 5px 5px;
	padding: 0px 5px 0px 5px;

}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
div.pageAccordian #p7TMnav div div {
	padding: 15px 15px 5px 15px;
	background-color: #fff;
}

/*The Link style for top-level menuitems*/
div.pageAccordian #p7TMnav div a {
	color: #195B87; font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}
div.pageAccordian #p7TMnav div a:visited {
	color: #195B87;
}
div.pageAccordian #p7TMnav div a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #9CF;
}

/*The Link style for second-level menuitems*/
div.pageAccordian #p7TMnav div div a {
	font-size: 11px;
}

/*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}*/
div.pageAccordian #p7TMnav div div div a {
	font-size: 11px;
}





