/* CSS Document */

/*Sets line-height of all menuitems*/
#p7TMnav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	padding-bottom:10px;
}

/*//////////////////////////////////////////added this*/
#p7TMnav div {
	padding: 0;
	margin: 0px 0 1px 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;
	background-color:#C56F42;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	font-size: 1.2em;
	color: #C56F42;
	padding: 8px 0 7px 18px;
	margin: 0;
	display: block;
	text-decoration: none;
}
#p7TMnav div a:visited {
	color: #C56F42;
}
#p7TMnav div a:hover {
	background-color:#C56F42;
	color:#F8EECC;
	background-image:url(star.gif);
	background-position: 3px 50%;
	background-repeat:no-repeat;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 1.2em;
	margin: 0px 0 0 8px; /*///////more left for hanging indent*/
	text-indent: -8px !important;/*///////added for hanging indent*/
	color:#F8EECC;
	padding: 2px 0 2px 0;
}
#p7TMnav div div a:visited {
	color:#F8EECC;
}
#p7TMnav div div a:hover {
	/*background-image:url(star.gif);
	background-position: 0 50%;
	background-repeat:no-repeat;*/
	background-image:none;
	background-color:#C56F42;
	color: #D7AC81;
}

/*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: 3px 50%;
	padding-left:18px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(star.gif);
	background-position: 3px 50%;
	padding-left: 18px !important;
	border-bottom: 1px solid #B8936F;
	background-color:#C56F42;
	color:#F8EECC!important;
}
/*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 {
	padding-left: 18px !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 {
	padding-left: 20px !important;/*///////added for hanging indent*/
	text-indent: -10px !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 {
	background-color:#C56F42!important;
	color:#F8EECC!important;
	border-bottom: 1px solid #B8936F;
	background-image:url(star.gif);
	background-position: 3px 50%;
	background-repeat:no-repeat; 
}
/*////////changed this to be for child*/
#p7TMnav div div a.p7currentmark {
	color: #D7AC81!important;
	border-bottom-style: none !important;
	padding-left:18px !important; 
	background-image:none;
}
