/* CSS Document */

/*Sets line-height of all menuitems*/
#p7TMnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

/*//////////////////////////////////////////added this*/
#p7TMnav div {
	padding: 0;
	margin: 0px 0 1px 0;
	/*text-transform:uppercase;*/
}

/*//////////////////////////////////////////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;
	color:#333333;
	/*text-transform:none;*/
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	font-size: 12px; /*was 1.2*/
	color: #333333;
	padding: 10px 0 4px 24px;
	margin: 0;
	display: block;
	text-decoration: none;
}
#p7TMnav div a:visited {
	color: #333333;
}
#p7TMnav div a:hover {
	color:#006600;
	background-image:url(../images/structure/arrow_hover.gif);
	background-position: 16px 60%;
	background-repeat:no-repeat;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 1.1em;
	margin: 0px 0 0 14px; /*///////more left for hanging indent*/
	text-indent: -14px !important;/*///////added for hanging indent*/
	color:#333333;
	padding: 2px 0 2px 0;
}
#p7TMnav div div a:visited {
	color:#333333;
}
#p7TMnav div div a:hover {
	/*background-image:url(star.gif);
	background-position: 0 50%;
	background-repeat:no-repeat;*/
	background-image:none;
	color: #006600;
}

/*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/structure/arrow.gif);
	background-position: 16px 60%;
	padding-left:24px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(../images/structure/arrow_down.gif);
	background-position: 15px 60%;
	padding-left: 24px !important;
	/*border-bottom: 1px solid #666666;*/
	color:#333333!important;
	font-weight:bold;
}
/*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: 24px !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: 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:#333333!important;
	/*border-bottom: 1px solid #666666;
	background-image:url(star.gif);
	background-position: 3px 50%;
	background-repeat:no-repeat;*/ 
	font-weight:bold;
}
/*////////changed this to be for child*/
#p7TMnav div div a.p7currentmark {
	color: #006600!important;
	border-bottom-style: none !important;
	padding-left: 18px !important; 
	text-indent: -8px !important;
}

