.chromestyle {
  width: 100%;
  font-weight: bold;
 }

.chromestyle ul {
  width: 100%;
  padding: 4px 0;
  margin: 0;
  text-align: center; /*set value to "left", "center", or "right"*/
  line-height: 1.9;
 }

.chromestyle ul li {
  display: inline;
  background: #00FF99;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
 }

.chromestyle ul>li#homelink {
  font-family: "Arial Black", Helvetica, sans-serif;
  font-weight: 700;
 }

.chromestyle ul li a {
  color: #666666;
  padding: 0.5ex 0.9ex;
  border: 1px solid #CCCCCC;
  margin: 0;
  text-decoration: none;
 }

.chromestyle ul li a:hover {
  background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
  color: #006600;
  border: 1px solid #000000;
  outline-style: solid;
  outline-color: invert;
 }

.chromestyle ul li a:active {
  color: #006600;
 }
 
.chromestyle ul li a:visited {
  color: #006600;
 }