
#major-nav ul li.selected,
#major-nav ul li.selected-by-child
{
	background-image: url( ../images/main-nav-shadow-with-minor-nav.gif);
}

/* Testimonials */

#quotes
{
	width: 580px;
}

#quotes li
{
	width: 580px;
	float: left;

	background-image: none !important;
	padding: 10px !important;
	margin: 0px 0px 32px 0px !important;
	
	border:1px solid #EBEBEB;
}

#quotes .quote-logo
{
	width: 120px;
	float: left;
}

#quotes .quote-logo img
{
	margin: 0px auto 0px auto;
	display: block;
}

#quotes .quote,
#quotes .quote-sig
{
	width: 414px;	/* 580 - 120 - 36 */
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#quotes .quote-sig
{
	/* color: #505050; */
}

#quotes .quote p
{
	font-size: 100%;
}

#quotes p.quote-sig
{
	font-size: 100%;
}