.MainMenu { color: #000000; font-size: 12px; text-decoration: none; }

.MainMenu:visited { color: #000000; font-size: 12px; text-decoration: none; }

.MainMenu:hover { color: #424242; background: #c2c2c2; text-decoration: none; }

A { color: #0000aa; font-size: 12px; text-decoration: none; font-weight: bold;}

A:visited { color: #0000aa; font-size: 12px; text-decoration: none; font-weight: bold;}

A:hover { color: #aa0000; font-size: 12px; text-decoration: underline; font-weight: bold;}

.pr_bot {
  text-decoration: none;
  color: 000088;
  font-size: 12px; 
  font-weight: bold;
}
.pr_bot:hover {
  color: ffffff;
  background: 00BBBB;
  text-decoration: none;
}

CODE { color: #000000; font-family: "Lucida Console", Verdana, Tahoma; font-size: 12px; }

hr {
    border: 0;
    color: #606060; background-color: #00B0B0;
    height: 1px;
}

TD {
  font-family: Trebuchet MS, Lucida Sans Unicode, Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif; 
  font-size: 12px; 
  text-decoration: none; 
}

BODY {
  margin: 0; padding: 0;
  color: #ffffff;
  background: #00BBBB url(Images/allbars.jpg) repeat-x;
  font-family: Lucida Sans Unicode, Trebuchet MS, Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none; 
  scrollbar-face-color :       #00a1a1;
  scrollbar-shadow-color :     #008080;
  scrollbar-highlight-color :  #008080;
  scrollbar-3dlight-color :    #008080;
  scrollbar-darkshadow-color : #008080;
  scrollbar-track-color :      #006262;
  scrollbar-arrow-color :      #004242;
}

/* The 90% width keeps the menubar from wrapping prematurely, 
but overlays the upgrade button in some browsers. Still
looking for a good fix. 
100% stretches the bar and creates a horizontal scroll. Suckage. */
#NavMenuList {
    position: absolute;
    left: 15px; top: 90px;
    height: 60px; width: 90%;
    margin: 0; padding: 0;
    display: inline; white-space: nowrap;
    clear: both;
}
#NavMenuList li {
    display: inline;
    list-style: none; white-space: nowrap;
}
#NavMenuList a {
    padding: 2px 10px 1px 10px;
    width: auto; height: 20px;
    color: #FFF; background-color: #008080;
    font: 11px Trebuchet MS, Lucida Sans Unicode, Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    float: left; display: block;
    border-top: 1px solid #FFF;
}
#NavMenuList a.preextra {
    padding: 2px 1px 1px 10px;
    width: auto; height: 16px;
    color: #000; background-color: #00C0C0;
    font: 11px Trebuchet MS, Lucida Sans Unicode, Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    float: left;
}
#NavMenuList a.extra {
    padding: 2px 10px 1px 1px;
    width: auto; height: 16px;
    color: #000; background-color: #00C0C0;
    font: 11px Trebuchet MS, Lucida Sans Unicode, Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    float: left;
    font-weight: bold;
}
#NavMenuList a:hover {
    color: #000; background-color: #00c0c0;
}
#NavMenuList .NavSubMenuList {
    visibility: hidden;
    left: 0; top: 20px;
    position: absolute; height: 20px;
    width: 100%; display: inline; white-space: nowrap;
    margin: 0; padding: 0; border: 0px;
}
#NavMenuList .NavSubMenuList li a {
    color: #000;
    background-color: #00C0C0;
    float: left;
    height: 20px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
#NavMenuList .NavSubMenuList li a:hover {
    color: #000; background-color: #FFFFFF;
}
#NavMenuListTitle {
    display: none;
}