.leftNav {
	width: 160px;
	margin-right: 10px;
	float: left;
}

.leftNavHead {
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 7px;
	font-family: arial;
	font-size: 13px;
	text-transform: uppercase;
}

.leftNavHead.subHead {
	font-weight: normal;
}

.leftNavUL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.leftNavUL li {
	margin: 0 0 1px 0;
	border: 1px solid white; /*Dont ask me why... its an IE hack*/
}

.leftNavUL li a {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}

.leftNavUL li a.active {
	font-weight: bold;
	color: #000000;	
}

.leftNavUL ul {
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
}

.leftNavLeft {
	width: 320px;
	float: left;
	margin-right: 10px;
}

.leftNavLeftTop {
	width: 320px;
	border-bottom: 0px solid red;
}

.leftNavLeftTop img {
	width: 320px;
}

.leftNavRight {
	width: 418px !important; /*-40px for padding and -2px for border*/
	width: 460px;
	border: 1px solid #CCCCCC;
	padding: 1.8em; /*20px*/
	float: left;
}