@charset "utf-8";
/* CSS Document */



ul#menu {
	width: 525px;
	height: 50px;
	position: absolute;
	right: 16px;
	font-size: 14px;
	top: 58px;
	list-style:none;
}

ul#menu li {
	float: left;
}

ul#menu li a {
	color: #979797;
	text-indent: -9000px;
	overflow: hidden;
	display: block;
	
	background-position: left top;
}

ul#menu a:hover {
	color: #fff;
}


a#home {
	width: 78px;
	height: 49px;
	background-image: url(images/menu_home.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}

a#home:hover {
	width: 78px;
	height: 49px;
	background: url(images/menu_home.gif) 0px -49px;
}

#selected a#home {
	width: 78px;
	height: 49px;
	background: url(images/menu_home.gif) 0px -97px;
}

a#about {
	width: 104px;
	height: 49px;
	background-repeat:no-repeat;
	background-image: url(images/menu_about.gif);
	background-position: 0px 0px;
}

a#about:hover {
	width: 104px;
	height: 49px;
	background: url(images/menu_about.gif) 0px -49px;
}

#selected a#about {
	width: 104px;
	height: 49px;
	background: url(images/menu_about.gif) 0px -97px;
}

a#benefits {
	width: 99px;
	height: 49px;
	background: url(images/menu_benefits.gif) 0px 0px;
}

a#benefits:hover {
	width: 99px;
	height: 49px;
	background: url(images/menu_benefits.gif) 0px -49px;
}

#selected a#benefits {
	width: 99px;
	height: 49px;
	background: url(images/menu_benefits.gif) 0px -97px;
}

a#providers {
	width: 105px;
	height: 49px;
	background-image: url(images/menu_affiliates.gif);
	background-position: 0px 0px;
}

a#providers:hover {
	width: 105px;
	height: 49px;
	background: url(images/menu_affiliates.gif) 0px -49px;
}

#selected a#providers {
	width: 105px;
	height: 49px;
	background: url(images/menu_affiliates.gif) 0px -97px;
}

a#testimonials {
	width: 134px;
	height: 49px;
	background-image: url(images/menu_testimonials.gif);
	background-position: 0px 0px;
}

a#testimonials:hover {
	width: 134px;
	height: 49px;
	background-image: url(images/menu_testimonials.gif);
	background-position: 0px -49px;
}

#selected a#testimonials {
	width: 134px;
	height: 49px;
	background-image: url(images/menu_testimonials.gif);
	background-position: 0px -97px;
}
a#ourteam {
	width: 105px;
	height: 49px;
	background-image: url(images/menu_ourteam.gif);
	background-position: 0px 0px;
}

a#ourteam:hover {
	width: 105px;
	height: 49px;
	background: url(images/menu_ourteam.gif) 0px -49px;
}

#selected a#ourteam {
	width: 105px;
	height: 49px;
	background: url(images/menu_ourteam.gif) 0px -97px;
}
a#blog{
	width: 84px;
	height: 49px;
	background-image: url(images/menu_blog.gif);
	background-position: 0px 0px;
}

a#blog:hover {
	width: 84px;
	height: 49px;
	background: url(images/menu_blog.gif) 0px -49px;
}

#selected a#blog {
	width: 84px;
	height: 49px;
	background: url(images/menu_blog.gif) 0px -97px;
}
