div.sdmenu {
	width: 190px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	margin-top:20px;
	margin-left:10px;
	background: url(bottom.png) no-repeat  right bottom;
	color: #fff;	
}


div.sdmenu div {
	background: url(title.png) repeat-x;
	overflow: hidden;	
}
div.sdmenu div:first-child {
	background: url(toptitle.png) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	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: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color:#4088b8;
	text-decoration:none;
	font-weight:bold;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background: #003366 ;
	color: #fff;
	text-decoration: none;
}

.btnSalir{
   font-family:inherit;
   background: url(salir.gif) no-repeat;
   background-position:right;
   padding:10px 28px 10px 0px;
   text-decoration:none;
   float:right;
   margin-right:10px;
   font-weight:bold; 
 
}

.btnSalir:hover{
   background: url(salir_hover.gif) no-repeat;
   background-position:right;   
   font-weight:bold;
   color:#FF0000; 
 
}

.infUsuario{
  font-size:14px;
  background:url(usuario.gif) no-repeat;
  background-position:left;
  padding:15px 0px 15px 28px;
  height:30px
  

}