.outerLeftNav {
	width: 172px;
	background: transparent url(/assets/images/ui/bg_leftnav_alt.png) repeat-y left top;
	padding-left:14px;
	padding-right:14px;
}

/* force "layout" in IE */
.outerLeftNav p {
	padding: 0 10px;
	margin: 0 0 1px 0;
}

.innerLeftNav {
	background: url("/assets/images/ui/bg_leftnav_inner.jpg") no-repeat top left #d6e7ed;
	/*min-height:1024px;*/
}

.topLeftNav {
	background: transparent url(/assets/images/ui/column_top.png) no-repeat;
	width: 196px;
	height: 13px;
	margin-left:2px;
}

#leftNav {
	padding: 20px 22px 36px 13px;
}

#leftNavElements li {
 	padding: 5px 0;
	border-bottom:1px dotted #d4d5d6;
}

#leftNavElements a
{
	font-weight: bold; 
	color:#408daa;
	outline: none;
	text-decoration: none;
}
#leftNavElements li a.selected {
	color:#a9273e;
}

ul#leftNavElements > li:hover > a
{
	color: #A51E39;
	display:block;
}

#leftNavElements ul li
{
  	margin: 0 0 2px 10px;
	border-bottom:none;
}
#leftNavElements ul > li > a
{
	color: #a9a0a0;
	font-weight:normal;
	font-size:11px;
}
#leftNavElements ul li a.selected 
{
	color: #666;
	font-weight: bold; 
}
#leftNavElements ul > li:hover > a
{
	color: #666;
}
