/* Hancq Computing hovermenu CSS */
.hovermenu a{ /* unhighlighted cell */
display: block;
color: white;
float: left;
width: 150px;
height: 16px;
font-size: 12px;
line-height: 14px;
text-align: center;
text-decoration: none;
font-weight: bold;
font-family: "Comic Sans MS", Helvetica, sans-serif;
background-color: #FFFFFF; /* Color of unhighlighted cell */
background-image: url(grn-button-150-off.gif);
}

/* Preload the hover image but don't show it */
.hoverpreload {
 background-image: url(grn-button-150-on.gif);
 display:none;
}

/* Color of unhighlighted cell */
.hovermenu a:hover{
background-color: #32CD32;
background-image: url(grn-button-150-on.gif);
color: blue;
}

/* space between menu items */
.hovermenu br {
  line-height: 1.2em;
}


/* virtual table frame around menu items */
.hovermenu {
background-color: #FFFFFF;
border-style: solid;
border-color: transparent;
border-width: 2px;
width: 151px;
}

