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

#menu, #menu_prestige
{
	position: relative;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 28px;
	width: 990px;
}

#menu ul, #menu_prestige ul
{
	font-family: Arial;
	font-size: 11px;
	font-weight: 900;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

/* Dont apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#menu ul li, #menu_prestige ul li
{
	float: left;
	list-style: none;
	margin: 0px 2px 0px 0px;
}

#menu ul li a, #menu_prestige ul li a
{
	z-index: 100;
	text-decoration: none;
	color: #fff;
	display: block;
	float: left;
	height: 28px;
	position: relative;
	padding: 0px 10px 0px 10px;
	line-height: 28px;
}

/* Seleccionados */
#menu li.hilite, #menu_prestige li.hilite
{
	background: url(http://www.webcat.fr/images/menu.png) no-repeat top left;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#menu li.hilite
{
	background-position: right -124px;
}

#menu_prestige li.hilite
{
	background-position: right -200px;
}

#menu .hilite .left, #menu_prestige .hilite .left
{
	background: url(http://www.webcat.fr/images/menu.png) no-repeat top left;
	height: 28px;
	margin-right: 7px; /* 7px is the width of the rounded shape */
}

#menu .hilite .left
{
	background-position: 0 -86px;
}

#menu_prestige .hilite .left
{
	background-position: 0 -162px;
}

/* Current */
#menu li.univers, #menu_prestige li.univers
{
	background: url(http://www.webcat.fr/images/menu.png) no-repeat top left;
	background-position: right -48px;
	z-index: 9;
	position: absolute;
	visibility: hidden;
}

#menu .univers .left, #menu_prestige .univers .left
{
	background: url(http://www.webcat.fr/images/menu.png) no-repeat top left;
	background-position: 0 -10px;
	height: 28px;
	margin-right: 7px;
}