div.sdmenu {
	width: 440px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	/* esta es la parte de abajo */
	/* background: url(bottom.gif) no-repeat  right bottom; */
	color: #fff;
	
}
div.sdmenu div {
/*  grafico de titulo
	background: url(title.gif) repeat-x;*/
	overflow: hidden;
	cursor:default
}
div.sdmenu div:child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: normal;
	/* color de letra de titulo */
	color:#666666;
	cursor:pointer;
	background: url(expanded.gif) no-repeat 10px center;	
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #000000;
	text-decoration: none;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
/* cambiar color cuando pasas el raton */
	background : #D6D7D8 ;
	/* color de la letra al pasar el raton */
	color: #000000;
	text-decoration: none;
}