.content_small ul {
	list-style-type: none;
	width: 183px !important;
	overflow: hidden;
}
.content_small ul li {
	margin: 0;
}
.content_small ul li.title {
	color: #fff;
	font-size: 150%;
	text-align: center;
	padding: 0.8em 0;
}
.content_small ul li.content {
	background: #fff;
	padding: 6px 12px;
}
.content_small ul li.footer {
	color: #fff;
	text-align: center;
	font-size: 90%;
	min-height: 15px;
	height: auto !important;
	height: 15px;
}


.content_small ul.red li.title {
	background: #ff4203 url('/dsg/work-menu-red-top.jpg') no-repeat top left;
}
.content_small ul.red li.footer {
	background: #ff4203 url('/dsg/work-menu-red-bottom.jpg') no-repeat bottom left;
}

.content_small ul.blue li.title {
	background: #8516d3 url('/dsg/work-menu-blue-top.jpg') no-repeat top left;
}
.content_small ul.blue li.footer {
	background: #8516d3 url('/dsg/work-menu-blue-bottom.jpg') no-repeat bottom left;
}

.content_small ul.orange li.title {
	background: #ffb900 url('/dsg/work-menu-orange-top.gif') no-repeat top left;
}
.content_small ul.orange li.footer {
	background: #ffb900 url('/dsg/work-menu-orange-bottom.gif') no-repeat bottom left;
}

.content_small ul.white li.title {
	display: none;
}
.content_small ul.white li.content {
	background: #fff url('/dsg/work-menu-white-top.gif') no-repeat top left;
}
.content_small ul.white li.footer {
	background: #fff url('/dsg/work-menu-white-bottom.gif') no-repeat bottom left;
}
