Hi, mi site is:
oratoriomomo.org/
I love your menu, I'd just like to remove the external black border of the menu, is it possible?
I'm not good with CSS, at all, I can't understand a single line so I'd really need external support.
My current CSS style is (code that I copied from previous answers):
body #ariyui49.yui-skin-sam .yuimenubar
{
background: none transparent;
}
#ariyui49_menu
{
text-align: center;
}
#ariyui49_menu .bd
{
display: inline-block;
zoom: 1;
*display: inline;
}
#ariyui23.yui-skin-sam .yuimenu .bd
{ border: none; }
#pillmenu .yui-skin-sam ul li a.yuimenubaritemlabel,
#pillmenu .yui-skin-sam .yuimenubarnav .yuimenubaritem
{
border-style: none !important;
}
Thanks in advance!