#colLeft {
	background: #fff repeat-y url("bg-left.gif");
	width: 145px;
}

#colLeft ul {
	margin: 0; padding: 1px 0 0 0;
	width: 144px;
	background: repeat-y url("bg-ul.gif");
}

* html #colLeft ul {
	width: 145px;
}

#colLeft li {
	list-style: none;
	margin: 0; padding: 0;
	height: 22px;
}

#colLeft li a {
	color: #C6E3FF;
	height: 22px; width: 144px;
	display: block;
	padding: 3px 0 0 16px;
	text-decoration: none;
	margin: 0;
	background: no-repeat url("menu.gif");
}

#colLeft li a:hover {
	color: #082E51;
	background: no-repeat url("menu-hover.gif");
}

#colLeft li.active a, #colLeft li.active a:hover {
	background: no-repeat url("menu-active.gif");
	color: #C6E3FF;
}

#sectionPhoto {
	width: 141px; height: 158px;
	margin: 13px 0 9px 4px;
}