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

div.menu{
	width: 100%;
	margin: 0 auto;
	-x background-color: #ffde17;
	background-image: url(../images/menu_mbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height:100px;
}

div.info {
	border-bottom:1px solid #CCCCCC;
	float:left;
	margin:0;
	padding:0;
	width:100px;
}
/*
ul.blockeasing {
float: right;
list-style: none;
margin-top: 10px;
height: 40px;
width: 100%;
border: 2px solid rgb(255, 255, 255);
background-color: rgb(17, 185, 250);
background-image: -moz-linear-gradient(rgb(17, 185, 250), rgb(0, 101, 180));
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 185, 250)), to(rgb(0, 101, 180)));
background-image: -webkit-linear-gradient(rgb(17, 185, 250), rgb(0, 101, 180));
background-image: -o-linear-gradient(rgb(17, 185, 250), rgb(0, 101, 180));
background-image: -ms-linear-gradient(rgb(17, 185, 250), rgb(0, 101, 180));
background-image: linear-gradient(rgb(17, 185, 250), rgb(0, 101, 180));
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
} */
ul.blockeasing {
	list-style: none;
padding-top: 15px;
width: 640px; 
padding-bottom: 25px;
top: 5px;
margin-left: auto;
background: rgb(255, 189, 18);
margin-right: auto;
border: 1px solid rgb(228, 177, 14);
position: relative;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
} 
.blockeasing-header { 
	display:none;
}
.blockeasing-wrapp {
-x background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 102px;
}

@-moz-document url-prefix()
{

.blockeasing-wrapp {
	height: 98px;
}
.index_social {
margin-top: -10px;
}
}

ul.blockeasing li{
	/*background:url('../images/background-gray.png') repeat; 
	*/
	border:0px solid #000000;
	float:left;
	text-align:center;
	position:relative;
}
ul.blockeasing li span.menu_hover {
	  display: block;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: #999;
  z-index: 0;
}
ul.blockeasing li.current {
	background-color:#1F85AA; 
	background-image:none !important;
}
ul.blockeasing li a{ 
  font-size: 24px;
  color: #FFF;
  padding-right: 40px;
  padding-left: 24px;
  display: block;
  position: relative;
  z-index: 2;
  height: 38px;
  font-family: 'Neucha', cursive;
}
ul.blockeasing li a:hover{

}

 
ul.blockeasing li ul{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:80px;
	left:0;
	display:none;
	box-shadow: 0px 0px 32px #333333;
	-moz-box-shadow: 0px 0px 35px #333333;
	-webkit-box-shadow: 0px 0px 35px #333333;
	z-index:1000;
}

ul.blockeasing li li{
	border:none;
	border-bottom:1px solid #151515;
	float:none;
	text-align:left;
}
ul.blockeasing li li a {
	padding:5px 5px 11px 20px;
	width:150px;
}

ul.blockeasing li li ul {
	top:0;
	left: 175px;
}
.active span{ display:block!important}