﻿#content-wrapper .menu {
	padding:0px;
	margin:0px;
	padding-bottom:45px;
	position:relative; 
	z-index:100;
}

li.menu-item {
	float: left;
	background-image: url(/img/menu/competition-new.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	margin-right: 9px;
}

li.menu-item-end 
{
    margin-right: 0;
}

li.menu-item a 
{
	display:block;
	width:100%;
	height:100%;
}

li.menu-item-home 
{
	width: 90px;
	height:70px;
	background-position: 0 0;
}

li.menu-item-home:hover
{
    background-position: 0 -70px;
}

li.menu-item-competitors 
{
	width: 222px;
	height: 70px;
	background-position: -99px 0;
}

li.menu-item-competitors:hover
{
    background-position: -99px -70px;
}

li.menu-item-news 
{
	width: 95px;
	height: 70px;
	background-position: -330px 0;
}

li.menu-item-news:hover
{
    background-position: -330px -70px;
}

li.menu-item-sign-up 
{
	width: 120px;
	height: 70px;
	background-position: -434px 0;
}

li.menu-item-sign-up:hover
{
    background-position: -434px -70px;
}

li.menu-item-login
{
	width: 102px;
	height: 70px;
	background-position: -563px 0;
}

li.menu-item-login:hover
{
    background-position: -563px -70px;
}

li.menu-item-logout
{
	width: 102px;
	height: 70px;
	background-position: -674px 0;
}

li.menu-item-logout:hover
{
    background-position: -674px -70px;
}