.items {
	
}

.items ul li {
	list-style-type: none;
	margin: 0;
}
.items ul li a {
	display: block;
	height: 1%;
	color: #ce1f27;
	font-size: 1.4em;
	text-decoration: none;
	background: url('/dsg/right_li.gif') no-repeat center left;
	padding: 2px 0 2px 20px;
}
.items ul li a:hover{
	text-decoration:underline;
}
.items ul  li.group {
	color: #ce1f27;
	font-size: 1.7em;
	font-weight: bold;
	padding: 1em 0 0.2em 0;
}
.items ul  li.first {
	padding-top: 0;
}