I've adjusted the Andreas00 template a little with help from RonnieK on chat, however, there's still an issue with the current page menu text.
On initial install, the stylesheet didn't have a tag for .currentpage so it was just plain text, no background. I eventually worked out that adding the following at the bottom of the sheet got the button to act how I wanted:
.currentpage {
font-size:1em;
font-weight:100;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
margin:0;
padding:0;
letter-spacing:1px;
align:middle;
color:#bbbbbb;
background:#eaeaea url(uploads/andreas00_cmsms/menubg2.gif) bottom left repeat-x;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
padding: 0px;
}
There's obviously a cleaner way of doing what I wanted but I'm just bungling along & found that it worked

The problem is that it still shows chunky, header text for the current page (in the menu) & it looks ugly IMO. I can't work out how to make it the same size...I've managed to change the letter spacing, colour etc. but can't change the "type" of text.
HELP!
