



/* LEFT NAV */

.Section {
	margin: 0 5px 1px 5px;
	padding: 0 0 0 5px;
	background: url(/assets/img/column_l_content_bg_list.gif) no-repeat;
	width: 235px;
	height: 25px;
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	color: #CB5F00;
	}
	
		/*
		.Section img {
			float: left;
			margin-top: 8px;
			margin-right: 3px;
			margin-bottom: 8px;
			}
		.Section > img {
			margin-top: 7px;
			margin-right: 3px;
			margin-bottom: 7px;
			}
		*/
		
.Items {
	display: none;
	}

.Item {
	margin: 1px 5px 0 5px;
	width: 240px;
	height: 20px;
	background: url(/assets/img/column_l_content_bg_list_sub.gif);
	text-align: left;
	font-size: 11px;
	line-height: 20px;
	}
	
		.Item a {
			display: block;
			width: 235px;
			color: #FFFFFF;
			padding: 0 0 0 5px;
			text-decoration: none;
			}
			
		.Item a:hover {
			background: url(/assets/img/column_l_content_bg_list_sub_o.gif);
			color: #000000;
			text-decoration: none;
			}
		
#s1 {
	display: none;
	}
