.jqac-menu{
  font-size: 12px;
  color: black;
  background-color: white;
  border: 1px solid #999;
  width: 270px;
}
.jqac-menu ul{
  list-style: none;
  margin: 1px;
  padding: 1px;
  overflow: hidden;
}
.jqac-menu .jqac-link {
  cursor: hand;
  cursor: pointer;
  display: block;
}
.jqac-menu .jqac-highlight {
  color: white;
  background-color: #3366CC;
}
.jqac-menu .jqac-warning {
  font-style: italic;
}
.jqac-menu em {
	font-style: normal;
	font-weight: bold;
    /* text-decoration: underline; */
}
.jqac-menu .jqs-info {
    text-align: right;
    /* font-style: italic; */
    font-size: .75em;
    color: #666;
}
