body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	background-color: #fff;
}

.navigation .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}

.navigation .nav > li:hover > .nav-child,
.navigation .nav > li > a:focus + .nav-child,
.navigation .nav li li:hover > .nav-child,
.navigation .nav li li > a:focus + .nav-child {
    font-size: 15px;
    line-height: 18px;
	display: block;
}

.small {
	font-size: 15px;
}

