.quicklink_on {
	font-family: Arial;
	font-size: 11px;
	width:172px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	background: #062D5A;
	border-bottom: 1px solid #CCCCCC;
}

.quicklink_off {
	font-family: Arial;
	font-size: 11px;
	width:172px;
	background: #16437A;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
}

.sublinks{
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	border-width: 1px 1px 0px 1px;
	border-color: #CCCCCC;
	border-style: solid;
}
