/********* PRIMER NIVELL *************************************************************/

.primerNivellLinkNormal
{
	color: white;
	font-size: 80%;
	text-decoration: none;		
	cursor: hand;	
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.primerNivellLinkHover,.primerNivellLinkSelected
{
	color: #00ADE9;
	text-decoration: none;
	font-size: 80%;
	cursor: hand;	
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.primerNivellLinkSeparador
{
   width: 2px;
	background-image: url('/Imatges/MenuSup/sepVertical.gif');
	background-repeat: repeat-y;
}
	
/* SEGON NIVELL *************************************************************/

.segonNivellLinkNormal
{
	text-decoration: none;
	color: white;
	font-size: 80%;
   background-color: #007CB6;
	padding: 5 19 5 19;
	cursor: hand;	
	width: 203px;	
}

.segonNivellLinkHover, .segonNivellLinkSelected
{
	text-decoration: none;
	color: #CBCBCB;
	font-size: 80%;
   background-color: #007CB6;
	padding: 5 19 5 19;	
	cursor: hand;	
	width: 203px;	
}

.segonNivellLinkSeparador
{
	background-image: url('/imatges/menuJs/separador.gif');
	height: 2px;
	width: 203px;
}

.segonNivellInicial
{
   background-color: #007CB6;
	width: 203px;
	height: 2px;	
}

.segonNivellFinal
{
	background-image: url('/imatges/menuJs/peu.gif');
	width: 203px;
	height: 8px;
}