/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Arial, sans-serif;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0px 0px 0px 20px;
	font-size: 12px;
}
#p7TMctrl a:link {
	color: #333300;
}
#p7TMctrl a:visited {
	color: #333300;
}
#p7TMctrl a:hover {
	color: #333300;
}

/*Sets params of all menuitems*/
#p7TMnav {
	line-height: 1.5;
	background-color: #D3DFE1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*top level menuitem divs*/
#p7TMnav div {
	background-color: #D3DFE1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*second level menuitem divs*/
#p7TMnav div div {
	background-color: #B1C6C9;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

/*third level menuitem divs. Sets BOX color*/
#p7TMnav div div div {
	background-color: #B1C6C9;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #333300;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
	letter-spacing: 1;	
	background-color: transparent;
	padding: 0px 0px 0px 15px; 
}
#p7TMnav div a:visited {
	color: #333300;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
	letter-spacing: 1;	
	background-color: transparent;
	padding: 0px 0px 0px 15px; 
}
#p7TMnav div a:hover {
	/*
	background-color: #94A0B6;
	color: #333300;
	*/
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 10px;
	color: #333300;
	letter-spacing: 1;
	padding: 0px 0px 0px 15px; 	
}
#p7TMnav div div a:visited {
	font-size: 10px;
	color: #333300;
	letter-spacing: 1;
	padding: 0px 0px 0px 15px; 	
}
#p7TMnav div div a:hover {
	/*
	color: #333300;
	background-color: #C5C6D8;
	*/
}

/*The Link style for third-level menuitems and lower*/
#p7TMnav div div div a {
	font-size: 10px;
	color: #333300;
	letter-spacing: 1;
	padding: 0px 0px 0px 0px; 
}
#p7TMnav div div div a:visited {
	font-size: 10px;
	color: #333300;
	letter-spacing: 1;
	padding: 0px 0px 0px 0px; 
}
#p7TMnav div div div a:hover {
	/*
	color: #333300;
	background-color: #C5C6D8;
	*/
}
/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	padding: 0px 0px 0px 15px !important;
}
.p7minusmark {
	padding: 0px 0px 0px 15px !important; 
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0px 0px 0px 0px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	letter-spacing: 1px;
	background-color: transparent !important;
	color: #333300 !important;
	padding: 0px 0px 0px 15px !important;
}

#controlTab {color: #DCD5B8;
	background-color: #D74727; 
	font-size: 9px;
	font-weight: bold;
	padding: 0px 0px 0px 15px;	}
#controlTab a {
	color: #DCD5B8;
	text-decoration: none;}
#controlTab a:visited {color: #DCD5B8;}
#controlTab a:hover {color: #000000;}
#controlTab .arrow {font-size: 12px;}

.normal {
	color: #333300;
}
.highlight {
	color: #D65B40;
}
.hide {
	visibility: hidden;
}
 