li.Sections {
	list-style: none;
	display: block;
	float: left;
	height: 30px;
	overflow: hidden;
}

li.Sections img:hover {
	margin-top: -30px;	
}

li.SectionCurrent img {
	margin-top: -60px;	
}
li.SectionSpacer {
	list-style: none;
	display: block;
	float: left;
	height: 30px;
	overflow: hidden;
	width: 13px;
	background:url(/images/sections/spacer.png) no-repeat center top;	
}

