/* Left Nav updater - highlight which section you are in */

/* Nav Main Headings */
.currentHead0 {

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;

	background-color: #EEEEEE !important;
	display: block;
	-moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
	background: url(./images/arrow_down.png) top left no-repeat;
	
	/* Bottom */
/*	-moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
*/

}

/* clean edges */
ul.subNav .currentbranch0 {
border-top:none !important;
}


.currentHead1 {
	background-color: #DDDDDD !important;
}

.currentHead2 {
	background-color: #CCCCCC !important;	
}

/* End of Nav Main Headings */


/* Nav box Highlights */

.ul_highlight0 {
	background-color: #EEEEEE;
	-moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ul_highlight1 {
	background-color: #DDDDDD;
}

.ul_highlight2 {
	background-color: #CCCCCC;
}

/* End of Nav box Highlights */




/* Make the rollover apply to the whole line */
#contentPage #leftCol li a {
	display: block;
}

/* Change hover effect from grey to green */
#contentPage #leftCol li a:hover {
	display: block !important;
	background-color: #b0c3ba !important;
color:white;

	/* Tint of logo green was God-awful, so chose this pastel green instead */
}




.currentHead0 li {

}
