/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	display: block;
	/*/*/display: block; /* hide from NN4*/
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
 
#p7TMctrl a:link {
	color: #017B89;
	text-decoration:underline;
}
#p7TMctrl a:visited {
	color: #017B89;
	text-decoration:underline;
}
#p7TMctrl a:hover {
	color: #5E5E92;
	text-decoration:underline;
}


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

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left:20px;
	text-indent:-20px;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #017B89;
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
	padding: 0;
}
#p7TMnav div a:visited {
	color: #017B89;
	font-weight:bold;
}
#p7TMnav div a:hover {
	color: #5e5e92;
	font-weight:bold;
}

/*The Link style for second-level menuitems
#p7TMnav div div a {
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
}*/
/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 12px; 	
	border: 0; 
	line-height: 13px;
	padding-bottom: 11px;
	font-weight: normal;
}
#p7TMnav div div a:visited {
	font-size: 12px; 	
	border: 0; 
	padding-bottom: 11px;
	font-weight: normal;
}
#p7TMnav div div a:hover {
	font-size: 12px;
	color: #5e5e92;
	border: 0;  
	padding-bottom: 11px;
	font-weight: normal;

}
/*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 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_minus.gif);
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
}
 .p7defmark {
	background-image:  none;
	padding: 1px 0 1px 20px !important;
}
.p7currentmark {
	padding: 1px 0 1px 20px !important;
	font-weight: bold  !important;
	background-color:  transparent !important; 
	text-transform:  none !important;
	color: #5e5e92  !important; 
} 


