Hi maria11 !
You can remove it following way below at about line 81 :
#ja-cssmenu li a {
background:transparent url(../images/mainnav-sep.gif) repeat-y scroll right bottom;
color:#C8C8C8;
display:block;
font-size:135%;
font-weight:bold;
line-height:normal;
padding:10px 29px;
text-decoration:none;
text-transform:uppercase;
}
change to :
#ja-cssmenu li a {
background:transparent url(../images/mainnav-sep.gif) repeat-y scroll right bottom;
color:#C8C8C8;
display:block;
font-size:135%;
font-weight:bold;
line-height:normal;
padding:10px 29.8px;
text-decoration:none;
text-transform:uppercase;
}