/********************************************* capa menús *********************************************/
#menu_seleccio{
	margin-top:87px;
	float:left;
}

#menu_seleccio_segon{
	margin-top:87px;
	margin-left:4px;
	float:left;
}

#menu_logo{
	width:402px;
	margin-top:58px;
	float:left;
	text-align:center;
}

#menu_nom{
	width:137px;
	height:25px;
	background-color:#171717;
	margin-top:3px;
}
	#menu_nom div{
		text-align:center;
		padding-top:8px;
	}

#menu_lletra_logo{
	margin-top:34px;
}

#separador_capsalera{
	height:25px;
	clear:both;
}
/********************************************* marcs fotos *********************************************/
.marc_foto_capsalera {
	border: 4px solid #171717;
}

/********************************************* lletres *********************************************/

.lletra_menu {
	font-family: Arial, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

/********************************************* links *********************************************/
a.lletra_menu {
	font-family: Arial, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}

	a:link.lletra_menu		{color:#FFFFFF}
	a:visited.lletra_menu	{color:#FFFFFF}
	a:hover.lletra_menu		{color:#a4a4a4}
	a:active.lletra_menu	{color:#a4a4a4}


a.lletra_menu_amb_sangria {
	font-family: Arial, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	padding-left:30px;
}
	a:link.lletra_menu_amb_sangria		{color:#FFFFFF}
	a:visited.lletra_menu_amb_sangria	{color:#FFFFFF}
	a:hover.lletra_menu_amb_sangria		{color:#a4a4a4}
	a:active.lletra_menu_amb_sangria	{color:#a4a4a4}

a.lletra_seleccions{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
	a:link.lletra_seleccions	{color:#FFFFFF}
	a:visited.lletra_seleccions	{color:#FFFFFF}
	a:hover.lletra_seleccions	{color:#a4a4a4}
	a:active.lletra_seleccions	{color:#a4a4a4}

/********************************************* menú desplegable *********************************************/
ul.dropdown { /* dades generals */
    list-style: none;
	width:137px;
	background-color:#171717;	
}
ul.dropdown > li { /* el bloc de submenús + titol */
    position: relative;
    float: center;
	margin-top:3px; /* distància amb la foto de la modalitat */
}

ul.dropdown li a { /* tots els links (menús i submenús) */
    display: block;
    text-decoration: none;
	text-align:center;
}
ul.dropdown li ul { /* bloc de submenús */
    z-index: 2;
    list-style: none;
    position: absolute;
    background-color:#171717;
    width: 137px;
	border-top: 5px solid #171717; /* distància entre el títol de la modalitat i el menú (perquè funcioni amb IE6, no es pot fer amb un  padding-bottom)*/ 	
}
ul.dropdown li ul li { /*separador entre submenús*/
	border-top: 3px solid #4c4c4c;
}
ul.dropdown li ul a:hover { /* casella seleccionada */
    background: #3c3c3c;
}

ul.dropdown li li a {/*dades casella secundaries*/
	text-align:left;
	font-size: 13px;
	padding: 5px 5px 5px 5px; /* top right bottom left */
}

.amb_sangria{/*capa per les categories*/
	padding-left:30px;
}
.menu_modalitat{ /*capa del nom de la modalitat*/
	height:24px;
	@height:20px; /* @ per indicar que només és per explorer (perquè l'explorer suma els valors dels padding)*/
}
	.menu_modalitat a{
		padding-top:5px;		
	}