.amazonmenu {
	float: left;
}


.amazonmenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.amazonmenu ul li{
	position: static; /* menu li items should have position set to static */
}

.amazonmenu ul li a{
	display:block;
    width:100%; height:100%;
}

.amazonmenu > ul{
	width: 210px; /* width of main menu */
	height: 400px; /* height of main menu */
	position: relative;
}

#b001_inicio { background:url(../imagenes/b001_inicio.png) left top no-repeat;  }
#b002_perfil { background:url(../imagenes/b002_perfil.png) left top no-repeat;  }
#b003_servicios { background:url(../imagenes/b003_servicios.png) left top no-repeat;  }
#b004_socios { background:url(../imagenes/b004_socios.png) left top no-repeat;  }
#b005_noticias { background:url(../imagenes/b005_noticias.png) left top no-repeat; }
#b006_contactenos { background:url(../imagenes/b006_contactenos.png) left top no-repeat;  }
#b007_webmail { background:url(../imagenes/b007_webmail.png) left top no-repeat;  }

#b011_derecho_fiscal { background:url(../imagenes/b011_derecho_fiscal.png) left top no-repeat;  }
#b012_derecho_civil { background:url(../imagenes/b012_derecho_civil.png) left top no-repeat;  }
#b013_derecho_corporativo { background:url(../imagenes/b013_derecho_corporativo.png) left top no-repeat;  }
#b014_derecho_ambiental { background:url(../imagenes/b014_derecho_ambiental.png) left top no-repeat;  }
#b015_derecho_penal { background:url(../imagenes/b015_derecho_penal.png) left top no-repeat; }
#b016_competencia_economica { background:url(../imagenes/b016_competencia_economica.png) left top no-repeat;  }
#b017_propiedad_intelectual { background:url(../imagenes/b017_propiedad_intelectual.png) left top no-repeat;  }

#b011_derecho_fiscal:hover { background-position:0 -30px; }
#b012_derecho_civil:hover { background-position:0 -30px; }
#b013_derecho_corporativo:hover { background-position:0 -30px; }
#b014_derecho_ambiental:hover { background-position:0 -30px; }
#b015_derecho_penal:hover { background-position:0 -30px; }
#b016_competencia_economica:hover { background-position:0 -30px; }
#b017_propiedad_intelectual:hover { background-position:0 -30px; }

#b001_inicio:hover { background-position:0 -30px; }
#b002_perfil:hover { background-position:0 -30px; }
#b003_servicios:hover { background-position:0 -30px; }
#b004_socios:hover { background-position:0 -30px; }
#b005_noticias:hover { background-position:0 -30px; }
#b006_contactenos:hover { background-position:0 -30px; }
#b007_webmail:hover { background-position:0 -30px; }

.amazonmenu > ul li a{
	display: block;
	overflow: hidden;
	margin: 10px 0px;
	position: relative;
	text-decoration: none;
	width: 210px;
	height: 28px; 
}

.amazonmenu > ul li ul li a{
	display: block;
	overflow: hidden;
	margin: 0px 0px;
	position: relative;
	text-decoration: none;
	width: 210px;
	height: 30px; 
}

.amazonmenu ul li a:hover, .amazonmenu ul li.hassub.selected > a{
	display: block;
	overflow: hidden;
	margin: 10px 0px;
	position: relative;
	text-decoration: none;
	width: 210px;
	height: 28px;
	background-position: 0px -30px;
}

.amazonmenu ul li ul li a:hover, .amazonmenu ul li ul li.hassub.selected > a{
	display: block;
	overflow: hidden;
	margin: 0px 0px;
	position: relative;
	text-decoration: none;
	width: 210px;
	height: 30px;
	background-position: 0px -30px;
}


.amazonmenu ul li > div, .amazonmenu ul li > ul{
	display: none;
	width: 220px;
	height: 200px;
	left: 99%;
	padding: 0px;
	position: absolute;
	top: 19%;
	z-index: 1000;
}