/*Control DIV*/
#p7TMnolink {
	/*/*/display: block;
	padding: 0;
	text-decoration: none;
	margin:0;
	font-size: 1.2em;
	font-weight:bold;
	text-transform: uppercase;
	color: #CC9900;
	line-height:2.0em;
}
/*//////////////////////////////////////////added this*/
#p7TMnav div {
	padding: 0;
	margin: 0px 0 6px 0;
}


/*Sets background color and border around the menu DIV*/
#p7TMnav {
	width: 166px;
	margin: 0 0 0 10px;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	margin: 0;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .8em establishing a fluid cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 0em;/*-------was .8em, make this 0 left-------*/
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #000033;
	font-size: 1.2em;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/display: block;
	text-decoration: none;
	padding: 0px 0 2px 24px;
	margin: 4px 0 0 0px; /*///////more left for hanging indent*/
	text-indent: -24px !important;/*///////added for hanging indent*/
}
#p7TMnav div a:visited {
	color: #000000;
}
#p7TMnav div a:hover {
	color:#CC9900;
}


/*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: 8px 45%;
	padding: 0 0 0 20px !important;
}
.p7minusmark { 
	background-repeat: no-repeat;
	background-image: url(../p7tm/p7t_minus.gif);
	background-position: 8px 45%;
	padding: 0 0 0 20px !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;/*-------was 8, make 20 left-------*/
}
.main .p7defmark {
	background-image:  none;
	padding: 0 0 0 8px !important;/*added this*/
}
/*rules programatically assigned to page link corresponding to current page (You are Here)*/
#p7TMnav div a.p7currentmark {
	font-weight: bold;
	color: #000033!important;
	padding: 0 0 0 24px !important;
	margin: 0 0 0 0!important;
	
}

/*rules programatically assigned to page link corresponding to current page (You are Here)*/
#p7TMnav div div a.p7currentmark {
	font-weight: bold;
	color: #000033!important;
	padding: 0 0 0 22px !important;
	background-image:url(../images/structure/cipmvol_redtriangle.jpg);
	background-color: #FFFFFF!important;
	margin: 0 0 0 0px!important;/*-------was -14 make 0px-------*/
	background-repeat: no-repeat;
	background-position: 8px 45%;
}
.main {

}
