.qLinkContainer {
	z-index: 10000;
	visibility: hidden; 
	position: absolute;
	background-color: white;
	border-top: 0px solid black;
	border-left: 0px solid white;
	border-right: 0px solid white;
	border-bottom: 0px solid white;
}

.qLink {
	font: 11px Arial;
	color: black;
	cursor: default;
}

.qLink a, .qLink a:visited {
	color: #ffffff;
	font: bold 11px Arial;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	display: block;
	cursor: default;
	background: #622134;
	border: 1px solid black;
}

.qLink a:hover {
	background-color: #EDF1F9;
	color: black;
	cursor: hand;
}

.qLink span {
	display: block;
	width: 200px;
}

.qLink a:hover span {
	display: block;
	width: 200px;
}


.qLinkContainer2 {
	z-index: 10000;
	visibility: hidden; 
	position: absolute;
	background-color: white;
	border-top: 0px solid black;
	border-left: 0px solid white;
	border-right: 0px solid white;
	border-bottom: 0px solid white;
	width: 150px;
}

.qLink2 {
	font: 11px Arial; 
	width:150px; 
	color: black;
	cursor: default;
}

.qLink2 a {
	color: #000000;
	font: bold 11px Arial;
	padding: 0px 0px 0px 8px;
	text-decoration: none;
	display: block;
	width: 150px;
	cursor: default;
	background: #C6D3E4;
	border: 1px solid black;
}

.qLink2 a:hover {
	background-color: #EDF1F9;
	color: black;
	cursor: hand;
}

.qLink2 span {
	display: block;
	width: 150px;
}

.qLink2 a:hover span {
	display: block;
	width: 150px;
}
