.conQuicklinks {
	padding:		3px;
}


#divQuicklinks a {
	background-color: 	rgb(248,186,39);
	//background-color: 	green;
	color: 			#002548;
	margin: 		2px 0px 0px 0px;
	display: 		block;
	padding: 		2px 3px 1px 32px;
	text-decoration:	none;
	font-weight: 		bold;
	font-size:		14px;
	width: 			270px;
}
#divQuicklinks a:hover {
    background-color: 		#002444;
    color: 			white;
    background-image:		url('ui_images/marker-yellow.jpg');
    background-repeat:		no-repeat;
}
.lock:hover {
    background-color: 		#002444;
    color: 			white;
    background-image:		url('ui_images/marker-yellow-lock.jpg') !important;
    background-repeat:		no-repeat;
}
#divQuicklinks .secHeader {
	font-size: 		13pt;
	font-weight: 		bold;
	width:			301px;
	background-color:	#002444;
	color:			white;
	padding:		3px 0px 2px 4px;
}