/*abbreviated for simpler menu -- don't need second and third levels*/

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

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

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #330033;
	font-size: 11px;
	font-weight: normal;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	padding: 1px 0 1px 12px;
	display: block;
	background-color: #D7E1E1;
	text-decoration: none;
	border: 1px solid #330033;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#p7TMnav div a:visited {
	color: #062914;
}
#p7TMnav div a:hover {
	background-color: #FFFFFF;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 14px;
	background-color: transparent;
	border: 0;
}

.p7currentmark {
	font-weight: bold;
	color: #D7E1E1!important;
	padding: 1px 0 1px 12px!important;
	background-color: #2D595A!important;
	font-size: 11px;
}

