/* CSS text menus */

.textnav {
  text-align: right;
  float: right;
  list-style: none;
  margin: 0px 8px 0 0;
  padding: 0px;
  display: inline;

}

.textnav li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
  text-align: right;
}

.textnav a {
  font-size: 12px;
  color: #1678a9;
  font-weight:strong
}
.textnav a:link {color: #A2A086;}
.textnav a:visited {color: #A2A086; }
.textnav a:hover {color: #ff6633;text-decoration: underline;}

.textnav li.currPg { 
  color: #ffbf06;
  text-decoration: none;
  font-size: 12px;
}

/* CSS for rollover buttons navigation */
#ttMenu {
  margin: 0px 0 0 0;
  width: 900px;
  height: 60px;
  border: 0;
}

#ttMenu ul {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#ttMenu li {
  margin: 0; 
  padding: 0;
  list-style-type: none;
  height: 60px;
}

#ttMenu a {
  display: inline;
  float: left;
  border: 0;
}
#ttMenu img {
  display: inline;
  float: left;
  border: 0;
}
* html a:hover {visibility: visible;}
#ttMenu a:hover img {visibility: hidden;}

/* Michelle, these should be Over images */
#film {
  background-image: url(../images/tt_Film_On.jpg);
  display: inline;
  float: left;
  height: 60px;
  width: 400px;
}
#guide {
  background-image: url(../images/tt_Guide_On.jpg);
  display: inline;
  float: left;
  height: 60px;
  width: 400px;
}

