

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 30px;
	font-size: .9em;
	color: #990100;

}
#p7TMctrl a{
	color: #990100;
}



/*Sets line-height of all menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.5; /* */

}


/*Sets background color and border around the menu DIV*/
#p7TMnav {

	margin-left:30px;}


/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	margin: 0 0 .25em 0;
}


#p7TMnav div a {
	color: #7D594B;
	font-size: 1.6em;
	text-decoration: none;
}

#p7TMnav div a:hover {
		color: #990100;

}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a {

	font-size: 1.2em;
	border: 0;
	font-weight: normal;
	background-image: url(../images/sub.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding: 10px 0 0 25px;
}
#p7TMnav div div a:hover {
		color: #990100;

}





/*rules programatically assigned to page link correesponding to current page (You are Here)
.p7currentmark {
	/*font-weight: bold;
	text-transform: uppercase;
	background-color: transparent !important;*/
	color: #E13718!important;
	/*padding: 2px 2px 2px 4px!important;
	border:solid 1px #E13718;*/
}

*/