
#active       { color: black; font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss; text-decoration: none; background-color: #f0e68c; list-style-type: none; padding: 2px 2px 2px 10px; border-bottom: medium groove #f0e68c; display: block }
A.notactive   { color: #cc0; font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss; text-decoration: none; margin: 0; padding: 2px 2px 2px 10px; border-top: none; border-right: none; border-bottom: thin ridge #f0e68c; border-left: none; .width: 128px; display: block }

/* fix width for buggy IE */
* html A.notactive {
  width: 140px;
}

A.notactive:hover  {
  color: white;
  background: #996 no-repeat;
} 
#title { position: absolute; top: 5px; left: 165px; visibility: visible; display: block }
body { font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
p { font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
td { font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a { color: #66c; text-decoration: none }
a:hover { color: white; background-color: #996 }
#content { position: absolute; top: 100px; left: 165px; visibility: visible; display: block }

