
/*Sets line-height of all menuitems*/
#p7TMnav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*//////////////////////////////////////////added this*/
#p7TMnav div {
	padding: 0;
	margin: 0px 0 6px 0;
}

/*//////////////////////////////////////////changed this* from margin: 0 0 0 10/*/
/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	padding: 0;
	margin: 0;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	font-size: 1.2em;
	color: #EAE2CC;
	padding: 0px 0 2px 8px;
	margin: 0;
	display: block;
	text-decoration: none;
}
#p7TMnav div a:visited {
	color: #EAE2CC;
}
#p7TMnav div a:hover {
	color: #B8936F;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 1.1em;
	margin: 4px 0 0 20px; /*///////more left for hanging indent*/
	text-indent: -8px !important;/*///////added for hanging indent*/
}

/*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(none.gif);
	background-position: 0 50%;
	padding-left:10px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(none.gif);
	background-position: 0 50%;
	padding-left: 10px !important;
	border-bottom: 1px solid #B8936F; 
}
/*rule programatically assigned to parent links when image-based plus and minus option is selected////////changed this to be for parent*/
#p7TMnav div a.p7defmark {
	background-image:  none;
	padding-left: 10px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected/////////added this to be for child*/
#p7TMnav div div a.p7defmark {
	background-image:  none;
	margin-left: 18px !important;/*///////added for hanging indent*/
	text-indent: -8px !important; /*///////added for hanging indent*/
}
/*rules programatically assigned to page link correesponding to current page (You are Here)
.p7currentmark {
	color: #B8936F !important;
	border-bottom: 1px solid #B8936F; 
}*/

/*////////changed this to be for parent*/
#p7TMnav div a.p7currentmark {
	color: #B8936F !important;
	border-bottom: 1px solid #B8936F; 
}
/*////////changed this to be for child*/
#p7TMnav div div a.p7currentmark {
	color: #B8936F !important;
	border-bottom-style: none !important; 
}
