/*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, Helvetica, sans-serif;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	margin-bottom: 9px;
}

/*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: 10px;
	margin-left: 12px;

}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #FFFF00;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;

}

#p7TMnav div a:hover {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: .9em;
	color: #FFFFFF;
}
#p7TMnav div div a:hover {
	font-size: .9em;
	color: #FFFF00;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF !important;
}
