/* Header CSS 
----------------------------------------------------
	- Only Header Classes go in here!

--------------------------------------------------*/

.header {
	width: 972px;
	margin: 0 auto;
	height: 197px;
}

.headerMenu {
	background-color: white;
	background-image: url(../images/header/menu/menu-bg.jpg);
	background-repeat: no-repeat;
	height: 37px;
	padding-left: 11px;
	width: 961px; /* width (-) minus padding of 11px; */
	position: relative;
	top: -5px;
}

.homeNav a a:active a:visited {
	background-image: url(../images/header/menu/home.jpg);
}

.homeNav a:hover {
	background-image: url(../images/header/menu/home-over.jpg);
}

