#headerLogo img {
	height: 100px;
	width: 365px;
	margin: 0;
	float:left;
}

/* navigation */
#topNav {
	text-align: right;
	padding: 80px 0 0 0;
}
#topNav a {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 12px;
	text-align: center;
	text-transform: capitalize;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}
#topNav a:hover, #topNav a:active, #topNav a:focus, #topNav a.selected {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}
.topNavDivider {
	padding: 0 5px;
}

