/*Sets background color and border around the menu DIV*/
#p7TMnav {
	font-size: 11px;
	margin: 0px;
	display: block;
	background-color: #7F93AF;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	font-size: 11px;
	text-indent: 0px;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .8em establishing a fluid cascading indent*/
#p7TMnav div div {
	font-size: 11px;
	text-indent: 12px;
}
#p7TMnav div div a:link, #p7TMnav div div a:visited {
	background-color: #A5B2C6;
	color: #333333;
	border-bottom-color: #7F93AF;
}
#p7TMnav div div a:hover {
	background-color: #181351;
	color: #FFFFFF;
}
#p7TMnav div div div {
	font-size: 11px;
	text-indent: 24px;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
a.p7currentmark {
	background-image: url(../images/current_marker.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7plusmark {
	background-image: url(../images/cat_expand.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
