/* Style sheet*/

.top-level{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

.top-level li {	
	margin: 0;
	padding: 0;
	list-style: none;
	background: #FACFE3; /*Color SubMenú Lateral Linea Vertical */
}

.top-levelB li {	
	margin: 0;
	padding: 0;
	list-style: none;
	background: #FACFE3; /*Color al sobre poner el mouse del submenú*/
}

.top-level a {
	background: #FACFE3;    /*Color Menú Lateral*/
	border-bottom: 3px solid #C780CE;
	color: #663300; font-weight: 500;
	display: block;
	margin: 0;
	padding: 6px 8px;
	text-decoration: none;
}

.top-level a:hover {
	background: #C780CE; /*Color al sobre poner el mouse del menú*/
	color: #663300;  
	padding-bottom: 6px;
}
.sub-level li a:hover {

	background: #71DFBB; /*Color al sobre poner el mouse del SUBmenú*/
	color: #663300;
	padding-bottom: 6px;
}

