#menu {
	float: left;
	width: 140px;
	line-height: 27px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC00CC;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #FF99FF;
	border-left-color: #FF99FF;
}
#menu ul {
}
#menu li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC00CC;
	text-indent: 8px;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	color: #000000;
	padding-left: 10px;
	background-image: url(recursos/ci.png);
	background-repeat: no-repeat;
	background-position: left;
}

