



/* LEFT NAV */

.Section {
	width: 262px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	color: #399DD1;
	font-weight: bold;
	line-height: 30px;
	}
	
		/*
		.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 {
	width: 242px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	}
	
		.Item a {
			display: block;
			width: 247px;
			color: #515151;
			padding: 0 0 0 15px;
			text-decoration: none;
			}
			
		.Item a:hover {
			background-color: #EAEAEA;
			text-decoration: none;
			}
		
#s1 {
	display: block;
	}
