/* CSS Document */

#menu {
	position:			relative;
	width:				570px !important;
	width:				572px;		/* IE Fix for (2) 1px borders being inside container. */
	padding-left:       350px;
	height:				25px;
	font-size:			10px;
	color:				#666666;
	background-color: 	#ffffff;

}
#opcio1 a{
	position:			relative;
	float:				left;
	text-decoration:	none;
	width:				120px !important;
	width:				122px;		/* IE Fix for (2) 1px borders being inside container. */
	height:				10px;
	padding-top:        15px;
	text-align:			center;
	color:				#666666;
	border-right:  thin solid #666666 ;
}
#opcio1 a:hover{
	font-weight: bold;
	color:      #b22226;
	background: url(../imatges/menu.jpg) no-repeat 0 0px;
}
#opcio2 a{
	position:			relative;
	float:				left;
	text-decoration:	none;
	width:				170px !important;
	width:				172px;		/* IE Fix for (2) 1px borders being inside container. */
	height:				10px;
	padding-top:        15px;
	color:				#666666;
	text-align:			center;
	border-right:  thin solid #666666 ;
}
#opcio2 a:hover{
	font-weight: bold;
	color:      #b22226;
	background: url(../imatges/menu.jpg) no-repeat -120px 0px;
}
#opcio3 a{
	position:			relative;
	float:				left;
	text-decoration:	none;
	width:				70px !important;
	width:				72px;		/* IE Fix for (2) 1px borders being inside container. */
	height:				10px;
	padding-top:        15px;
	color:				#666666;
	text-align:			center;
	border-right:  thin solid #666666 ;
}
#opcio3 a:hover{
	font-weight: bold;
	color:      #b22226;
	background: url(../imatges/menu.jpg) no-repeat -190px 0px;
}
#opcio4 a{
	position:			relative;
	float:				left;
	text-decoration:	none;
	width:				80px !important;
	width:				82px;		/* IE Fix for (2) 1px borders being inside container. */
	height:				10px;
	padding-top:        15px;
	color:				#666666;
	text-align:			center;
	border-right:  thin solid #666666 ;
}
#opcio4 a:hover{
	font-weight: bold;
	color:      #b22226;
	background: url(../imatges/menu.jpg) no-repeat -270px 0px;
}
#opcio5 a{
	position:			relative;
	float:				left;
	text-decoration:	none;
	width:				80px !important;
	width:				82px;		/* IE Fix for (2) 1px borders being inside container. */
	height:				10px;
	padding-top:        15px;
	color:				#666666;
	text-align:			center;
	border-right:  thin solid #666666 ;
}
#opcio5 a:hover{
	font-weight: bold;
	color:      #b22226;
	background: url(../imatges/menu.jpg) no-repeat -350px 0px;
}

#opcio6 a{
	position:			relative;
	float:				left;
	text-decoration:	none;
	width:				40px !important;
	width:				42px;		/* IE Fix for (2) 1px borders being inside container. */
	height:				10px;
	padding-top:        15px;
	color:				#666666;
	text-align:			center;
}
#opcio6 a:hover{
	font-weight: bold;
	color:      #b22226;
	background: url(../imatges/menu.jpg) no-repeat -350px 0px;
}
#idioma {
	padding-top:35px;
	text-align: right;
	font-size: 10px;
	color: #ffffff;
}
#idioma a{
 	text-decoration:none;
	color: #b22226;
}
