#menu {
	background-color: #004000;
	width: 900px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	list-style-type: none;
	float: left;
	width: 225px;
}

#menu ul li a {
	height: 32px;
	margin-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: white;
	display: block;
	padding: 0px 0px 0px 7px;
	line-height: 32px;
	border: 0;
	background: #3ea11d;
	background-image: url("../img/boton_fondo2.jpg");
	background-repeat: repeat-x;
	background-position: 0 0;
}

#menu ul li a:hover {
	background: #035901;
	background-image: url("../img/boton_fondo2.jpg");
	background-repeat: repeat-x;
	background-position: 0 -32px;
}

#menu ul li ul {
	position: absolute;
	owerflow: hidden;
	top: 210px; /* distancia desde el eje (en y=0) donde aparecerá el menu inicialmente. */
	margin: 0;
	padding: 0;
	height: 0;
	display:none;
	height: 22px;
	line-height: 22px;
}

#menu ul li ul li {
	float: none;
	margin-bottom: 1px;
	height: 22px;
	line-height: 22px;
}

#menu ul li ul li a {
	filter: alpha(opacity=80); opacity: .8;
	text-transform: none;
	color: #004000;
	background: white;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
}

#menu ul li ul li a:hover {
	background: #839f80;
}

#menu ul li a.cierre {
	margin-right: 0px;
	background: #3ea11d;
	background-image: url("../img/boton_fondo2_cierre.jpg");
	background-repeat: repeat-x;
	background-position: 0 0;
}

#menu ul li a:hover.cierre {
	background: #035901;
	background-image: url("../img/boton_fondo2_cierre.jpg");
	background-repeat: repeat-x;
	background-position: 0 -32px;
}

.youcook {
	background-image: url("../img/logoyoucook.png") ! important; 
	background-repeat: no-repeat ! important;
	background-position: 97% 50% ! important;		 
}

#globo_reg{
	position:absolute;
	top:152px;
	left:575px;
	width:165px;
	height:103px;
	z-index:200;
	behavior: url(../js/iepngfix.htc);
	background-image: url("../img/home/globo.png");
	color: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height: 13px;
	font-weight:bold;
	text-align: left;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 15px;
	display:none;
}