/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */
	
	.menu {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #4F3A43;
	color: #FFCC00;
	
}
.blanco {
	font-family: verdana;
	font-size: 12px;
	font-style: inherit;
	color: #FFFFFF;
	text-decoration: none;
}

	.menu:hover {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFffff;
	color: #4F3A43;
	
}
	ul.pde,ul.pde li{
		margin:0;
		padding:0;
		list-style:none;
	}
	ul.pde{
	text-align:left;
	font-size:10px;
	background:#4F3A43;
	width:inherit;
	color: #FFCC00;
	}
	ul.pde ul{
		margin:0 0 0 5px;
		padding:0;
	}
	ul.pde li{
		line-height:15px;
		padding:0;
		margin:0;
		padding-left:15px;
	}
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
		padding-left:0;
	}
	ul.pde li.parent img{
		border:none;
		padding-right:5px;
	}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
		padding-left:0;
	}
/* The class to hide nested ULs */
       .hide{
               position:absolute;
               top:0;
               left:-4000px;
       }

/* The class to show nested ULs */
       .show{
               position:static;
               display: table;
               top:0;
               left:1em;
       }
.style1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.style2 {
	font-size: 12px;
	font-family: verdana;
	color: #0099FF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.style2:hover {
	font-size: 12px;
	font-family: verdana;
	color: #ff9900;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
