﻿#content-wrapper .menu {
	padding:0px;
	margin:0 0 41px;
	padding-bottom:33px;
	position:relative; 
	z-index:100;
}

li.menu-item {
	float: left;
	background-image: url(/img/menu/competition-new_thin.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: 99px;
	height:40px;/*70px;*/
	background-position: 0 0;
}

li.menu-item-home:hover
{
    background-position: 0 -50px;
}

li.menu-item-competitors 
{
	width: 165px;
	height: 40px;
	background-position: -99px 0;
}

li.menu-item-competitors:hover
{
    background-position: -99px -50px;
}

li.menu-item-news 
{
	width: 110px;
	height: 40px;
	background-position: -276px 0;
}

li.menu-item-news:hover
{
    background-position: -276px -50px;
}

li.menu-item-sign-up 
{
	width: 136px;
	height: 40px;
	background-position: -390px 0;
}

li.menu-item-sign-up:hover
{
    background-position: -390px -50px;
}

li.menu-item-upload
{
	width: 130px;
	height: 40px;
	background-position: -530px 0;
}

li.menu-item-upload:hover
{
    background-position: -530px -50px;
}

li.menu-item-login
{
	width: 105px;
	height: 40px;
	background-position: -666px 0;
}

li.menu-item-login:hover
{
    background-position: -666px -50px;
}

li.menu-item-logout
{
	width: 125px;
	height: 40px;
	background-position: -776px 0;
}

li.menu-item-logout:hover
{
    background-position: -776px -50px;
}
