/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 0.8em;
	display: none;
	/*/*/display: block; /* */
}
#p7TMctrl a:link {
	color: #ffffff;
}
#p7TMctrl a:visited {
	color: #666666;
}
#p7TMctrl a:hover {
	color: #CC0000;
}

/*Sets line-height of all top-level menuitems*/
#p7TMnav div {
	/*/*/line-height: 17px; /* */
}
/*Sets line-height of all other menuitems*/
#p7TMnav div div {
	/*/*/line-height: 2; /* */
}
/*Sets background color and border around the menu DIV*/
#p7TMnav {
	background-color: #FFFFFF;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	margin: 0 0 .7em 0;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .8em establishing a fluid cascading indent*/
#p7TMnav div div {
	margin: 0;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #fff;
	font-weight:bold;
	font-size: 60%;
	background-image:url(../images/greysubtab1.gif);
	background-repeat:no-repeat;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/display: block;
	padding: 0 0 0 12px;
	text-decoration: none;
	background-color: #fff; /* */
}
#p7TMnav div a:visited {
	color: #fff;
}
#p7TMnav div a:hover {
	color: #fff;
	background-image:url(../images/redsubtab1.gif);
	background-repeat:no-repeat;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #453756;
	font-size: 60%;
	background-image: none;
}
#p7TMnav div div a:hover {
	color: #E1001A;
	background-image: none;
}


/*rules programatically assigned to page link correesponding to current page (You are Here)*/
a.p7currentmark {
	font-weight: bold;
	color: #E1001A !important;
	background-color: transparent !important;
	padding: 0 0 0 12px !important;
}
