/* CSS Document */
/* ---------------------------- menu -------------------------------- */

#menu{
	height:29px;
	width: 704px;
	font:13px arial,verdana,tahoma,sans-serif;
	color:#FFFFFF;
	padding:13px 0 0 0;
	float:left;

}


ul#navigation {
	margin:0 auto;
	width: 704px;
	height:29px;
	background: url(../../img/web/bgr-navegacio-h.gif) no-repeat;
	font-weight:bold;
	float:left;

}


ul#navigation li {
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: 0px; /*text del menu posicionament */
	text-align:center;
}

ul#navigation li a {
	border: 0;
	display: block;
	height:29px;
	background: url(../../img/web/bgr-navegacio.gif) no-repeat;
	color:#FFFFFF;
	padding-top:8px;
	text-decoration:none;
}


ul#navigation li a:hover {
	border: 0;
	display: block;
	background-image: url(../../img/web/bgr-navegacio.gif);
	color:#0F508E;
	padding-top:8px
}	

ul#navigation li .sel {
	border: 0;
	display: block;
	height:29px;
	background: url(../../img/web/bgr-navegacio-h.gif) no-repeat;
	color:#0F508E;
	padding-top:8px;
}

ul#navigation .active a{
	border: 0;
	display: block;
	background-image: url(../../img/web/bgr-navegacio-h.gif);
	color:#000000;
}


li#m1 {width:116px;}

li#m1 a:hover{width:116px;}
li#m1 a {width: 116px; }

li#m1 span{padding:0 0 0 17px;}

li#m2  {width: 172px; }
li#m2 p {width: 172px; padding-top:8px;color:#0F508E;}

li#m2 a {width: 172px;}

li#m2 a:link,
li#m2 a:visited,
li#m2 a:hover {
	background-position: -116px 0px;
}


li#m3  {width: 117px; }
li#m3 p {width: 117px; padding-top:8px;color:#0F508E;}

li#m3 a {width: 117px;}

li#m3 a:link,
li#m3 a:visited,
li#m3 a:hover {
	background-position: -288px 0px;
}

li#m4  {width: 125px; }
li#m4 p {width: 125px; padding-top:8px;color:#0F508E;}

li#m4 a {width: 125px;}

li#m4 a:link,
li#m4 a:visited,
li#m4 a:hover {
	background-position: -405px 0px;
}

li#m5  {width: 82px; }
li#m5 p {width: 82px; padding-top:8px;color:#0F508E;}

li#m5 a {width: 82px;}

li#m5 a:link,
li#m5 a:visited,
li#m5 a:hover {
	background-position: -530px 0px;
}

li#m6  {width: 92px; }
li#m6 p {width: 92px; padding-top:8px;color:#0F508E;}

li#m6 a {width: 92px;}

li#m6 a:link,
li#m6 a:visited,
li#m6 a:hover {
	background-position: -612px 0px;
}



