.glossymenu {
  border:  none;
  margin: 150px 0 5px 10px;
  padding: 0;
  list-style-type: none;
  width: 170px;
  color: #000099;
  position: relative;
  background-color: white;
  font-size: larger;
}
.glossymenu li a {
  padding: 3px 0 3px 10px;
  display: block;
  font-style: normal;
  -moz-border-radius-topright: 15px;
  font-stretch: normal;
  font-weight: bold;
  width: auto;
  font-family: "Lucida Grande","Trebuchet MS",Verdana,Helvetica,sans-serif;
  background-repeat: repeat-x;
  line-height: 160%;
  font-size: 100%;
  text-decoration: none;
  -moz-border-radius-bottomright: 15px;
  background-position: left bottom;
  font-size-adjust: none;
  font-variant: normal;
  background-attachment: scroll;
  -moz-border-radius-topleft: 15px;
  background-color: white;
  color: #000099;
  -moz-border-radius-bottomleft: 15px;
}
* html .glossymenu li a {
  width: 160px;
  color: #000099;
}
.glossymenu li a:visited, .glossymenu li a:active {
  color: #000099;
  font-weight: inherit;
}
.glossymenu li a:hover {
  border-top-color: #000099;
  -moz-border-radius-bottomleft: 15px;
  background-repeat: repeat-x;
  border-bottom-color: #000099;
  color: white;
  border-top-width: thin;
  border-bottom-width: thin;
  font-weight: inherit;
  background-color: #000099;
}

