Well, since you have a white border arround the menu tabs, you could set the right and left widths to 2px each - for the page menu try this
HTML Code:
div#menu1 ul.rMenu li a:link,
div#menu1 ul.rMenu li a:hover,
div#menu1 ul.rMenu li a:visited,
div#menu1 ul.rMenu li a:active
{
border-left-width:2px;
border-right-width:2px;
}
and for the category menu try this
HTML Code:
div#menu2 ul.rMenu li a:link,
div#menu2 ul.rMenu li a:hover,
div#menu2 ul.rMenu li a:visited,
div#menu2 ul.rMenu li a:active
{
border-left-width:2px;
border-right-width:2px;
}