#leftnavbar {
	background: url(../images/iconos/box.png) no-repeat 0 0;
	height:190px;
	width: 210px;
	left: 255px;
	top: 325px;
	position: absolute;
	z-index: 3;
	}
#leftnavbar ul {
	margin: 5px 2em 0px 2em;
	padding: 0px 0px 40px 0px;
	list-style-type: none;
}
#leftnavbar li{
	background: url(../images/iconos/bullet.png) no-repeat 0 7px;
	padding-left: 2em;
	padding-top: 9px;
	border-bottom: 1px solid #0A7E99;
}