/**/
#menu {
	position:relative;
	height:39px;
	/*background: url(../images/shadow_submenu.png) no-repeat bottom left;*/
	padding-bottom:7px;
}
#elem {
	position:relative;
	font-size:12px;
	height:39px;
	width: 960px;
}
#elem li {
	float:left;
}
#elem li a {
	float:left;
	display:block;
	width: 120px;
	height: 46px;
	text-indent: -9999px;
}
#sub li a {
	
}
#elem li ul li a {
	width: auto;
	display: inline;
	color:#273435;
	font-weight:bold;
	text-indent: 0;
	height:auto;
	padding:0 10px 0 20px;
	
}


#elem li.home {
	background: url(../images/intralot_menu.jpg) 0 0 no-repeat;
}
#elem li.home:hover {
	background: url(../images/intralot_menu.jpg) 0 -50px no-repeat;
}
#elem li.home:active, #elem li.home.current {
	background: url(../images/intralot_menu.jpg) 0 -100px no-repeat;
}

#elem li.about {
	background: url(../images/intralot_menu.jpg) -120px 0 no-repeat;
}
#elem li.about:hover {
	background: url(../images/intralot_menu.jpg) -120px -50px no-repeat;
}
#elem li.about:active, #elem li.about.current {
	background: url(../images/intralot_menu.jpg) -120px -100px no-repeat;
}

#elem li.scommesse {
	background: url(../images/intralot_menu.jpg) -240px 0 no-repeat;
}
#elem li.scommesse:hover {
	background: url(../images/intralot_menu.jpg) -240px -50px no-repeat;
}
#elem li.scommesse:active, #elem li.scommesse.current {
	background: url(../images/intralot_menu.jpg) -240px -100px no-repeat;
}

#elem li.partner {
	background: url(../images/intralot_menu.jpg) -360px 0 no-repeat;
}
#elem li.partner:hover {
	background: url(../images/intralot_menu.jpg) -360px -50px no-repeat;
}
#elem li.partner:active, #elem li.partner.current {
	background: url(../images/intralot_menu.jpg) -360px -100px no-repeat;
}

#elem li.normative {
	background: url(../images/intralot_menu.jpg) -480px 0 no-repeat;
}
#elem li.normative:hover {
	background: url(../images/intralot_menu.jpg) -480px -50px no-repeat;
}
#elem li.normative:active, #elem li.normative.current {
	background: url(../images/intralot_menu.jpg) -480px -100px no-repeat;
}

#elem li.press {
	background: url(../images/intralot_menu.jpg) -600px 0 no-repeat;
}
#elem li.press:hover {
	background: url(../images/intralot_menu.jpg) -600px -50px no-repeat;
}
#elem li.press:active, #elem li.press.current {
	background: url(../images/intralot_menu.jpg) -600px -100px no-repeat;
}

#elem li.lavora {
	background: url(../images/intralot_menu.jpg) -720px 0 no-repeat;
}
#elem li.lavora:hover {
	background: url(../images/intralot_menu.jpg) -720px -50px no-repeat;
}
#elem li.lavora:active, #elem li.lavora.current {
	background: url(../images/intralot_menu.jpg) -720px -100px no-repeat;
}

#elem li.contatti {
	background: url(../images/intralot_menu.jpg) -840px 0 no-repeat;
}
#elem li.contatti:hover {
	background: url(../images/intralot_menu.jpg) -840px -50px no-repeat;
}
#elem li.contatti:active, #elem li.contatti.current {
	background: url(../images/intralot_menu.jpg) -840px -100px no-repeat;
}

#elem li ul.sub {
	display:none;
	position:absolute;
	top:39px;
	left:-99999px;
	z-index:10;
	background:#fff url(../images/bg_submenu.png) no-repeat top left;
	height:29px;
	padding:0 10px;
	width:940px;
}
#elem li ul li{line-height:29px; }
#elem li ul li.selected{background:url(../images/sub-arrow.png) no-repeat center bottom;}
#elem li ul li.selected a{color:#DD6311; }
#elem li ul.floatRight li {
	float:right;
}
img {
	border:0;
}

