/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
}

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

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #391e6d;
	font-size: 15px;
	font-weight: normal;
	font-family: Helvetica, sans-serif, Arial;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	margin-bottom: 10px;
}
#p7TMnav div a:visited {
	color: #391e6d;
}
#p7TMnav div a:hover {
	color: #BE6FB8;
	text-decoration: underline;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	color: #FFFFFF !important;
	background-color: #391e6d;
	text-decoration: none;
}

