/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 1em;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
#p7TMctrl a:link {
	color: #333333;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #333333;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.5; /* */
	border-right:1px solid #e5e5e5;	
}




/*Sets background color and border around the menu DIV*/
#p7TMnav {
}
#p7TMnav div {
	/*/*/background-color: #f3eda9; /* */
}

div#welfare #p7TMnav div {
	/*/*/background-color:  #FFB658;/* */
}



/*second level menuitem divs*/
/*Sets left margin to 12px establishing a cascading indent*/
/*Sets border and bg color to establish the pastel BOXES*/
#p7TMnav div div {
	margin: 0 0 0 0;
	background-color: #f9f6d4; /* */
}

#welfare #p7TMnav div div {
	background-color: #FFDF9C; /* */
}


/*third level menuitem divs. Sets BOX color*/
#p7TMnav div div div {
	/*/*/background-color: #fdfdf4; /* */
}
/*fourth level menuitem divs. Sets BOX color*/
#p7TMnav div div div div {
	/*/*/background-color: #fdfdf4; /* */
}
/*fifth level menuitem divs. Sets BOX color. Cascades to lower levels*/
/*To set additional level color BOXES, add a new selector with an additional -div- appended*/
#p7TMnav div div div div div {
	/*/*/background-color: #C0C0C0; /* */
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #333333;
	font-size: 1em;
	width:225px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	
	border-bottom: 4px solid #faf8df;
	text-decoration: none;
	background-color: transparent;
	display: block;
	background-position: 8px 50%;
	padding: 6px 4px 6px 24px !important;
}

#welfare #p7TMnav div a {
border-bottom: 4px solid #eaeaea;
}


#p7TMnav div a:visited {
	color: #333333;
}
#p7TMnav div a:hover {
	background-color: #EEB436;
}

#welfare #p7TMnav div a:hover {
	background-color: #E97017;
	color: #fff;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: .95em;
	color: #333333;
	border-bottom: 2px solid #fff;
	background-position: 16px 50%;
	padding: 6px 4px 6px 34px !important;
	width:215px;
}
#p7TMnav div div a:hover {
	background-color: #EEB436;
}

#welfare #p7TMnav div div a:hover {
	color: #fff;
	background-color: #E97017;
}

/*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: .9em;
	color: #333333;
	border-bottom: 2px solid #fdfdf4;
	background-position: 24px 50%;
	padding: 6px 0 6px 44px !important;
	width:209px;
	
}

/*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(plus_arrow.png);
	/*background-position: 8px 50%;
	padding: 6px 0 6px 24px !important;*/
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(minus_arrow.png);
	/*background-position: 8px 50%;
	padding: 6px 0 6px 24px !important;*/
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	/*padding: 6px 0 6px 24px !important;*/
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	/*padding: 6px 0 6px 20px !important;*/
}

#p7TMnav div a.p7currentmark{
	background-color:#EEB436;
}

#welfare #p7TMnav div a.p7currentmark{
	background-color:#E97017;
	color:#fff;
}