/*** list section ***/
.menu, div {
	padding: 0;
	margin: 0;
}
li.item_esq_bg, li.item_drt_bg{
	list-style-type: none;
	width: 159px;
	background-color: transparent;
	background-repeat: repeat-y;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
li.altura {
	height: 20px;
}
li.item_drt_bg {
	background-image: url(../img/menuRightBg.jpg);	
}
li.item_esq_bg {
	background-image: url(../img/menuLeftBg.jpg);
}
li.item_esq, li.item_esq_top, li.item_esq_bottom {
	list-style-type: none;
	width: 159px;
	background-color: transparent;
	background-repeat: no-repeat;
	color: #2290a9;
	text-indent: 15px;
	vertical-align: top;
	padding: 0;
	margin: 0;	
}
li.item_esq {
	height: 26px;
	background: url(../img/menuLeftItemBg.jpg);
}
li.item_esq_top {
	height: 20px;	
	background: url(../img/menuLeftTop.jpg);
}
li.item_esq_bottom {
	height: 20px;
	background-color: transparent;
	background: url(../img/menuLeftBottom.jpg);
}
li.item_drt, li.item_drt_top, li.item_drt_bottom {
	list-style-type: none;
	width: 159px;
	background-color: transparent;
	background-repeat: no-repeat;
	color: #2290a9;
	text-indent: 15px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
li.item_drt {
	height: 26px;
	background: url(../img/menuRightItemBg.jpg);
}
li.item_drt_top {
	height: 20px;
	background: url(../img/menuRightTop.jpg);
}
li.item_drt_bottom {
	height: 20px;
	background: url(../img/menuRightBottom.jpg);
}
/*** end list section ***/
