.module-leftHandNav,
.module-leftHandNavWrapper
{
	background: #FFF url(../images/bg130.gif) repeat-x bottom;
}
.module-leftHandNav {
	background: #FFF url(../images/bg130.gif) repeat-x bottom;
	height: 100%;
	width: 170px;
}
.module-leftHandNavModule {
	background: none;
}

.module-leftHandNav ol{
	list-style: none;
	margin: 3px 0px 0px 0px;
	padding: 0;
}
.module-leftHandNav ol li{
	font-size: 1px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.module-leftHandNav ol li a{
	background: #e0dfdf url(../images/lefthandnavigation/bullet.gif) no-repeat 5px 5px;
	color: #000;
	display: block;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 0px 0px 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.module-leftHandNav ol li a:hover,
.module-leftHandNav a.firstNavActive{
	background: #4f2f9f url(../images/lefthandnavigation/bullet.gif) no-repeat 5px -15px;
	color: #FFF;
}

.module-leftHandNav ol li ol{
	display: none;
}
	.module-leftHandNav ol li.firstNavActive ol{
		display: block;
	}
.module-leftHandNav ol li ol ol{
	display: block;
}

.module-leftHandNav ol li ol li{
	margin: 2px 0 5px;
}
.module-leftHandNav ol li ol li a{
	background: none;
}
.module-leftHandNav ol li ol li a:hover,
.module-leftHandNav a.SubNavActive{
	background: none;
	color: #4f2f9f;
}



.module-leftHandNav ol li.leftHandNavIcon,
.module-leftHandNav ol li.leftHandNavIcon ol li{
	margin: 0;
}

.module-leftHandNav ol li.leftHandNavIcon a,
.module-leftHandNav ol li.leftHandNavIcon a:hover{
	background: none;
	display: inline;
	padding: 0;
}