.leftSpace {margin-left:12px;}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #53281A;
	text-decoration:none;
}
#p7TMctrl a:visited {
	color: #53281A;
}
#p7TMctrl a:hover {
	color: #789231;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.3; /* */
		/*background: url(/images/deptNav/deptback.gif) repeat-y;*/
padding-left: 15px;
padding-bottom: 10px;


}

#p7TMnav div {
	border-bottom: 2px solid #BFD1D5;
	margin-right: 16px;
	padding: 5px 0px 5px 0px;
line-height: 1.2em;

	
}

/*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 12px;
	border-width: 0px;
	border-style: none;
padding-top: 2px;
padding-bottom: 2px;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #53281A;
	font-size: 13px;
	padding: 0;
	text-decoration:none;
text-transform: uppercase;
font-weight: bold;


}
#p7TMnav div a:visited {
	color: #53281A;
font-size: 13px;
}
#p7TMnav div a:hover {
	color: #789231;
font-size: 13px;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 12px;
	text-decoration:none;
text-transform: none;
/* padding:0px;*/

}

#p7TMnav div div a:visited, #p7TMnav div div a:visited:hover, #p7TMnav div div a:hover {
	font-size: 12px;
	text-decoration:none;
text-transform: none;
/*padding:0px; */
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div  {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
}
#p7TMnav div div div a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	
}
#p7TMnav div div div a:hover, #p7TMnav div div div a.p7currentmark,  #p7TMnav div div div a.p7currentmark:hover  {
	background: url(/images/nav/navarrow.gif) no-repeat;
	margin-left: -10px; 
	padding-left: 10px;
	background-position: 0 50%;
	font-size: 12px;
	display:block;
}


/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;

	background-position: 0 50%;
	padding: 0 0 0 0px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	
	background-position: 0 50%;
	padding: 0 0 0 0px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
/*	background-image:  none; */
/*	padding-left: 10px; */
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	
	text-transform: uppercase;
	color: #789231 !important;
}

/*
#p7TMnav div div div a.p7currentmark {
background: url(/images/nav/navarrow.gif) no-repeat;
	margin-left: -10px;
	padding-left: 10px;
	background-position: 0 50%;
}  */