/********* PRIMER NIVELL *************************************************************/
.primerNivellLinkNormal
{
	font-weight: bold;
	width: 101px;
	background-color: #fe5f01;
	color: white;
	text-decoration: none;		
	cursor: hand;	
	height: 39px;
	padding: 3px;
	font-size:11px;
	letter-spacing: -1px;
}


.primerNivellLinkHover,.primerNivellLinkSelected
{
	font-weight: bold;
	width: 101px;
	background-color: #fe5f01;
	text-decoration: none;
	cursor: hand;	
	height: 39px;
	padding: 3px;
	font-size:11px;
	letter-spacing: -1px;
}

.primerNivellLinkSeparador
{
   width: 5px;
}
	
/* SEGON NIVELL *************************************************************/

.segonNivellLinkNormal
{
	text-decoration: none;
	color: white;
	font-size: 80%;
	background-color: #fe5f01;
	padding: 5;
	cursor: hand;	
	width: 207px;	
}

.segonNivellLinkHover, .segonNivellLinkSelected
{
	text-decoration: none;
	font-size: 80%;
	background-color: #fe5f01;
	padding: 5;	
	cursor: hand;	
	width: 207px;	
}

.segonNivellLinkSeparador
{
	background: url('/Imatges/menuDinamic/separador.gif');
	height: 2px;
	width: 207px;	
}

.segonNivellInicial
{
	background: url('/Imatges/menuDinamic/cap.gif');
	background-color: white;
	width: 207px;
	height: 6px;
}

.segonNivellFinal
{
	background: url('/Imatges/menuDinamic/peu.gif');
	width: 207px;
	height: 6px;
}
