
/* Navigation
**************/

#navigation
{
	background: url(/images/navigation/navigation-bgd.png) no-repeat;
	height: 100px;
	width: 900px;
	text-align: center;
	padding: 0px 50px 0px 47px;
	margin-left: -10px;
}

#navigation ul
{
}

#navigation li
{
	float: left;
}

.rollover
{
	display: block;
	float: left;
	display: inline;
}

.rollover:hover
{
	visibility: visible;
}

.rollover img
{
	width: 100%;
	height: 100%;
	border: 0;
}

.rollover:hover img
{
	visibility: hidden;
}

#whats-new
{
	width: 143px;
	height: 85px;
	background: url(/images/navigation/whats-new-ho.png) no-repeat;
}

#who
{
	width: 135px;
	height: 85px;
	background: url(/images/navigation/who-ho.png) no-repeat;
}

#whatwedo
{
	width: 128px;
	height: 85px;
	background: url(/images/navigation/whatwedo-ho.png) no-repeat;
}

#faqs
{
	width: 102px;
	height: 85px;
	background: url(/images/navigation/faqs-ho.png) no-repeat;
}

#contact
{
	width: 128px;
	height: 85px;
	background: url(/images/navigation/contact-ho.png) no-repeat;
}


#testimonials
{
	width: 137px;
	height: 85px;
	background: url(/images/navigation/testimonials-ho.png) no-repeat;
}


