#menu {
	position: relative;
	height: 175px;
	width:200px;
	margin:0px;
	top: 0px;
	left: 0px;
}
#menu span{
	display:none;
}
#menu ul {
	position: relative;
	width:200px;
	height: 175px;
	margin: 0px;
	padding: 0px;
}
#menu li{
	margin:0px ;
	list-style:none;

}
li#btn01 a { position:absolute; left:0px;   width:200px; height:35px; top:0px; bottom:0px; text-decoration:none; background: url(../img/principal.gif) 0px 0px  no-repeat; }
li#btn02 a { position:absolute; left:0px;  width:200px; height:35px; top:35px; bottom:0px; text-decoration:none; background: url(../img/servicios.gif) 0px 0px  no-repeat; }
li#btn03 a { position:absolute; left:0px; width:200px; height:35px; top:70px; bottom:0px; text-decoration:none; background: url(../img/menu.gif) 0px 0px  no-repeat; }
li#btn04 a { position:absolute; left:0px; width:200px; height:35px; top:105px; bottom:0px; text-decoration:none; background: url(../img/carta.gif) 0px 0px  no-repeat; }
li#btn05 a { position:absolute; left:0px; width:200px; height:35px; top:140px; bottom:0px; text-decoration:none; background: url(../img/contactanos.gif) 0px 0px no-repeat; }



li#btn01 a:hover, li#btn02 a:hover, li#btn03 a:hover, li#btn04 a:hover, li#btn05 a:hover { background-position: -200px 0px;}

#musica {
	position: absolute;
	text-align: center;
	height: 20px;
	width: 200px;
	left: 9px;
	top: 215px;
	bottom: 0px;
}