/* --- from: www.dynamicdrive.com ------------------------------------------------ */

.wireframemenu{
  border: 1px solid #C0C0C0;
  background-color: white;
  border-bottom-width: 0px;
  /* width: 180px; */
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
  /* width: 174px; */
}

.wireframemenu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.wireframemenu li {
  font: bold 13px Georgia;
  padding: 4px 3px;
  display: block;
  width: 100%; /*Define width for IE6's sake*/
  /* color: #595959; */
  text-decoration: none;
  border-bottom: 1px solid #C0C0C0;
}

.wireframemenu li a {
  text-decoration: none;
}

.wireframemenu a:visited {
  /* color: #595959; */
  color: black;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a a:hover{
background-color: #F8FBBD;
/* background-color: #FFFFFF; */
color: black;
}
