/***********************
 * Class globales
 */

*, ul, li, a, span {
	margin: 0;
	padding: 0;
}

#menu {
	margin-top: 10px;
	position: relative;
}


.block-menu, #block-menu-shoponline {
	position: absolute;
	top: 0;
	width: 160px;
}

#block-menu-shoponline {
	left: 160px;
	display: none;
	top: 11px;
	background: white; /* IE Bug */
}

.block-menu {
	display: block;
}

.block-menu li {
	float: left;
	list-style: none;
	overflow: hidden;
	height: 11px;
}

.block-menu a span{
	display: none;
}

.block-menu a {
	overflow: hidden;
	display: block;
	height: 10px;
	width: 160px;
}


/*=======================================
BLOC MENU LANG
=========================================*/
#block-menu-lang {
	position: absolute;
	left: 160px;
	width: 600px;
	display: none;
	top: 0px;
	background: white; /* IE Bug */
	height: 20px;
}

#block-menu-lang li a {
	width: 70px;
}
/*=======================================
FIN BLOC MENU LANG
=========================================*/

.level0 {
	left: 0;
}

.level1 {
	margin-left: 200px;
}

.level2 {
	margin-left: 160px;
}

.level3 {
	margin-left: 160px;
}

.level4 {
	margin-left: 100px;
}

/***********************
 *  Menu accueil
 */

a#menu-item-shop {
	background: url(../img/00shoponline.gif) no-repeat;
}
a#menu-item-housebalenciaga {
	background: url(../img/00house.gif) no-repeat;
}

/** HOVER **/

a#menu-item-shop.selected, a#menu-item-shop:hover {
	background: url(../img/00shoponlineR.gif) no-repeat;
}
a#menu-item-housebalenciaga.selected, a#menu-item-housebalenciaga:hover {
	background: url(../img/00houseR.gif) no-repeat;
}

/***********************
 *  Menu principal
 */


a#menu-item-shop {
	background: url(../img/00shoponline.gif) no-repeat;
}
a#menu-item-shop-us {
	background: url(../img/00-01shoponline.gif) no-repeat;
}
a#menu-item-shop-uk {
	background: url(../img/00-02shoponline.gif) no-repeat;
}

a#menu-item-house-en {
	background: url(../img/english.gif) no-repeat;
}
a#menu-item-house-fr {
	background: url(../img/french.gif) no-repeat;
}
a#menu-item-house-cntrad {
	background: url(../img/cntrad.gif) no-repeat;
}
a#menu-item-house-cnsimpl {
	background: url(../img/cnsimpl.gif) no-repeat;
}
a#menu-item-house-jp {
	background: url(../img/japanese.gif) no-repeat;
}
/** HOVER **/


a#menu-item-shop.selected, a#menu-item-shop:hover {
	background: url(../img/00shoponlineR.gif) no-repeat;
}
a#menu-item-shop-us.selected, a#menu-item-shop-us:hover {
	background: url(../img/00-01shoponlineR.gif) no-repeat;
}
a#menu-item-shop-uk.selected, a#menu-item-shop-uk:hover {
	background: url(../img/00-02shoponlineR.gif) no-repeat;
}

a#menu-item-house-en.selected, a#menu-item-house-en:hover {
	background: url(../img/englishR.gif) no-repeat;
}
a#menu-item-house-fr.selected, a#menu-item-house-fr:hover {
	background: url(../img/frenchR.gif) no-repeat;
}
a#menu-item-house-cntrad.selected, a#menu-item-house-cntrad:hover {
	background: url(../img/cntradR.gif) no-repeat;
}
a#menu-item-house-cnsimpl.selected, a#menu-item-house-cnsimpl:hover {
	background: url(../img/cnsimplR.gif) no-repeat;
}
a#menu-item-house-jp.selected, a#menu-item-house-jp:hover {
	background: url(../img/japaneseR.gif) no-repeat;
}