/*Sets background color and border around the menu DIV*/
#p7TMnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 165px;
	padding-left: 75px;
	min-height: 170px;
	padding-bottom: 10px;
}
#p7TMnav #article {
	font-weight: bold;
	padding-left: 20px;
}

#p7TMnavoverall {
	background-color: #E1F2C6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 50px;
	width: 301px;
}
/*TOP LEVEL LVH SET PADDING between elements.  Sets line-height of all menu items*/
#p7TMnav div {
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	/*Sets a bottom margin for each top-level link*/
	margin-top: 0em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0em;
}
/*The Link style for top-level menuitems */
#p7TMnav div a {
	display: block;
	color: #003399;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	padding-top: 0px;  /*used to be 2px*/
	padding-right: 0;
	padding-bottom: 0px;   /*used to be 2px*/
	padding-left: .4em;
}
#p7TMnav div a:visited {
	color: #003399;
}
#p7TMnav div a:hover {
	color: #82C22F;
}
/*Roller Over color for SECTIONS*/
.wrapper-content-programs .sidenav .nav-box #p7TMnav div a:hover {
	color: #A1005E;
}
.wrapper-content-about .sidenav .nav-box #p7TMnav div a:hover {
	color: #d25c20;
}
.wrapper-content-other .sidenav .nav-box #p7TMnav div a:hover {
	color: #179055;
}


/*Add padding between articles in the second level of navigation*/
#p7TMnav div div {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 1.1em;
}



/*SECOND LEVEL FOR LVH:  The Link and visited styles combined for second-level menu items*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #003399;
	font-size: 11px;
	line-height: 12px;
	background-color: transparent;
	border: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	margin-left: .4em;
}


/*Hover color for second level. Can be individualized to section if needed.*/
#p7TMnav div div a:hover {
	color: #003399;
	background-color: #ECEFE4;
}

/*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: 11px;
	line-height: 12px;
}

/*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(/images/nav-bullet-closed.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(/images/nav-bullet-open.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)  */

.wrapper-content-default .sidenav .nav-box .p7currentmark {
	font-weight: bold;
	background-color: #C6E49C !important;
	color: #063e88 !important;
	margin-left: 15px;
	line-height: 20px;
}
.wrapper-content-health .sidenav .nav-box .p7currentmark {
	font-weight: bold;
	background-color: #C6E49C !important;
	color: #063e88 !important;
	margin-left: 15px;
	line-height: 20px;
}
.wrapper-content-hy .sidenav .nav-box .p7currentmark {
	font-weight: bold;
	background-color: #A6E0DF !important;
	color: #063e88 !important;
	margin-left: 15px;
	line-height: 20px;
}
.wrapper-content-programs .sidenav .nav-box .p7currentmark {
	font-weight: bold;
	background-color: #DEC0DD !important;
	color: #063e88 !important;
	margin-left: 15px;
	line-height: 20px;
}
.wrapper-content-about .sidenav .nav-box .p7currentmark {
	font-weight: bold;
	background-color: #FAC891 !important;
	color: #063e88 !important;
	margin-left: 15px;
	line-height: 20px;
}
.wrapper-content-other .sidenav .nav-box .p7currentmark {
	font-weight: bold;
	background-color: #A6E0DA !important;
	color: #063e88 !important;
	margin-left: 15px;
	line-height: 20px;
}


/*special style for User Guide Tutorials*/
#stretchyCell {
	width: 14em;
}
