.jqac-menu {
	font-family: tahoma, arial, sans-serif;
	background-color: white;
	border: 1px solid #aaa;
}

.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 {
	background-color: #cce7e9;
}

.jqac-menu .jqac-warning {
	font-style: bold;
}

.jqac-menu em {
	text-decoration: underline;
	font-style: normal;
}

.jqac-menu .jqs-info {
	text-align: right;
	font-style: bold;
	font-size: .75em;
	color: #666;
}