
#col-left {
	line-height: 1;
}
#col-left .widget {
	background: url(../img/menu-bg.png) center repeat-y;
}
#col-left .widget h2 {
	text-align: center;
	font-weight: normal;
	color: #f60;
}
#col-left .widget .start {
	background: url(../img/menu-start.png) top center no-repeat;
	height: 10px;
}

#col-left .widget .end {
	background: url(../img/menu-end.png) bottom center no-repeat;
	height: 15px;
	margin-bottom: 25px;
}

#col-left .widget ul.menu {
	text-align: left;
	margin-left: 5px;
	font-size: 11px;
}

#col-left .widget ul.menu li {
	height: 15px;
}

#col-left .widget ul.menu a {
	color: #000;
	display: block;
	text-decoration: none;
}

#col-left .widget ul.menu a:hover {
	color: #a60;
}