/********* PRIMER NIVELL *************************************************************/

.primerNivellLinkNormal
{  
	background-image: url('/Imatges/menuCorporatiu/1NFonsDes.gif');
	width: 102px;	
	height: 36px;
	color: white;
	padding-left: 0px;
	padding-right: 4px;
	vertical-align: top;
}

.primerNivellLinkHover,.primerNivellLinkSelected
{
	background-image: url('/Imatges/menuCorporatiu/1NFonsSel.gif');
	width: 102px;	
	height: 36px;
	color: white;	
	padding-left: 0px;
	padding-right: 4px;
	vertical-align: top;
	cursor: hand;
}

.primerNivellLinkSeparador
{
	width: 3px;
	background-color: #A8A8A8;
}
	
/* SEGON NIVELL *************************************************************/

.segonNivellLinkNormal
{	
	background-image: url('/Imatges/menuCorporatiu/2NFons.gif');
	width: 172px;
	height: 3px;
	color: white;	
	padding-left: 11px;
	padding-top: 2px;	
	padding-bottom: 2px;
}

.segonNivellLinkHover, .segonNivellLinkSelected
{
	background-image: url('/Imatges/menuCorporatiu/2NFons.gif');
	width: 172px;
	height: 3px;
	padding-left: 11px;
	padding-top: 2px;	
	padding-bottom: 2px;				
	cursor: hand;			
	color: #E32F11;	
}

.segonNivellLinkSeparador
{
	background-image: url('/Imatges/menuCorporatiu/2NSeparador.gif');
	width: 172px;
	height: 3px;
}

.segonNivellInicial
{
	background-image: url('/Imatges/menuCorporatiu/2NInici.gif');
	width: 172px;
	height: 6px;
}

.segonNivellFinal
{
	background-image: url('/Imatges/menuCorporatiu/2NFinal.gif');
	width: 172px;
	height: 7px;
}