.add:link{
	width: 268px;
	background-image: url(../images/Qlinks_bg.jpg);
	background-repeat: no-repeat;
	height: 41px;
	text-decoration: none;
	display: block;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	vertical-align: middle;
	line-height: 40px;
}
.add:visited {
	width: 270px;
	background-image: url(../images/Qlinks_bg1.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 41px;
	text-decoration: none;
	color: #666666;
}
.add:hover {
	width: 268px;
	background-image: url(../images/Qlinks_bg1.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 41px;
	text-decoration: none;
	color: #666666;
}
.add:active {
	width: 270px;
	background-image: url(../images/Qlinks_bg.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 41px;
	text-decoration: none;
	color: #666666;
}
.drop_quicklink {
	position:absolute;
	visibility: hidden;
	border: 5px solid #f2f2f2;
	background-color: white;
	width: 250px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}
