<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>The Site Wizard Navigation Bar</title></head><body>/*<br>&nbsp;&nbsp; &nbsp;tswnavbar.css&nbsp;&nbsp; &nbsp;1.0.0<br>&nbsp;&nbsp; &nbsp;Please use the CSS Menu Button Wizard at<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;http://www.thesitewizard.com/wizards/css-menu-buttons.shtml<br>&nbsp;&nbsp; &nbsp;to generate your own customized menu buttons.<br>*/<br><br>#tswcssbuttons {<br>&nbsp;&nbsp; &nbsp;width: 180px ;<br>&nbsp;&nbsp; &nbsp;text-align: center ;<br>}<br>#tswcssbuttons ul {<br>&nbsp;&nbsp; &nbsp;margin: 0 ;<br>&nbsp;&nbsp; &nbsp;padding: 0 ;<br>&nbsp;&nbsp; &nbsp;list-style: none ;<br>}<br>#tswcssbuttons li {<br>&nbsp;&nbsp; &nbsp;margin: 0 ;<br>&nbsp;&nbsp; &nbsp;padding: 0 ;<br>&nbsp;&nbsp; &nbsp;display: block ;<br>&nbsp;&nbsp; &nbsp;list-style: none ;<br>}<br>#tswcssbuttons li a {<br>&nbsp;&nbsp; &nbsp;color: #000 ;<br>&nbsp;&nbsp; &nbsp;background-color: #c0c0c0 ;<br>&nbsp;&nbsp; &nbsp;border: 1px outset #000 ;<br>&nbsp;&nbsp; &nbsp;width: 180px ;<br>&nbsp;&nbsp; &nbsp;text-decoration: none ;<br>&nbsp;&nbsp; &nbsp;display: block ;<br>}<br>#tswcssbuttons li a:hover {<br>&nbsp;&nbsp; &nbsp;color: #fff ;<br>&nbsp;&nbsp; &nbsp;background-color: #000 ;<br>}<br></body></html>
