#menu{
	position: relative;
	height: 32px;
	width:530px;
	margin:0px;
	top: 148px;
	left: 230px;
}
#menu span{
	display:none;
}
#menu ul {
	position: relative;
	width:530px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}
#menu li{
	margin:0px;
	list-style:none;
	display:inline;
}
li#op01 a { position:absolute; left:0px;   width:92px; height:32px; top:0px; bottom:0px; text-decoration:none; background: url(../img/principal.gif) no-repeat 0px 0px; }
li#op02 a { position:absolute; left:92px;  width:107px; height:32px; top:0px; bottom:0px; text-decoration:none; background: url(../img/quienesSomos.gif) no-repeat 0px 0px ; }
li#op03 a { position:absolute; left:199px; width:108px; height:32px; top:0px; bottom:0px; text-decoration:none; background: url(../img/nuestrosVinos.gif) no-repeat 0px 0px ; }
li#op04 a { position:absolute; left:307px; width:109px; height:32px; top:0px; bottom:0px; text-decoration:none; background: url(../img/ubicacion.gif) no-repeat 0px 0px ; }
li#op05 a { position:absolute; left:416px; width:114px; height:32px; top:0px; bottom:0px; text-decoration:none; background: url(../img/contactanos.gif) no-repeat 0px 0px ; }



li#op01 a:hover, li#op02 a:hover, li#op03 a:hover, li#op04 a:hover, li#op05 a:hover{ background-position: 0px -32px;}

