#nav { position: absolute; left: 0; width: 160px; height: 1000px; z-index: 2; overflow: hidden; visibility: visible; }
#nav2 { position: absolute; top: 180px; left: 0; width: 160px; height: 1000px; z-index: 2; overflow: hidden; visibility: visible; }
table { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
.nav-cont{ font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
.table { font-size: 0.9em; position: absolute; top: 0; left: 0; height: 100%; }
.tbltxt { position: relative; left: 10px; }
.nav-cont a { display:block; color: black; text-decoration: none; }
.nav-cont a:link { color: #006; text-decoration: none; }
.nav-cont a:visited { color: gray; text-decoration: none; }
.nav-cont a:hover { color: #fff; background-color: #0c0cab; background-position: 100% 0; text-decoration: none; }
.nav-cont a:active { color: red; text-decoration: none; }
a { color: blue; text-decoration: none; }
.content { color: #000; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none; position: absolute; width: 800px; top: 20px; left: 180px; height: 100%; z-index: 1; visibility: visible; }
.content a:link { color: #000; text-decoration: none; }
