/* Piazza Blues */

/* Colore dei link in tutti i testi, salvo main menu */
a:link, a:visited {
	color: #0000FF;
}

a:hover {
	color: #f61914;
}
/* Stile del menu orizzontale */
#pillmenu a:hover {
  color: #f61914;
}

#pillmenu a#active_menu-nav {
  background: url(../images/emc/emc_menu_active_bg.png) repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

/* Forma dei riquadri dei main menu */
div.module_menu {
	background: url(../images/emc/emc_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/emc/emc_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/emc/emc_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/emc/emc_box_tl.png) 0 0 no-repeat;
}