/********* PRIMER NIVELL *************************************************************/

.primerNivellLinkNormal
{
   background-color: #DA6132;
   width: 128px;
	height: 20px;  
	color: white;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #A1380F;		
}

.primerNivellLinkHover
{
   background-color: #A1380F;
   width: 128px;
	height: 20px;  
	color: white;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #A1380F;		
	cursor: pointer;
}

.primerNivellLinkSeparador
{
	width: 2px;
}

/********* SEGON NIVELL *************************************************************/

.segonNivellLinkNormal
{
   background-color: #DA6132;
   width: 128px;
	height: 18px;  
	color: white;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;	
}

.segonNivellLinkHover, .segonNivellLinkSelected
{
   background-color: #A1380F;
   width: 128px;
	height: 18px;  
	color: white;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.SegonNivellLinkSeparador
{
	height: 1px;
	width: 129px;
   background-color: #A1380F;	
}

.segonNivellInicial
{
/*   width: 129px;
	height: 5px;
	background-image: url('imatges/menu/Nivell2/dalt.gif');*/
}

.segonNivellFinal
{
/*   width: 129px;
	height: 5px;
	background-image: url('imatges/menu/Nivell2/baix.gif');*/
}