/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 15px 0;
	font-size: .9em;
	display: block;
	text-align: center;
}

#p7TMctrl a{
	color: #333333;
}


#p7TMnav {
	line-height: 1.55; 
	padding:0 15px;
}




#p7TMnav div div {
	margin: 0 0 0 12px;
	 
}

#p7TMnav div a {
	height:1%;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 12px;
	background-color: #198D2F;
	color: #FFFFFF;
	border-right: 10px solid #75D4FF;
	margin-bottom:2px;
	font-weight: bold;
	
}

#p7TMnav div a:hover {
	background-color: #063461;
	color: #FFFFFF;
	border-right: 10px solid #FF9900;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 1.1em;
	
}
#p7TMnav div div a:hover {
	color: #FFFFFF;
	background-color: #C5C6D8;
}


.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url(p7t_plus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(p7t_minus.gif);
	background-position: 8px 50%;
	padding: 2px 0 2px 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 2px 0 2px 20px !important;
}


/*.p7currentmark {
	font-weight: bold;
	letter-spacing: 3px;
	background-color: transparent !important;
	color: #FFFFFF !important;
	padding: 2px 0 2px 20px !important;
}*/

