@charset "utf-8";
/* CSS Document */

<style type="text/css">
.menu_list {	
	width: 210px;
	margin-right:20px;
}
.menu_head {
	padding: 5px 20px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:bold;
	background-color: white;
	background-image: url(imagenes/left.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #300;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu_head  a:link {
	color: #7D0000;
	text-decoration: none;
}
.menu_head a:visited {
	text-decoration: none;
	color: #966;
}
.menu_head a:hover {
	text-decoration: none;
	color: #C33;
}
.menu_head a:active {
	text-decoration: none;
	color: #C00;
}
.menu_body {
	display:none;
}
.menu_body a{
	display:block;
	color:#900;
	background-color:#F5F5F5;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.menu_body  a:link {
	color: #7D0000;
	text-decoration: none;
}
.menu_body a:visited {
	text-decoration: none;
	color: #966;
}
.menu_body a:hover {
	text-decoration: none;
	color: #C33;
}
.menu_body a:active {
	text-decoration: none;
	color: #C00;
}
</style>

