#navlist {
	background-color: transparent ;
	width:260px;	
}


/*#navlist {
	background-color: #dfe5f2;
	width: 300px;	
}*/



	
	

#navlist ul {
	margin: 0;
	padding: 0;
}

#navlist li {
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style-type: none;
}

/*#navlist a {
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	color: Black;

	padding: 3px 10px 3px 22px;
	background-repeat: no-repeat;
	background-position: 0% 50%;

}*/

#navlist a
{
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	color: #7e643a;
	padding: 30px 10px 50px 14px;
/*	padding: 30px 10px 50px 22px;*/
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*border-bottom: #7e643a 1px solid;*/

/*background-image:url(Dibujo.jpg);	*/
/*background-color:red ;*/
	/*background-repeat:repeat  ;*/
}

#navlist a:link, #navlist a:visited {
}

#navlist a:hover, #navlist a:active 
{
	font-weight: bold;
	background-image:url(rt.gif);	
	background-repeat: no-repeat;
	background-position: 0% 40%;	
}

.level0 { font-weight: bold;}
.level1 { margin-left: 25px; }
.level2 { margin-left: 25px; }
.level3 { margin-left: 25px; }
.level4 { margin-left: 35px; }
.level5 { margin-left: 45px; }
