div.sdmenu {
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
	word-spacing: 1px;
	
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color:#4E4A49;  /** color titulos **/
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: gray; /** Color de fondo de menus **/
	display: block;
	border-bottom: 1px solid #ddd;
	color:#FFFFFF; /** Color de letra de menus **/
}
div.sdmenu div a.current {
	background : gray; /** Color de fondo 1er menu **/
}
div.sdmenu div a:hover {
	background : #E4E4E4 url(linkarrow.gif) no-repeat right center; /** Color posicionamiento**/
	color:#706D6C; /** Color roll over font menu**/
	text-decoration: none;
}
