document.write('<style type="text/css">');
document.write('a.menu:link {font-family:arial; font-weight:normal; font-size:8pt; text-decoration:underline;} ');
document.write('a.menu:visited {font-family:arial; font-weight:normal; font-size:8pt; text-decoration:underline; }');
document.write('a.menu:active  {font-family:arial; font-weight:normal; font-size:8pt; text-decoration:underline; }');
document.write('a.menu:hover {font-family:arial; font-weight:normal; font-size:8pt; text-decoration:underline; }');
document.write('.s {font-family:arial; font-weight:bold; font-size:8pt;color:green; text-decoration:underline; }');
document.write('.th {font-family:arial; font-weight:normal; font-size:8pt; }');
document.write('b {font-weight:bold; }');
document.write('</style>');


document.write('<center>'); 

document.write('<table border="0"  cellspacing="0">');
document.write('<tr>');

document.write('<td class=th>&nbsp;|&nbsp;<a href="abbreviations.html"><span class=s>Abbreviations</span></a>');
document.write('&nbsp;|&nbsp;<a href="usastates.html" class="menu">USA States</a>');
document.write('&nbsp;|&nbsp;<a href="usamap.html" class="menu">Usa Map</a>');
document.write('&nbsp;|&nbsp;<a href="brstates.html" class="menu">Brazil States</a>')
document.write('&nbsp;|&nbsp;<a href="brmap.html" class="menu">Brazil Map</a>');
document.write('&nbsp;|&nbsp;<a href="countryabbreviations.html" class="menu">Country Codes</a>')
document.write('&nbsp;|&nbsp;<a href="currencyabbreviations.html" class="menu">Currency</a>&nbsp;|&nbsp;');
document.write('</td>');
document.write('</tr>'); 
document.write('</table>'); 
document.write('</center>'); 
