.leftNav
{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
}

.leftNav h2
{
	font-size: 13.5px;
}

.leftNav h2 a, .leftNav h2 a:visited, .leftNav h2 a:active
{
	text-decoration: underline;
}

.leftNav input
{
	border: solid 1px #ffb047;
	color: #ffffff;
	background-color: #0367B2;	
	cursor: pointer;
	margin: 2px 0 2px 0;
}

.leftNav td
{
	font-size: 10px;
}
.leftNav a, .leftNav a:visited, .leftNav a:active
{
	color: #0367B2;
	text-decoration: none;	
}
.leftNav a:hover
{
	color: #ffb047;
}
.leftNavContainer
{
	border: 1px solid #D6E1EC;
	padding: 6px 6px 6px 10px;
	margin: 0 0 6px 0;
}
#rolloverBlock, #rolloverBlock *
{
	margin: 0;
	padding: 0;
}

#rolloverBlock ul
{
	margin: 6px 0 6px 0;
}

#rolloverBlock ul li
{
	position: relative;
	list-style-type: none;
	padding: 2px 0 2px 12px;
}

#rolloverBlock ul li span
{
	display: none;
	position: absolute;
	height: auto;
	left: 180px;
	z-index: 20;
	border: solid 2px #000000;
}

#rolloverBlock ul li:hover span
{
	display: block;
	position: absolute;
}
.leftNav center
{
	text-align: left;
	color: #0367B2;
	font-size: 13px;
	font-weight: bold;
	margin: 4px 0 4px 0;
	text-decoration: underline;
}

.leftNav ul li
{
	list-style: none;
	padding: 0 0 0 12px;
}

.leftNav ul
{
	padding: 0;
	margin: 0;
}

.leftNav ul li a
{
	font-size: 12px;
}
div.navEstimator
{
	display: block;	
	width: 165px;
	height: 25px;
	line-height: 20px;
	vertical-align: middle;
	margin: 4px 0 4px 0;
	text-align: center;
	padding-top: 2px;
}

div.navEstimator div
{
	float: left;
	width: 55px;
}


