#nav {
	width: auto;
	background-color: #ffffff;
margin-bottom: 10px;
}

/* If I add ':link' to the top selector the background and all borders drop off aswell as colour.*/
#nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #428bca;
	border: solid 1px #000000;
	padding: 1px 5px;
}

#nav a:hover {
	color: #428bca;
	text-decoration: none;
	background-color: #FFFFFF
}

#nav a:active {
	color: #428bca;
	font-weight: bold;
	text-decoration: none;
}