/* 
LINKS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [KAREN MCC]
[https://www.attikdesigns.ie]
*/
a {
		}
a:hover {
		}
/*	top */
div#top a {
		}
div#top a:hover {
		}
div#top-menu a {
	color:#fff;
	font-size:1.3em;
	text-decoration:none;
	border-right:1px solid #fff;
	padding:0 1.5em;
	line-height:30px;
}
div#top-menu a.last {
	border-right:none;
}
div#top-menu a:hover {
	color:#000;
}
/*	banner	*/
div#banner a {
		}
div#banner a:hover {
		}
/*	logo	*/
div#logo a {
		}
div#logo a:hover {
		}
/*	navContainer	*/
div#navContainer a {
		}
div#navContainer a:hover {
		}
/*Add New Extra Item Links*/
div.content h2.add-new-extra-item a{
	color:#FFF;
	font-size: 14px;
	background:url(/admin/mainpics/icons/arrow-right-white.png) no-repeat right 8px center #007DCE;
	padding: 7px 10px;
	padding-right:30px;
	}		
div.content h2.add-new-extra-item a:hover{
	background:url(/admin/mainpics/icons/arrow-right-white.png) no-repeat right 5px center #007DCE;
	text-decoration:none;	
	}		
/*	content	*/
div.content a {
	color:inherit;
	text-decoration:none;
		}
div.content a:hover {
	text-decoration:underline;
	color:#007dce;
		}
/*	contentLeft	*/
div.contentLeft a {
		}
div.contentLeft a:hover {
		}
/*	contentCentre	*/
div.contentCentre a {
		}
div.contentCentre a:hover {
		}
/*	contentRight	*/
div.contentRight a {
		}
div.contentRight a:hover {
		}
/*	footer	*/
div#footer a {
	color:#444545;
		}
div#footer a:hover {
	color:#007dce;
		}