#navImage { width:190px; height:30px; border:0px;}
#navImage a:hover {background:#FFF;}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0;
	font-size: 12px;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #006fb9; text-decoration:none;
}
#p7TMctrl a:visited {
	color: #006fb9; text-decoration:none;
}
#p7TMctrl a:hover {
	color: #000; text-decoration:none;
}


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

/*second level menuitem divs on - Cascades to lower levels*/

#p7TMnav div {
	margin:0; padding:0;
	width:190px;
	border-bottom:1px solid #9add98;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #006fb9;
	background:#FFF;
	font-size: 14px;
	padding:3px 0px;
	text-decoration:none;
	width:190px;
	display:block;
	border-bottom:0px;
}
#p7TMnav div a:visited {
	color: #006fb9;
}
#p7TMnav div a:hover {
	color: #000;
	background:#c6e0f1;
}

#p7TMnav div div, #p7TMnav div div div {border-bottom:0px;}
/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 12px;
	border-bottom:0px;
	margin-left:.5em;
}

/*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;
	margin-left:.75em;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	background:#c2ddef; padding:2px;
	color: #006fb9 !important;
}
