A.catmenuitem { 
  font:normal 11px Verdana;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

A.catmenuitem:visited { 
  font:normal 11px Verdana;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

TD.catmenucell { background-color: #dfa269; }


.anylinkcss { position: absolute;
              visibility: hidden;
              border: 1px solid white;
              border-bottom-width: 0;
              font:normal 11px Verdana;
	      color: white;
              line-height: 20px;
              z-index: 100;
              background-color: #dfa269;
              width: 150px;
	    }

.anylinkcss a { width: 100%;
                font:normal 11px Verdana;
		color: white;
                display: block;
                text-indent: 3px;
                border-bottom: 1px solid white;
                padding: 1px 0;
                text-decoration: none;
                font-weight: bold;
                text-indent: 5px;
              }

.anylinkcss a:hover { /*hover background color*/
                      background-color: #ffcb10;
                      color: black;
                    }
.anylinkcss a:visited { width: 100%;
                font:normal 11px Verdana;
		color: white;
                display: block;
                text-indent: 3px;
                border-bottom: 1px solid white;
                padding: 1px 0;
                text-decoration: none;
                font-weight: bold;
                text-indent: 5px;
              }

