#leftNav {
	width: 167px;
	margin: 1px 1px 1px 2px;
}

#leftNav a {
	display: block;
	font-size: 12px;
	line-height: 14px;
   padding: 2px 0 2px 12px;
	font-weight: bold;
}
#leftNav a:link, #leftNav a:visited {
	color: #4a4949;
   background-color: #e0dede;
	text-decoration: none;
}
#leftNav a:hover, #leftNav a:active, #leftNav a:focus {
	color: #e0dede;
   background-color: #4a4949;
	text-decoration: none;
}
#leftNav a.highlight {
    color:#e0dede  !important;
    background-color: #4a4949  !important;
}
#leftNav h2 {
	background-color: #e0dede;
	color: #002b56;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
	padding: 3px 0 2px 0;
	margin: 0;
}
#leftNav h2 span {
	padding: 2px 0 1px 12px;
	display: block;
}
#leftNav h2 a {
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
	padding: 2px 0 1px 12px;
}
#leftNav h2 a:link, #leftNav h2 a:visited {
        color: #002b56;
        background-color: #e0dede;
        text-decoration: none;
}
#leftNav h2 a:hover, #leftNav h2 a:active, #leftNav h2 a:focus {
        color: #e0dede;
        background-color: #002b56;
        text-decoration: none;
}
#leftNav .hideParentCategory h2 {
	display: none;
}
#leftNavAd {
	text-align: center;
	width: 167px;
	margin: 20px 1px 20px 2px;
}
