/* ============= NIVELL 1 ===================== */
.primerNivellLinkNormal,.primerNivellLinkNormalNoClick,.primerNivellLinkHoverNoClick {
	color: #AF3503;
	background-color: white;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	font-size: x-small;
	font-weight: bold;
}

.primerNivellLinkHover,.primerNivellLinkSelected{
	color: #ED6A0A;
	background-color: white;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	font-size: x-small;
	font-weight: bold;
	cursor: pointer;
}

.primerNivellLinkSeparador {
	width: 8px;
	height: 10px;
	background-image: url('/Imatges/Menu/Nivell1Separador.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 10px 10px 10px;
}

/* ============= NIVELL 2 ===================== */
.segonNivellLinkNormal,.segonNivellLinkNormalNoClick,.segonNivellLinkHoverNoClick
{
	color: #F8DECB;
	background-color: #9C0807;
	text-align: left;
	text-decoration: none;
	font-size: xx-small;
	font-weight: bold;
   padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	padding-right: 4px;
	width: 230px;
}

.segonNivellLinkHover,.segonNivellLinkSelected 
{
	color: #C86D2D;
	background-color: #9C0807;
	text-align: left;
	text-decoration: none;
	font-size: xx-small;
	font-weight: bold;
	cursor: pointer;
   padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	padding-right: 4px;
	width: 230px;
}

.SegonNivellInicial 
{
	width: 100%;
	height: 4px;
	background-color: #9C0807;
}

.SegonNivellFinal 
{
	background-image: url('/Imatges/Menu/Nivell2Final.gif');
   background-repeat: repeat-x;
	width: 100%;
	height: 17px;
}

.SegonNivellLinkSeparador 
{
	width: 100%;
	height: 4px;
	background-color: #9C0807;
	background-image: url('/Imatges/Menu/Nivell2Separador.gif');
	background-repeat: no-repeat;
}