		#main #nav #inicio {
			width: 66px;
			height: 30px;
			background: url(images/inicio3.gif) top left no-repeat;
		}
			#main #nav #inicio:hover {
				background-position: 0 -30px;
			}
		#main #nav #empresa {
			width: 83px;
			height: 30px;
			background: url(images/empresa3.gif) top left no-repeat;
		}
			#main #nav #empresa:hover {
				background-position: 0 -30px;
			}
		#main #nav #clientes {
			width: 104px;
			height: 30px;
			background: url(images/clientes.gif) top left no-repeat;
		}
			#main #nav #clientes:hover {
				background-position: 0 -30px;
			}
		#main #nav #servicios {
			width: 89px;
			height: 30px;
			background: url(images/servicios3.gif) top left no-repeat;
		}
			#main #nav #servicios:hover {
				background-position: 0 -30px;
			}
		#main #nav #contacto {
			width: 91px;
			height: 30px;
			background: url(images/contacto3.gif) top left no-repeat;
		}
			#main #nav #contacto:hover {
				background-position: 0 -30px;
			}
