#DIVnavBar {
	background: url("/assets/files/template_files/nav_bg-main.gif") repeat-y;
	width:163px;
	line-height:19px;
}

#DIVnavBody {
	background: url("/assets/files/template_files/nav_body.gif") no-repeat bottom;
	padding-bottom: 13px;
}

	#DIVnavBody div {
		margin: 0 11px 0 9px;
		padding: 2px 0 0 13px;
		height: 22px;
		cursor: pointer;
	}
	
	#DIVnavBody div.snavBody {
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	
	#DIVnavBody div.snavTop {
		margin: 0;
		padding: 0;
		height: 4px;
	}
	
	#DIVnavBody div.snavItem {
		background-color: #aa0000 ;
		border-bottom:1px #330000 dotted;
		margin: 0 11px 0 9px;
		padding: 2px 0 0 18px;
		height:22px;
		cursor: pointer;
	}
	
	#DIVnavBody div.snavBtm {
		background-color: #660000;
		margin: 0 11px 0 9px;
		padding: 0;
		height: 2px;
	}

#DIVnavBodySub {
	background: url("/assets/files/template_files/nav_bg-sub.gif") repeat-y;
	padding: 0 0 2px 0;
}

	#DIVnavBodySub div {
		border-bottom: 1px #330000 dotted;
		margin: 0 11px 0 9px;
		padding: 2px 0 0 18px;
		height: 22px;
		cursor: pointer;
	}

#DIVnavBody a, #DIVnavBodySub a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
		
#column-left #DIVnavBar .nav {
	color: #fff;
}

#column-left #DIVnavBar .navBGHover {
	background-color: #ffcc33;
}

#column-left #DIVnavBar .navHome {
	color: #ffcc33;
}

#column-left #DIVnavBar .navHover {
	color: #000;
}

#column-left #DIVnavBar .navHome {
	color: #ffcc33;
}

#column-left #DIVnavBar .snavParentHover {
	/* Note: sets standing state of Parent Nav item when Slider open */
	/*background-color: red; */
}