<!-- Begin CSS Horizontal Menu - menu ver 3.15 2009

// NOTE: If you use a ' add a slash before it like this \'

var menuside		= "left"	// MENU SIDE | left | right | center
var fixwrap		= "no"		// MAKE yes ONLY IF MENUS ARE WRAPPING
var menuwidth		= "840px"		// TOTAL MENU WIDTH TO FIX WRAP

document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<ul id="menunav">');

// START MENU LINKS - EDIT BELOW THIS AREA

document.write('  <li style="width: 120px;"><a href="http://www.medicalbillhelper.com/index.aspx">Home</a></li>'); 

document.write('  <li style="width: 120px;"><a href="http://www.medicalbillhelper.com/learnMore.aspx">Learn More</a></li>'); 
document.write('  <li style="width: 120px;"><a href="http://www.medicalbillhelper.com/news.aspx">News</a></li>'); 
document.write('  <li style="width: 150px;"><a href="http://www.medicalbillhelper.com/enroll-username.aspx">Submit a Bill & Save!</a>'); 
document.write('  </li>');

document.write('  <li style="width: 120px;"><a href="http://www.medicalbillhelper.com/site_map.aspx">Help</a>');
document.write('  </li>');

document.write('  <li style="width: 120px;"><a href="https://www.medicalbillhelper.com/secure/dashboard-status.aspx">My Dashboard</a>');
document.write('  </li>');

document.write('  <li style="width: 120px;"><a href="https://www.medicalbillhelper.com/ssl/login.aspx">Sign In/Out</a>'); 
document.write('  </li>');

// END LINKS //

document.write('</ul>');

//document.write(' <asp:LoginStatus runat="server" Font-Names="Verdana" LogoutText="SIGN OUT" Font-Underline="false" LoginText="SIGN IN" id="LoginStatus1"></asp:LoginStatus>');

document.write('</td><td>');
document.write('</td></tr></table>');

   if (fixwrap == "yes") {
document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
}

document.write('</td></tr></table>');
// END -->