.header_left {
				cursor: pointer;
				width:165px;
				height: 24px;
				line-height: 24px;
				color: White;
				text-decoration:  none;
				text-align: center;
				background-image: url(/left_hover.jpg);
			}
			
			.hover, .open {
				background-image: url(/left_active.jpg);
				test-decoration: underline;
			}
			
			.target_left {
				text-aligin: left;
				background-color: white;
				width: 165px;
				font-size: 14px;
				padding: 4px 2px;
			}
