/* CSS Document */

.nivell1{
	cursor:pointer;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#96194B;
	/*width:150px;*/
	width:144px;
	padding: 3px 2px 3px 4px;
	text-align:left;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	display: block;
	border-bottom: 1px solid #fff;
	position: relative;
}
.nivell1:hover{
color:#000;
}

.nivell2{
	cursor:pointer;
	margin-bottom: 0em;
	margin-left: 0px;
	color:#000000;
	/*width:142px;*/
	width:136px;
	text-align:left;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	display: block;
	border-bottom: 1px solid #fff;
  padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	background-image: url(../img/punt2_menu_lat.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
.nivell2:hover{
	background-color: #D9D9CC;
}

.nivell3{
	cursor:pointer;
	margin-bottom: 0em;
	margin-left: 0px;
	color:#000000;
	/*width:138px;*/
	width:131px;
	padding:3px 2px 3px 17px;
	text-align:left;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	border-bottom: 1px solid #CECEBC;
	display: block;
	background-color: #D9D9CC;
}
.nivell3:hover{
	background-color: #EBE8DA;
}

#primer {
	margin-top: 18px;
}
