/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	font-size: 12px;
	display: block;
	/*/*/display: block; /* hide from NN4*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
#p7TMctrl a:link {
	color: #86997D;
	font-weight: normal;
}
#p7TMctrl a:visited {
	color: #86997D;
}
#p7TMctrl a:hover {
	color: #86997D;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.5;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
}
#p7TMnav div {
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #86997D;
	font-size: 12px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	font-weight: normal;
	padding: 3px;
}
#p7TMnav div a:visited {
	color: #86997D;
}
#p7TMnav div a:hover {
	color: #666633;
	background-color: #CCCCCC;
	display: block;
}

/*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: 0;
	margin-left: 10px;
	color: #003F8C;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:link, #p7TMnav div div a:hover, #p7TMnav div div a:visited {
	font-size: 11px;
	color: #003F8C;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #86997D;
	border-bottom-color: #86997D;
	border-left-color: #86997D;
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*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: 11px;
	color: #003F8C;
}
