#navegacion-horizontal{
	float: left;
	margin: 42px 0 0 22px;
	height: 16px;
}
#navegacion-horizontal ul{
	list-style: none;
	background-color: Gray;
}
#navegacion-horizontal li{
	font-size: 11px;
	float: left;
}

#navegacion-horizontal li a{
	text-decoration: none;
	text-indent: -10000px;
	color: #fff;
	disp lay: block;
	float: left;
	margin: 0 17px 0 0;
	padding: 0;
}
#navegacion-horizontal li a:hover{
	color: #555;
}

#navegacion-horizontal li.the-wood a{
	background: url(the-wood.gif);
	width: 54px;
	height: 16px;
	padding: 0;
}
#navegacion-horizontal li.the-wood a:hover{
	background: url(the-wood.gif) 0 16px;
}

#navegacion-horizontal li.the-work a{
	background: url(the-work.gif);
	width: 52px;
	height: 16px;
	padding: 0;
}
#navegacion-horizontal li.the-work a:hover{
	background: url(the-work.gif) 0 16px;
}
#navegacion-horizontal li.the-brain a{
	background: url(the-brain.gif);
	width: 53px;
	height: 16px;
	padding: 0;
}
#navegacion-horizontal li.the-brain a:hover{
	background: url(the-brain.gif) 0 16px;
}
#navegacion-horizontal li.instruments a{
	background: url(instruments.gif);
	width: 68px;
	height: 16px;
	padding: 0;
}
#navegacion-horizontal li.instruments a:hover{
	background: url(instruments.gif) 0 16px;
}
#navegacion-horizontal li.the-concept a{
	background: url(the-concept.gif);
	width: 69px;
	height: 16px;
	padding: 0;
}
#navegacion-horizontal li.the-concept a:hover{
	background: url(the-concept.gif) 0 16px;
}
#navegacion-horizontal li.credits a{
	background: url(credits.gif);
	width: 39px;
	height: 16px;
	padding: 0;
}
#navegacion-horizontal li.credits a:hover{
	background: url(credits.gif) 0 16px;
}
#navegacion-horizontal li.contact a{
	background: url(contact.gif);
	width: 42px;
	height: 16px;
	padding: 0;
}
#navegacion-horizontal li.contact a:hover{
	background: url(contact.gif) 0 16px;
}
