/* Headerwh */

#headerwh {
	width: 720px;
	height: 161px;
	margin: 0 auto;
	background: url('http://www.bayglo-lites.com/images/header.jpg') no-repeat;
}

#headerwh * {
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}

#headerwh h1 {
	padding-top: 55px;
	font-size: 3em;
}

#headerwh h2 {
	font-size: 1.2em;
}

/* Menuwh */

#menuwh {
	width: 720px;
	height: 55px;
	margin: 0 auto;
}

#menuwh ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menuwh li {
	display: inline;
}

#menuwh a {
	display: block;
	float: left;
	width: 142px;
	height: 21px;
	background: url('http://www.bayglo-lites.com/images/img3.gif') no-repeat center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: x-small;
	font-weight: bold;
	color: #CCCCCC; padding-left:1px; padding-right:1px; padding-top:7px; padding-bottom:0
}

#menuwh a:hover, #menu .active a {
	background-image: url('http://www.bayglo-lites.com/images/img4.gif');
	color: #FFFFFF
}

