/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/

/* div, td, p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}*/


/*Sets line-height of all menuitems*/
#p7TMnav {
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	
}

/*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;
	font-weight: bold;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
    background-repeat: no-repeat;
	background-image:   url(/images/menu/arrow-right.gif);
	background-position: 3% 50%;
	padding: 0 0 0 15px !important;
/*	margin: 0 0 0 33px; */
}
/*#p7TMnav div a:visited {
	color: #FFFFFF;
	font-weight: bold;
}*/
#p7TMnav div a:hover {
	color: #FF9900;
	font-weight: bold;
}
#p7TMnav div a:active {
	color: #FF9900;
	font-weight: bold;
}

/*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 15px !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;
	line-height: 15px;
	font-style: normal;
	font-weight: bold;
}
