/* Start of CMSMS style sheet 'Kernow Satellites: Navigation' */
#nav a {
	list-style-type: none;
	text-decoration: none;
	color: #FFFFFF;
}

#nav a:hover {
	border-bottom: 4px solid white;
}

#nav ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 1em 0.75em 0 0.75em;
	cursor: pointer;
	position: relative;
}
/* End of 'Kernow Satellites: Navigation' */

