/* @override http://www.helzerscreations.com/css/helzer2.css */

p {
	line-height: 1.7em;
	padding-bottom: 8px;
}

.navsection a {
	line-height: 1.7em;
	width: 140px;
	display: inline-block;
	left: 5px;
	position: relative;
	border-color: silver;
	border-width: 1px;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	padding-left: 4px;
}

.navsection a:hover {
	background-color: #daecfe;
}

.navsection a:first-of-type {
	border-top: 1px solid silver;
}

.navheader a:hover {
	background-color: #daecfe;
	text-decoration: underline;
}

