/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: .8em;
	display: none;
	/*/*/display: block; /* Hide from NN4 */
}
#p7TMctrl a {
	color: #666666;
}
#p7TMctrl a:hover {
	color: #AF0024;
}


#p7TMnav {
	/*/*/line-height: 1.55; /* */
}


#p7TMnav div div {
	margin:0
	
}


#p7TMnav div a {
	color: #333333;
	font-size: 1.1em;
	height:1%;
}
#p7TMnav div{margin-top:1px;}

#p7TMnav div a {
	padding: 1px 0 1px 12px;
	display: block;
	background-color: #1F346D;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

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


#p7TMnav div div a {
	font-size: 1em;
	background-color: transparent;
	border: 0;
	color: #1F346D;
	padding:2px 0 2px 25px;
}


#p7TMnav div div div a {
	font-size: 1.1em;
}


.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_plus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 20px !important;
}
.p7defmark {
	background-image:  none;
	padding: 1px 0 1px 20px !important;
}
.p7currentmark {
	color: #000 !important;
	padding: 1px 0 1px 20px !important;
	background-color: transparent !important;
}
