HiI made hover buttons to go into my friends website because frontpage didn't allow the text on their buttons to be left aligned. Anyway, I think they stick a lot and i'm not happy with them. I have read a lot of people don't like the time it takes for java applets to load either so thought I should try doing the navigation buttons with the CSS shown on this site. I was so happy when after following the instruction my buttons turned out fine but the probem is that they have a solid border around each button and i want my nav bar to look like it's underlined as in the site below if it helps anyone to know this is the way I have modified the instructions in the tutorial but need further guidence. Any help would be great.Here is the code I have at the moment:body { background-color: #140C3A; } a:link, a:active { /*color: #92A92D;*//*color: #002A6C;*/font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #C41427;text-decoration: none;}a:visited {/*color: #92A92D;*//*color: #002A6C;*/font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #C41427;text-decoration: none;}a:hover {/*color: #CD689D;*/color: #C41427;/*font-weight: bold;*/text-decoration: underline;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;}#LHS a { margin-left: 12px;margin-bottom: 2px;border : solid 2px #background-color: #140C3A;color: #FFFFFF;font-variant: medium none small-caps;font-weight: normal;width: 180px;height:padding-top: 3px;padding-bottom: 3px;display: block; }#LHS a:hover {background-color: #C41427;color: #;text-decoration: none;}