/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 5px 5px 5px 5px;
	font-size: 6px;
	display: block;
	/*/*/display: block;
}
#p7TMctrl a:link {
	color: #183D4E;
}
#p7TMctrl a:visited {
	color: #183D4E;
	font-style: italic;
}
#p7TMctrl a:hover {
	color: #183D4E;
	text-decoration: none; 
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.2;
}

/*Creates spacing between groups in main menuitems*/
.menuspace {
 margin-bottom:14px;
}

/*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 10px;
	border-left: 1px solid #999;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #183D4E;
	font-size: 13px;
	font-weight: bold;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 4px 0 4px 16px;
	color: #183D4E;
	display: block;
	text-decoration: none; /* */
	font-weight: bold;
}
#p7TMnav div a:visited {
	color: #183D4E;
	font-style: italic;
}
#p7TMnav div a:hover {
	color: #ffffff;
	background-color: #183D4E;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 12px;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}

/*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 a {
	font-size: 12px;
	font-weight: normal;
}

/*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 {
	background-repeat: no-repeat;
	background-image:  url(http://www.affiliatedhomeschoolers.org/images/plus.gif);
	background-position: 4px 50%;
	padding: 4px 0px 4px 23px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:  url(http://www.affiliatedhomeschoolers.org/images/minus.gif);
	background-position: 4px 50%;
	padding: 4px 0 4px 23px !important;
}
.p7defmark {
	background-image:  none;
	padding: 4px 0 4px 23px !important;
}
.p7currentmark {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #333 !important;
	padding: 4px 0 4px 23px !important;
	background-color: #CCCCCC !important;
	
}
.sidebarborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
