Had a look...its ok. I guess you are restricted in what you can do by using a template. btw you still have the default prompts showing "Type your title here"
If you can, I'd say use a css style sheet to format the menu links and external links so they don't have the underline.
You need to a link like this in the HEAD
<LINK href="JMenu_files/Style.css" type=text/css rel=STYLESHEET>
and have a nice stlye sheet like:
.whitelnk{
COLOR: #EEEEEE; FONT-FAMILY: arial,helvetica;
FONT-SIZE: 12px;
display:block;
HEIGHT : 100%;
WIDTH :190px;
FONT-WEIGHT:BOLD;
CURSOR:HAND;
BORDER:SOLID 1px #9090FF;
background-color: #787880;
padding: 2px;
}
.whitelnk:hover{
COLOR: #EEEEEE; FONT-FAMILY: arial,helvetica;
FONT-SIZE: 12px;
WIDTH : 190px;
HEIGHT :100%;
FONT-WEIGHT:BOLD;
CURSOR:HAND;
BORDER:SOLID 1px #FFFFFF;
TEXT-DECORATION:NONE;
background-color: #9090FF;
padding: 2px;
}
.whitelnk:visited{
COLOR: #EEEEEE; FONT-FAMILY: arial,helvetica;
FONT-SIZE: 12px;
WIDTH : 190px;
HEIGHT : 100%;
FONT-WEIGHT:BOLD;
CURSOR:HAND;
TEXT-DECORATION:NONE;
padding: 2px;
}
Save this in a text document like Style.css
Heres one I'm working on for a friend at the moment.
EQ Elegance
or my dodgy homepage here
Tacet Blue