#col-main-left {
	/*background: url("../images/navigationSecondary_bgbottom.gif") no-repeat scroll center bottom #E7E5DD;*/
	background-color: #E7E5DD;
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    clear: left;
    float: left;
    width: 186px;
	margin-right: 11px;
}

#col-main-left .wrapper {
    overflow: hidden;
    padding: 10px;
}

/*.sidebar h3, #col-main-content #inner-right h3, #col-main-left h2,  { */
/*.menu h2  {
	text-align:center;
	border-bottom: 1px solid #666666;
    color: #333333;
	font: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 5px;
	padding-top: 10px;
    text-transform: uppercase;
}*/

.sidebar h3 a, #inner-right h3 a, #col-main-left h2 a, #jump-page .sidebar .spotlight h2 a, #newsroom .sidebar .spotlight h2 a {
    color: #333333;
    text-decoration: none;
}

.sidebar h3 a:hover, #inner-right h3 a:hover, #col-main-left h2 a:hover, #jump-page .sidebar .spotlight h2 a:hover, #newsroom .sidebar .spotlight h2 a:hover {
    color: #666666;
    text-decoration: none;
}
/* JULY 2020 UPDATE - LEFT NAV LINK COLOR */
/* Secondary Menu */
.sidebar h3, #inner-right h3, .sidebar p.return a { border-color: #673534; color: #333333; }
.menu ul li a, .menu-tight ul li a { border-color: #C4BFAC; color: #333333; }

/* Primary Menu */
/*.sidebar #p-menu ul { padding-left: 13px; }*/
.sidebar #p-menu ul li { padding: 0px;}
.sidebar #p-menu ul li a { background: #E7E5DD; border-bottom-color: #C4BFAC; border-left-color: #f2ab01; color: #600 }
.sidebar #p-menu ul li a:hover, .sidebar #p-menu ul li a.active, .sidebar #p-menu ul li.active-trail a { background: #600; border-left-color: #300; color: #fff }
 
 /* Primary Menu - Nested */
.sidebar #p-menu ul ul li a, .sidebar #p-menu ul li.active-trail ul li a { background: #E7E5DD; border-bottom-color: #C4BFAC; border-left-color: #ddbe5f; color: #933 }
.sidebar #p-menu ul ul li.active-trail a.active, .sidebar #p-menu ul ul li.active-trail a, .sidebar #p-menu ul li.active-trail ul li.active a { background-color: #DDDBD0; border-left-color: #c99; color: #600; font-weight: bold }
.sidebar #p-menu ul li a:hover, .sidebar #p-menu ul li a.active, .sidebar #p-menu ul li.active-trail a { background-color: #DDDBD0; border-left-color: #c99; color: #600 }