you can just use a css rule. Add something like this to the html in your blogger template:
a.class_for_your_link {
cursor: none;
}
I don't think this is very good user experience though. If you're applying this to menu tabs then users are going to have a hard time telling how far they need to move the mouse to get from one tab to the next.