.anylinkcss {
	position: absolute;
	visibility: hidden;
	border: 1px solid #E4E4E4;
	border-bottom-width: 0px;
	line-height: 18px;
	z-index: 100;
	background-color: #FCFCFA;
	width: 188px;
	}

.anylinkcss a {
	width: 100%;
	display: block;
	color: #2B4167;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;
	border-bottom: 2px solid #E4E4E4;
	padding: 1px 0;
	}

.anylinkcss:hover { 
	background-color: #F2F4F6;
	color: #3B598C;
	}

/*	Colours
	Dark Blue:	#2B4167;
	Mid Blue: #3B598C;
	Light Blue: #4B71B3;
	Header blue: #B6C5C8;
	Text grey: #636363;
	Light grey: #E4E4E4;
	Pale grey: #F2F4F6; #FAFAFA;
	Orange: #FF7000;
	Light Pink2: #FF80DF;
	Mid Pink: #FF1979;
	Dark Pink: #D91667;
*/