.efeito a {
	cursor:pointer;
	display:block;
	width:846px;
	height:25px;
	margin:0 0 2px 0;
	padding:10px 0 5px 50px;
	text-decoration: none;
	font-size:18px;
	font-weight: normal;
	background:#4da9de url(../imgs/num_items_novo.png) no-repeat;
	color:#fff;
}
.efeito a:hover {
	background: #63b1de url(../imgs/num_items_novo.png) no-repeat;
}
.efeito a.item1 {
	background-position:0 0;
}
.efeito a.item1:hover {
	background-position:0 0;
}
.efeito a.item2 {
	background-position:0 -47px;
}
.efeito .item2:hover {
	background-position:0 -47px;
}
.efeito a.item3 {
	background-position:0 -94px;
}
.efeito .item3:hover {
	background-position:0 -94px;
}
.efeito a.item4 {
	background-position:0 bottom;
}
.efeito .item4:hover {
	background-position:0 bottom;
}
.efeito div {
	padding:20px;
	background:#efefef;
}
.efeito div p {
	margin-bottom: 10px;
	line-height:20px;
	font-size:14px;
	color:#666;
}
.efeito div ol {
	margin:20px 0 0 0;
	font-size:14px;
}
.efeito div ol li {
	margin:0 0 5px 0;
}
.efeito a.selected {
	color: #fff;
	background: #4da9de url(../imgs/num_items_novo.png) no-repeat;
}
.efeito .item1.selected {
	background-position:0 0;
}
.efeito .item2.selected {
	background-position:0 -47px;
}
.efeito .item3.selected {
	background-position:0 -94px;
}
.efeito .item4.selected {
	background-position:0 bottom;
}
