/* CSS Document */

.nav ul {
	margin: 0;
	padding: 0;
	list-style:none;
	width:100%;
}

.nav ul li {
	float:left;
	padding-top: 5px;
	height:20px;
	padding-right:3px;
}
	
.nav li a {
	line-height: 100%;
	width: 100%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 6px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}

li.HOME a {
	width: 53px;
	color: #62584b;
	text-decoration: none;
}
	
li.HOME a:hover {
	width: 53px;
	color: #5f2d7c;
	background-color: #64bf1c;
	text-decoration: none;
}

li.HOME a:active {
	width: 53px;
	color: #fff;
	background-color: #5f2d7c;
	text-decoration: none;
}

li.SHOP a {
	width: 53px;
	color: #62584b;
	text-decoration: none;
}
	
li.SHOP a:hover {
	width: 53px;
	color: #5f2d7c;
	background-color: #64bf1c;
	text-decoration: none;
}
	
li.SHOP a:active {
	width: 53px;
	color: #fff;
	text-decoration: none;
	background-color: #5f2d7c;
}

li.EBAY a {
	width: 53px;
	color: #62584b;
	text-decoration: none;
}
	
li.EBAY a:hover {
	width: 53px;
	color: #5f2d7c;
	background-color: #64bf1c;
	text-decoration: none;
}
	
li.EBAY a:active {
	width: 53px;
	color: #fff;
	text-decoration: none;
	background-color: #5f2d7c;
}

li.LABORATORIO a {
	width: 102px;
	color: #62584b;
	text-decoration: none;
}
	
li.LABORATORIO a:hover {
	width: 102px;
	color: #5f2d7c;
	background-color: #64bf1c;
	text-decoration: none;
}
	
li.LABORATORIO a:active {
	width: 102px;
	color: #fff;
	text-decoration: none;
	background-color: #5f2d7c;
}
	
li.DOVE a {
	width:90px;
	color:#62584b;
	text-decoration:none;
}
	
li.DOVE a:hover {
	width:90px;
	color: #5f2d7c;
	background-color: #64bf1c;
	text-decoration:none;
}
	
li.DOVE a:active {
	width:90px;
	color:#fff;
	text-decoration:none;
	background-color: #5f2d7c;
}

li.CONTATTI a {
	width:77px;
	color:#62584b;
	text-decoration:none;
}
	
li.CONTATTI a:hover {
	width:77px;
	color: #5f2d7c;
	background-color: #64bf1c;
	text-decoration:none;
}
	
li.CONTATTI a:active {
	width:77px;
	color:#fff;
	text-decoration:none;
	background-color: #5f2d7c;
}


