/********* PRIMER NIVELL *************************************************************/

.primerNivellLinkNormalOakley
{
	padding-left: 15px;
	padding-top: 37px;
	background-image: url('Imatges/menuSuperior/fonsOakleyDes.gif');	
	background-repeat: no-repeat;
	background-position: bottom;
	color: white;
	cursor: hand;
	height: 100%;
	width: 150px;
}

.primerNivellLinkHoverOakley
{
	padding-left: 15px;
	padding-top: 37px;
	background-image: url('Imatges/menuSuperior/fonsOakleyAct.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	color: #5469DE;
	cursor: hand;
	height: 100%;
	width: 150px;
}

.primerNivellLinkNormalRayban
{
	padding-left: 15px;
	padding-top: 37px;
	background-image: url('Imatges/menuSuperior/fonsRaybanDes.gif');	
	background-repeat: no-repeat;
	background-position: bottom;
	color: white;
	cursor: hand;
	height: 100%;
	width: 150px;
}

.primerNivellLinkHoverRayban
{
	padding-left: 15px;
	padding-top: 37px;
	background-image: url('Imatges/menuSuperior/fonsRaybanAct.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	color: #5469DE;
	cursor: hand;
	height: 100%;
	width: 150px;
}

.primerNivellLinkNormalAltresMarquesCAT
{
	padding-left: 15px;
	padding-top: 37px;
	background-image: url('Imatges/menuSuperior/fonsAltresMarquesCatDes.gif');	
	background-repeat: no-repeat;
	background-position: bottom;
	color: white;
	cursor: hand;
	height: 100%;
	width: 150px;
}

.primerNivellLinkNormalAltresMarquesESP
{
	padding-left: 15px;
	padding-top: 37px;
	background-image: url('Imatges/menuSuperior/fonsAltresMarquesEspDes.gif');	
	background-repeat: no-repeat;
	background-position: bottom;
	color: white;
	cursor: hand;
	height: 100%;
	width: 150px;
}

.primerNivellLinkHoverAltresMarquesCAT
{
	padding-left: 15px;
	padding-top: 37px;
	background-image: url('Imatges/menuSuperior/fonsAltresMarquesCatAct.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	color: #5469DE;
	cursor: hand;
	height: 100%;
	width: 150px;
}

.primerNivellLinkHoverAltresMarquesESP
{
	padding-left: 15px;
	padding-top: 37px;
	background-image: url('Imatges/menuSuperior/fonsAltresMarquesEspAct.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	color: #5469DE;
	cursor: hand;
	height: 100%;
	width: 150px;
}

/********* SEGON NIVELL *************************************************************/

.segonNivellLinkNormal
{
   background-color: #839DEC;
	color: white;
	font: arial;
	padding-left: 19px;
	background-image: url(/Imatges/menuJS/ItemNoAct.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 150px;
	cursor: hand;		
	padding-top: 4px;
	padding-bottom: 4px;
}

.segonNivellLinkHover, .segonNivellLinkSelected
{
   background-color: #839DEC;
	color: #5469DE;
	font: arial;
	padding-left: 19px;
	background-image: url(/Imatges/menuJS/ItemAct.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 150px;
	cursor: hand;	
	padding-top: 4px;
	padding-bottom: 4px;	
}

.segonNivellLinkSeparador
{
	height: 1px;
   width: 150px;
   background-image: url(/Imatges/menuJS/separador.gif);
}


.segonNivellInicial
{
	background-image: url(/Imatges/menuJS/superior.gif);
	width: 150px;
	height: 5px;
}

.segonNivellFinal
{
	background-image: url(/Imatges/menuJS/inferior.gif);
	width: 150px;
	height: 5px;
}