div.sdmenu {
	width: 194px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	position: relative;
}

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 50px;
	font-weight: bold;
	color: white;
/*	background: url(expanded.gif) no-repeat 10px center;*/
	cursor: default;
	border-bottom: 1px solid #ddd;
	cursor: hand;
}

div.sdmenu a.cat {
	font-family: Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

div.sdmenu div a {
	font-family: Arial, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;

}

div.sdmenu div a.current {
	color: #204AB7;
}

/*
.subm {
	background: #EEEEEE url() repeat-x;
}
*/

.subm {
	width: 94px;
	background: #EEEEEE url() repeat-x;
}


.subm:hover {
	width: 94px;
	background: #CCC url() repeat-x;
}

a.thickbox {
	color: #204AB7 !important;
	display:block;
}

a.thickbox:hover {
	color: #000 !important;
	display:block;
}

a.azul {
	color: #204AB7 !important;
	display:block;
}

a.azul:hover{
	color: #000 !important;
	display:block;

}