/* ---- */
/* Menu */
/* ---- */

#menu {
	margin-bottom: 0px;
	position: relative;
	background: url(../images/menu/background_menu.png) no-repeat 0px 5px;
	height: 60px;
	padding-left: 20px;
	padding-top: 10px;
	z-index:100;
}

/* Level 1 */ 

#menu ul.level_1 {
	height: 23px;
}
#menu ul.level_1 li {
	float: left;
	background: transparent;
	position: relative;
}
#menu a.level_1 {
	float: left;
	padding: 0 4px;
	line-height: 24px;
	text-decoration: none;
	color: #ffffff;
	/* letter-spacing: -1px; */
}
#menu li.hover a.level_1,
#menu li.active a.level_1 {
	color: #ffc20e;
}

/* Level 2 */

#menu ul.level_2 {
	position: absolute;
	top: 24px;
	left: -3px;
	background-color: #71453e;
	border: 0;
	padding: 8px 0;
	visibility: hidden;
	z-index:60;
}
#menu ul.level_2 li {
	background: none;
	padding: 0;
	float: none;
}
#menu a.level_2 {
	display: block;
	float: none;
	width: 150px;
	overflow: hidden;
	background-image: none;
	padding: 0px 6px 1px 16px;
	text-decoration: none;
	color: #ffffff;
	text-indent: -10px;
}
#menu ul.level_2 a:hover {background-color: #9b655e;}



/* Level static */

#menu ul.level_static {
	height: 24px;
	padding: 0 1px;
}
#menu ul.level_static li {
	float: left;
	background: transparent;
	padding-right: 1px;
}
#menu a.level_static {
	float: left;
	padding: 0 6px;
	line-height: 24px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#menu a.level_static.news {
	padding-left: 26px;
	color: #e61f8c;
	text-align: center;
	width: 100px;
}
#menu a.level_static.news:hover {
	color: #71453e;
}
#menu a.level_static.promo {
	color :#007cc2;
	text-align: center;
	width: 100px;
}
#menu a.level_static.promo:hover {
	color: #71453e;
}
#menu a.level_static.misc {
	padding-left: 32px;
}
#menu a.level_static.misc:hover {
	color: #ffc20e;
}

#menu .promo_disable {
	width:112px;
}

