Code: Select all
#phocamenu .pm-header {
font-family: Corbel,Geneva,"Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",Verdana,Tahoma,"Trebuchet MS",sans-serif;
font-size: 120%;
font-weight: bolder;
}
The class for the menu items themselves is pm-title so you would use
Code: Select all
#phocamenu .pm-item table tr td.pmtitle, #phocamenu .pm-item-bl table tr td.pmtitle { ... }