/* left column */

#left .rethome {
	margin: 5px 0 0 0;
	padding: 0;
	font: 11px/11px Arimo,arial,"trebuchet ms",trebuchet,sans-serif;
	}
#left .rethome a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
	}
#left .rethome a:hover {
	color: #970102;
	}
	
#left #childnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#left #childnav ul li {
	font: 11px/11px Arimo,arial,"trebuchet ms",trebuchet,sans-serif;
	padding: 5px 0 0 8px;
	font-weight: bold;
	background: url(/g/left_arrow.gif) 0px 7px no-repeat;
	}
#left #childnav ul ul li a {
	color: #999;
	text-decoration: none;
	}
#left #childnav ul ul li.selected a, #left #childnav ul li a {
	color: #000;
	text-decoration: none;
	}
#left #childnav ul ul li a:hover {
	color: #970102;
	}
	
#left #childnav {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}