.quicklink:visited {
	font-family : Verdana;
	font-size : 10px;
	color : #720024;
	font-weight:bold;
	text-decoration : none;
	background-color:#F0D380;
	display:block;
	border-left: solid 1px #E1A600;
	border-right: solid 1px #E1A600;
	border-top: solid 1px #E1A600;
	border-bottom: solid 1px #E1A600;

}
.quicklink {
	font-family : Verdana;
	font-size : 10px;
	color : #720024;
	font-weight:bold;
	text-decoration : none;
	background-color:#F0D380;
	display:block;
	border-left: solid 1px #E1A600;
	border-right: solid 1px #E1A600;
	border-top: solid 1px #E1A600;
	border-bottom: solid 1px #E1A600;
	/*CSP sdb 051109 added the entries below for IE not to make the menus go away to fast*/
	height:.1%;
	line-height:16px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
}
.quicklink:active {
	font-family : Verdana;
	font-size : 10px;
	color : #720024 ;
	font-weight:bold;
	text-decoration : none;
	background-color:#ffffff;
	display:block;
	border-left: solid 1px #E1A600;
	border-right: solid 1px #E1A600;
	border-top: solid 1px #E1A600;
	border-bottom: solid 1px #E1A600;
	
}
.quicklink:hover {
	font-family : Verdana;
	font-size : 10px;
	color : #720024 ;
	font-weight:bold;
	text-decoration : none;
	background-color:#ffffff;
	display:block;
	border-left: solid 1px #E1A600;
	border-right: solid 1px #E1A600;
	border-top: solid 1px #E1A600;
	border-bottom: solid 1px #E1A600;
	
}