/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/

 div, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
/*	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 38px;
*/
	margin: 30px 0 0 38px;	
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 16px;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0 0 0 15px !important;
/*	margin: 0 0 0 33px; */
}
/*#p7TMnav div a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
*/

#p7TMnav div a:visited {
	color: #FFFFFF;
}
#p7TMnav div a:hover {
	color: #FF9900;
}


/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   url(/images/menu/arrow-right.gif);
	background-position: 3% 50%;
	padding: 0 0 0 15px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(/images/menu/arrow-down.gif);
	background-position: 0 50%;
	padding: 0 0 0 18px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {

/*	padding: 0 0 0 15px !important; */
	padding: 0 0 0 0px;

}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	color: #FF9900 !important;
	margin: 0 0 0 0px; 
}

#p7TMnav div div a {
	color: #FFFFFF;
	font-size: 11px;
	padding: 0;
	text-decoration: none;	
	background-image:  none;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
}