﻿#divLeftNav
{
	background-color: White;
	border: 1px solid #3f3c3c;
	float: left;
	width: 153px;
	z-index: 99;
}
#divLeftNavBodyBase
{
	width: 153px;
	z-index: 99;
}
#divLeftNavBody
{
	margin-left: 2px;
	margin-right: 2px;
	z-index: 99;
}
.divLeftNavTitle
{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding-top: 4px;
	text-align: center;
	z-index: 99;
}
.divLeftNavHeader
{
	border-top: 1px solid #a0a0a0;
	color: #000;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	z-index: 99;
}
.divLeftNavHeader a, .divLeftNavHeader a:hover
{
	color: #000;
	text-decoration: none;
	z-index: 99;
}
.divLeftNavSapcer
{
	display: block;
	height: 10px;
	line-height: 9px;
}
