.sf-contener-user {
  clear: both;
  margin: 10px 0;
  height: 35px;
  line-height: 35px;
  padding-left: 45px;

  background: transparent url(../img/userleft.png) no-repeat left center;
}
.sf-right-user {

  float: left;
  width: 34px;
  height: 35px;
  background: transparent url(../img/carritoright.png) no-repeat left center;
}
.sf-user, .sf-user * {
	margin:			0;
	padding:		0;
	list-style:		none;
        
}
.sf-user {
  float: left;
  
  height: 35px;
    width: 607px;
	background: transparent url(../img/user.png) repeat-x;


	margin-bottom:	1em;

}
.sf-user ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
        
        
}
.sf-user ul li {
	width:			100%;
        
}
.sf-user li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-user li {
	float:			left;
	position:		relative;
        padding-left: 10px;
        padding-right: 10px;
        border-right: solid 1px #bbbbbb;
}
.sf-user a {
	display:		block;
	position:		relative;
}