.home LI.home, .giving LI.giving, .contact LI.contact, .podcast LI.podcast, .info LI.info
{
	background: rgb(238, 238, 238);
}
#qlBox
{
	width: 1005px;
	height: 35px;
	background-color: rgb(221, 226, 234);
	border: 1px solid rgb(176, 191, 209);
	position: relative;
	margin: 0 auto;
}
#qlBox UL
{
	margin: 6px 0 0 0px;
}
#qlBox LI.Title
{
	float: left;
	padding: 0px 5px 0px 20px;
	font-family: Arial, "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-style: oblique;
}
.title
{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	text-align: center;
}
#qlBox LI.Item
{
	float: left;
	padding: 0px 12px;
	font-family: Arial, "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	border-right: 1px solid black;
	font-style: oblique;
}
#qlBox LI.End
{
	float: left;
	padding: 0px 12px;
	font-family: Arial, "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-style: oblique;
}
#qlBox LI A
{
	text-decoration: none;
	color: black;
}
#qlBox LI:hover.Item
{
	background-color: rgb(185, 192, 203);
}
#qlBox LI.item
{
	float: left;
	width: 150px;
	height: 150px;
	margin: 20px 18px;
	background-color: rgb(200, 200, 200);
}
.home LI.home
{
	display: none;
}
#qlBox LI:hover.End
{
	background-color: rgb(185, 192, 203);
}
