.shadetabs {
	padding-left: 0;
	margin-left: 15px;
	width: 185px;
	}
	.shadetabs ul {
		background-image:none;
		}

	.shadetabs li {
		list-style: none;
		margin: 0;
		padding: 0.25em;
		border-bottom: 1px solid #C9C9C9;
		}

	.shadetabs li a {
		display: block; 
		text-decoration: none;
		}

	.shadetabs li a:visited {
		color:#CCC;
		}

	.shadetabs li a:hover {
		color: #289FCB;
		display: block; 
		background: #EBEBEB url(../imagenes/ico_flecha.jpg) bottom right no-repeat;
		}

	.shadetabs li.selected {
		color: #289FCB;
		/*background: #EBEBEB url(../imagenes/ico_flecha.jpg) bottom right no-repeat;*/
		}

	.shadetabs li.selected a { /*selected main tab style */
		/*background-position:0% -62px;*/
		background: #EBEBEB url(../imagenes/ico_flecha.jpg) bottom right no-repeat;
		color: #289FCB;
		}

	.shadetabs li.selected a:hover { /*selected main tab style */
		background: #EBEBEB url(../imagenes/ico_flecha.jpg) bottom right no-repeat;
		color: #289FCB;
		display: block; 
		}


.contentstyle {
	width: 100%;
	}

/* Estilos dentro del div contenedor 
.contentstyle ul {
	margin-bottom: 20px;
	}
.contentstyle li {
	list-style: none;
	background: url(../imagenes/li_rojo.gif) left top no-repeat;
	margin: 0 15px 15px;
	padding-left: 25px;
	}*/

