/*Control DIV for learning modules text*/
#p7TMnolink {
	/*/*/display: block;
	padding: 0 0 0 8px;
	text-decoration: none;
	margin: 0 0 0 12px;
	font-size: 1.3em;
	font-weight:bold;
	text-transform: none;
	color: #993300;
	letter-spacing:-0.01em;
	/*/*/line-height: 2.0; /* */
}

/*Sets line-height of all top-level menuitems*/
#p7TMnav div {
	/*/*/line-height: 2.0; /* */
	
}
/*Sets line-height of all other menuitems*/
#p7TMnav div div {
	/*/*/line-height: 1.2; /* */
}
/*Sets background color and border around the menu DIV*/
#p7TMnav {
	width: 166px;
	margin: 0 0 0 8px;
}

/*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: #000000;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing:-0.01em;
	font-weight: bold;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/display: block;
	padding: 0 0 0 0; 
	text-decoration: none;
	font-weight: bold;/* */
}
#p7TMnav div a:visited {
	color: #000000;
	font-weight: bold;
}
#p7TMnav div a:hover {
	color:#FFFFFF;
	background-color: #006699;
	font-weight: bold;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	/*/*/background-color: transparent;/* */
	text-transform: none;
	font-weight: bold;
	display:block;/*-------add display:block;-------*/
}
#p7TMnav div div a:hover {
	color:#FFFFFF;
	background-color: #006699;
	font-weight: bold;
}

/*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: #006699!important;
	padding: 0 0 0 8px !important;
	background-color: #FFFFFF!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: #006699!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 {

}
