dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menuver {
width:210px;
float:left;
}
#menuver {
width: 15em;
}
#menuver dt {
/*
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ccc;*/
background-image:url(../img/flecha.gif);
background-repeat:no-repeat;
background-position:0em 5px;
padding:0 0 0 10px;
margin:0 0 4px 0;
cursor: pointer;
}
#menuver dd {
margin:0 0 0 10px;
}
#menuver li {
/*text-align: center;
background: #fff;*/
background-image:url(../img/flecha.gif);
background-repeat:no-repeat;
background-position:0em 5px;
padding:0 0 0 10px;
margin:0 0 4px 0;
cursor: pointer;
}
#menuver li a, #menu dt a {

}
#menuver li a:hover, #menu dt a:hover {

}


.contingut-ofertas {
width:450px;
height:200px;
float:left;
background-color:#00FF33;
margin:0 0 0 25px;
overflow:auto;
}