#menu {
	float:right;
	width:900px;
	height: 30px;
	padding:0 0 0 0;
}

#menu ul {
	height:30px;
	margin-top:0px;
}

#menu li {
	position:relative;
	float:left;
	height:30px;
	display:inline;
	margin-left:0px;
	list-style:none;
}

#menu li.first {
	margin-left:0;
	/*margin-top:5px;*/
}

#menu li a {
	display:block;
	height:20px;
	text-indent:-9000em;
	overflow:hidden;
}

#menu li.bt01 a {
	width:65px;	
	background:url(../img/botonera_EN_01.gif) no-repeat center top;
}

#menu li.bt02 a {
	width:100px;
	background:url(../img/botonera_EN_02.gif) no-repeat center top;
}

#menu li.bt03 a {
	width:103px;
	background:url(../img/botonera_EN_03.gif) no-repeat center top;
}

#menu li.bt04 a {
	width:105px;
	background:url(../img/botonera_EN_04.gif) no-repeat center top;
}

#menu li.bt05 a {
	width:97px;
	background:url(../img/botonera_EN_05.gif) no-repeat center top;
}

#menu li.bt06 a {
	width:119px;
	background:url(../img/botonera_EN_06.gif) no-repeat center top;
}
#menu li.bt07 a {
	width:99px;
	background:url(../img/botonera_EN_07.gif) no-repeat center top;
}
#menu li.bt08 a {
	width:69px;
	background:url(../img/botonera_EN_08.gif) no-repeat center top;
}
#menu li.bt09 a {
	width:61px;
	background:url(../img/botonera_EN_09.gif) no-repeat center top;
}
#menu li.bt010 a {
	width:82px;
	background:url(../img/botonera_EN_10.gif) no-repeat center top;
}

#menu li a:hover {
	background-position:center -20px;
}

/****** SUBMENU ******/

#menu li ul {
	position:absolute;
	width:150px;
	height:auto;
	top:30px; /*POSICION DEL SUBMENU CON RESPECTO AL MENU PRINCIPAL*/
	background-color:#ececec; /*el color de fondo d la cajita de los submenu*/
	/*border:1px solid #575757;*/
	display:none;
}

#menu li ul li {
	float:none;
	margin-left:0;
}

#menu li ul li a {
	width:150px !important;
	height:30px;
}

/**** submenu - empresa ****/

#menu li ul li.bt-empresa-sobre a {
	background:url(../img/submenu_EN_01.gif) no-repeat center top;
}

#menu li ul li.bt-saladeimprensa a {
	background:url(../img/bt-submenu-saladeimprensa.gif) no-repeat center top;
}

/**** submenu - produtos ****/

#menu li ul li.bt-artkasa-imoveis a {
    /*width:30px;*/
	background:url(../img/submenu_EN_01.gif) no-repeat center top;
}

#menu li ul li.bt-artkasa-design a {
	background:url(../img/submenu_EN_02.gif) no-repeat center top;
}

#menu li ul li.bt-artkasa-garden a {
	background:url(../img/submenu_EN_03.gif) no-repeat center top;
}

#menu li ul li.bt-artkasa-hotelaria a {
	background:url(../img/bt-submenu-hotelaria.gif) no-repeat center top;
}
#menu li ul li.actividad1 a {
	background:url(../img/submenu_EN_04.gif) no-repeat center top;
}
#menu li ul li.actividad2 a {
	background:url(../img/submenu_EN_05.gif) no-repeat center top;
}
#menu li ul li.actividad3 a {
	background:url(../img/submenu_EN_06.gif) no-repeat center top;
}


#menu li ul li a:hover {
	background-position:center -30px;
	background-color:#cccccc;
}





