#nav {
	width:770px;
	height:94px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li{
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
	width:85px;
	height:94px;
}	
#nav li a {
	background:url(../img/boton.jpg) no-repeat;
	color:#838383;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	text-align:center;
	padding-top:36px;
	height:58px;
}
#nav li a.store:hover {
	color:#FFC827;
}	
		
#nav #currentpage a{
	background:url(../img/boton-over.jpg) no-repeat;
	font-weight:bold;
	color:#FFFFFF;
}
#nav #currentpage2 a{
	background:url(../img/boton-over.jpg) no-repeat;
	font-weight:bold;
	color:#FFC827;
}
#nav li a u{
	color:#FFC827;
	font-size: 12px;
	text-decoration:underline;
}
