/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0;
	font-size: 12px;
	display: block;
	width:204px;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #FFFFFF;
}
#p7TMctrl a:visited {
	color: #0C023E;
}
#p7TMctrl a:hover {
	color: #0C023E;
	font-style: italic;
}

/*Sets line-height of all top-level menuitems*/
#p7TMnav div {
	line-height: 1.8em;
	margin: 0;
	background:url(../images/rcco_nav_header_bg.png) repeat-y;
	border-bottom:1px solid #666666;
}

/*Sets background color and border around the menu DIV*/
#p7TMnav {
	/*background:url(../images/rcco_content_bg.png)*/
}


/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .8em establishing a fluid cascading indent*/
#p7TMnav div div {
	padding: 5px 0px 5px 15px;
	background:url(../images/rcco_nav_sub_bg.jpg) left;
	line-height: 1.1em;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #FFFFFF;
	font-size: 0.9em;
	text-decoration:none;
	font-weight:bold;
	margin-left:12px;
}

#p7TMnav div a:visited {
	color: #FFFFFF;

}
#p7TMnav div a:hover {
	color: #FFFFFF;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	font-size: 0.75em;
	border: 0;
	color:#666666;
	line-height: 1.1em;
	/*text-indent: 20px;*/
	text-decoration:none;
	font-weight:bold; 
	/*padding:8px 0px 5px 0px;*/
	margin:0px;
}
#p7TMnav div div a:hover {
	color: #0C023E;
	border: 0;
}

/*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 {
	/*background-color:#999999;*/
	background-image:none;
	line-height:0.8em;
	_border-bottom:1px solid;
	border:none;
	padding:0px;
	margin:0px 0px 0px 10px;
}
#p7TMnav div div div ul {
	padding:0px;
	margin:0px;
	background-image:url(../images/rcco_nav_sub_bg.jpg);
	background-position:-25px 0px;
}
#p7TMnav div div div li {
	padding:3px 0px 0px 5px;
	margin:0px;
	list-style:none;
}

/*.sub_div {
	display:block; background:url(images/rcco_nav_sub_sub_bg.png); margin-left:-1px; padding:0px; width:100px; line-height:12pt; border:none;
}*/

/*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(../p7tm/p7t_plus.gif);
	background-position: 10px 50%;
	padding: 0 0 0 12px !important;*/
}
.p7minusmark {
	/*background-repeat: no-repeat;
	background-image: url(../p7tm/p7t_minus.gif);
	background-position: 10px 50%;
	padding: 0 0 0 12px !important;*/
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	/*background-image:  none;
	padding: 0 0 0 22px !important;*/
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	/*font-weight: bold;
	text-transform: uppercase;
	color: #00265D!important;
	background-color: transparent !important;
	padding: 0 0 0 12px !important;*/
}