body {/* Explicitly specify the margin so we know * what to subtract in the expression. */ margin-right: 5px; padding: 0; max-width: 65em; } * html body { width: expression(Math.min(document.documentElement.clientWidth - 20, 1000)); }

h1		{font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; font-size: 24px}
h2		{font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; font-size: 20px}
h3		{font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; font-size: 18px}
h4		{font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; font-size: 16px}
h5		{font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; font-size: 14px}
h6		{font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; font-size: 10px}
p 		{font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; font-size: 12px}
ul		{font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; font-size: 12px}	
a:link   		{color: #0000ff; font-weight: bold; text-decoration: none}
a:visited	{color: #0080c0; font-weight: bold; text-decoration: none}
a:hover	{font-weight: bold; color: #800080; background: transparent; text-decoration: underline}

a.menu 			{font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #00458A; font-size: 12px;}
a.menu:link   		{color: #00458A; text-decoration: none; font-weight: none}
a.menu:visited	{color: #00458A; text-decoration: none; font-weight: none}
a.menu:hover		{color: #BFBB9E; text-decoration: none; font-weight: none}
a.submenu 				{font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #00458A; font-size: 11px;}
a.submenu a:link   		{color: #00458A; text-decoration: none; font-weight: none}
a.submenu a:visited		{color: #00458A; text-decoration: none; font-weight: none}
a.submenu a:hover		{color: #BFBB9E; text-decoration: none; font-weight: none}

#button {
	width: 150;
	margin: 0px;
}
	 
#button a {
	display: block;
	color: #00458A;
	text-decoration: none;
	width: 100%;
	background-image: url(n-menu-bg.gif);
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

html>body #button a {
      width: auto;
      }

#button a:hover {
	  background-image: url(n-menu-bg-h.gif);
      color: #BFBB9E;
}
