div.leftNav{
	width: 183px;
	height: 100%;
}
div.leftNavElement{
	vertical-align: top;
}

div.leftNavCategory{
	vertical-align: top;
	padding-top: 7px;
	padding-left: 6px;
	margin: 0;
	height: 23px;
	color:#484d4f;
	font-size:12px;
	font-weight:bold;
	background-image: url('mod_title_bg.gif');
	border-left: 1px solid #7a96a0;
	border-right: 1px solid #7a96a0;
	border-bottom: 1px solid #7a96a0;
	clear:both;
}
div.leftNavMenuHeader{
	padding-top: 6px;
	padding-left: 4px;
}
div.leftNavMenuItem{
	padding: 2px 0px 2px 6px;
	line-height: 14px;
}
div.leftNavList{
	width: 181px;
	padding: 2px 0px 8px 0px;
	border-left: 1px solid #7a96a0;
	border-right: 1px solid #7a96a0;
	border-bottom: 1px solid #7a96a0;
	line-height: normal;
}
div.leftNavList a{
	text-decoration: none;
	color: #000000;
}

div.leftNavList a:link {
	text-decoration: none;
	color: #000000;
}

div.leftNavList a:hover {
	text-decoration: none;
	color: #0868A6;
}

div.leftNavList a.selected{
	text-decoration: none;
	color: #0868A6;
	font-weight: bold;
}
div.leftNavListUnder{
	/* when using this div; use an empty comment as the body of the div for it to work in IE6 
	and <div/> will not work in IE; 
	setting line-height and font-size to avoid situations where people forget the comment in the 
	empty div*/
	line-height: 3px;
	font-size: 1px;
	padding-left: 0px;
	margin: 0px;
	height: 3px;
	border-left: 1px solid #7a96a0;
	border-right: 1px solid #7a96a0;
	background-image: url('mod_divider_bg.gif');
	background-repeat: repeat-x;
}
div.leftNavUnder{
	padding-left: 0px;
	margin: 0px;
	height: 5px;
	background-image: url('column_end.gif');
	background-repeat: no-repeat;
}
div#navlinkblue{
    color: #666666;
    text-decoration: none;
    background-color: #ddeef5;
}
tr#navlinkblue{
    color: #666666;
    text-decoration: none;
    background-color: #ddeef5;
}