
/**
 *   Menu
 */ 
 
#shop {
	left: 0px;
	background-image: url(/contents/en/local/images/menu_shop.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#signup {
	left: 117px;
	background-image: url(/contents/en/local/images/menu_signup.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#about {
	left: 234px;
	background-image: url(/contents/en/local/images/menu_about.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#free {
	left: 351px;
	background-image: url(/contents/en/local/images/menu_free.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#contact {
	left: 468px;
	background-image: url(/contents/en/local/images/menu_contact.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#affiliates {
	left: 585px;
	background-image: url(/contents/en/local/images/menu_affiliates.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#vod {
	left: 702px;
	background-image: url(/contents/en/local/images/menu_vod.jpg);
	background-position: left top;
	background-repeat: no-repeat;
    width: 234px;
}

#shop_active {
	left: 0px;
	background-image: url(/contents/en/local/images/menu_shop.jpg);
	background-position: left -41px;
	background-repeat: no-repeat;
}

#signup_active {
	left: 117px;
	background-image: url(/contents/en/local/images/menu_signup.jpg);
	background-position: left -41px;
	background-repeat: no-repeat;
}

#about_active {
	left: 234px;
	background-image: url(/contents/en/local/images/menu_about.jpg);
	background-position: left -41px;
	background-repeat: no-repeat;
}

#free_active {
	left: 351px;
	background-image: url(/contents/en/local/images/menu_free.jpg);
	background-position: left -41px;
	background-repeat: no-repeat;
}

#contact_active {
	left: 468px;
	background-image: url(/contents/en/local/images/menu_contact.jpg);
	background-position: left -41px;
	background-repeat: no-repeat;
}

#affiliates_active {
	left: 585px;
	background-image: url(/contents/en/local/images/menu_affiliates.jpg);
	background-position: left -41px;
	background-repeat: no-repeat;
}

#vod_active {
	left: 702px;
	background-image: url(/contents/en/local/images/menu_vod.jpg);
	background-position: left -41px;
	background-repeat: no-repeat;
    width: 234px;
}

/**
 *   Menu Logged
 */ 

#logged-shop {
	left: 0px;
	background-image: url(/contents/en/local/images/menu_shop.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#logged-channels {
	left: 117px;
	background-image: url(/contents/en/local/images/menu_channels.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#logged-vod {
	left: 234px;
	background-image: url(/contents/en/local/images/menu_vod.jpg);
	background-position: left top;
	background-repeat: no-repeat;
    width: 234px;
}


#logged-affiliates {
	left: 468px;
	background-image: url(/contents/en/local/images/menu_affiliates.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#logged-faq {
	left: 585px;
	background-image: url(/contents/en/local/images/menu_faq.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#logged-about {
	left: 702px;
	background-image: url(/contents/en/local/images/menu_about.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#logged-contact {
	left: 819px;
	background-image: url(/contents/en/local/images/menu_contact.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#logged-shop_active {
	left: 0px;
	background-image: url(/contents/en/local/images/menu_shop.jpg);
	background-position: left -41px;
	background-repeat: no-repeat;
}

#logged-channels_active {
	left: 117px;
	background-image: url(/contents/en/local/images/menu_channels.jpg);
	background-position: left -41px;
	background-repeat: no-repeat;
}

#logged-vod_active {
	left: 234px;
	background-image: url(/contents/en/local/images/menu_vod.jpg);
	background-position: left -41px;
	background-repeat: no-repeat;
    width: 234px;
}


#logged-affiliates_active {
	left: 468px;
	background-image: url(/contents/en/local/images/menu_affiliates.jpg);
	background-position: left -41px;
	background-repeat: no-repeat;
}

#logged-faq_active {
	left: 585px;
	background-image: url(/contents/en/local/images/menu_faq.jpg);
	background-position: left -41px;
    background-repeat: no-repeat;
}

#logged-about_active {
	left: 702px;
	background-image: url(/contents/en/local/images/menu_about.jpg);
	background-position: left -41px;
	background-repeat: no-repeat;
}

#logged-contact_active {
	left: 819px;
	background-image: url(/contents/en/local/images/menu_contact.jpg);
	background-repeat: no-repeat;
	background-position: left -41px;
}

