#main_menu ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#main_menu a
{
	display: block;
    text-indent: -9000px;
	margin:5px 0 5px 0;
	width:283px;
	height:62px;
}

#main_menu a.home
{
	background:url(../images/template_images/menu_buttons/buttons_01.jpg) no-repeat;
}

#main_menu a.power_hoop
{
	background:url(../images/template_images/menu_buttons/buttons_02.jpg) no-repeat;
}

#main_menu a.wavy_hoop
{
	background:url(../images/template_images/menu_buttons/buttons_04.jpg) no-repeat;
}

#main_menu a.other_products
{
	background:url(../images/template_images/menu_buttons/buttons_05.jpg) no-repeat;
}

#main_menu a.demo_video
{
	background:url(../images/template_images/menu_buttons/buttons_06.jpg) no-repeat;
}

#main_menu a.benefits
{
	background:url(../images/template_images/menu_buttons/buttons_07.jpg) no-repeat;
}

#main_menu a.what_people_say
{
	background:url(../images/template_images/menu_buttons/buttons_08.jpg) no-repeat;
}

#main_menu a.how_to_use
{
	background:url(../images/template_images/menu_buttons/buttons_09.jpg) no-repeat;
}

#main_menu a.faq
{
	background:url(../images/template_images/menu_buttons/buttons_10.jpg) no-repeat;
}

#main_menu a.press
{
	background:url(../images/template_images/menu_buttons/buttons_12.jpg) no-repeat;
}

#main_menu a.contact
{
	background:url(../images/template_images/menu_buttons/buttons_11.jpg) no-repeat;
}

/*hover state*/

#main_menu a.home:hover
{
	background:url(../images/template_images/menu_buttons/buttons-over_01.jpg) no-repeat;
}

/*#main_menu a.shop
{
	background:url(../images/template_images/menu/shop.jpg) no-repeat;
	margin:5px 0 0 0;
}*/

#main_menu a.power_hoop:hover
{
	background:url(../images/template_images/menu_buttons/buttons-over_02.jpg) no-repeat;
}

#main_menu a.wavy_hoop:hover
{
	background:url(../images/template_images/menu_buttons/buttons-over_04.jpg) no-repeat;
}

#main_menu a.other_products:hover
{
	background:url(../images/template_images/menu_buttons/buttons-over_05.jpg) no-repeat;
}

#main_menu a.demo_video:hover
{
	background:url(../images/template_images/menu_buttons/buttons-over_06.jpg) no-repeat;
}

#main_menu a.benefits:hover
{
	background:url(../images/template_images/menu_buttons/buttons-over_07.jpg) no-repeat;
}

#main_menu a.what_people_say:hover
{
	background:url(../images/template_images/menu_buttons/buttons-over_08.jpg) no-repeat;
}

#main_menu a.how_to_use:hover
{
	background:url(../images/template_images/menu_buttons/buttons-over_09.jpg) no-repeat;
}

#main_menu a.faq:hover
{
	background:url(../images/template_images/menu_buttons/buttons-over_10.jpg) no-repeat;
}

#main_menu a.press:hover
{
	background:url(../images/template_images/menu_buttons/buttons-over_12.jpg) no-repeat;
}

#main_menu a.contact:hover
{
	background:url(../images/template_images/menu_buttons/buttons-over_11.jpg) no-repeat;
}




