/* CSS text menus */

.textnav {
  text-align: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline;
/*  color: #BDD6B4;*/
/*  background-color: red;*/
}

.textnav li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
  text-align: center;
}

.textnav a {
  font-size: 12px;
  color: #fa4365;
}
.textnav a:link {text-decoration: none;}
.textnav a:visited {color: #fa4365; text-decoration: none;}
.textnav a:hover {color: #ffffff;}

/*
.textnav a:visited {color: #BDD6B4; text-decoration: none;}
.textnav a:hover {color: #D4EF8B;}

*/

.textnav li.currPg { 
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}

/* CSS for rollover buttons navigation */
#fuserMenu {
  background: url(../images/green_myaccount.gif) top left no-repeat;
  margin: 0px 0 0 0;
  height: 92px;
  width: 520px;
}

#fuserMenu ul {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#fuserMenu li {
  width: 110px;
  height: 60px;
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
}

#fuserMenu a {
  display: block;
  float: left;
}
#fuserMenu img {
  width: 110px;
  height: 60px;
  border: 0;
}
* html a:hover {visibility: visible;}
#fuserMenu a:hover img {visibility: hidden;}

#fuserMenu #managing img {
  width: 175px;
  height: 60px;
  display: inline;
  float: left;
}

#account {
  background-image: url(../images/myAccountOver.gif);
  display: inline;
  float: left;
}
#issues {
  background-image: url(../images/myIssuesOver.gif);
  display: inline;
  float: left;
}
#backIssues {
  background-image: url(../images/buyBackOver.gif);
  display: inline;
  float: left;
}
