#menu {
	float:right;
	position:relative;
	top:25px;
	z-index:9999 !important;
	width:360px;
	overflow:hidden;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position:relative;
}
#menu ul ul a {
	margin: 0;
	color:#15282f;
	display:block;
	float:left;
	height:20px;
	padding:5px 0 2px 15px;
	text-decoration:none;
	width:160px;
	background-color: #ceebf3;
	border-bottom:1px solid #fff;
}
#menu ul ul ul a {
	color:#0f1f25;
	width:192px;
	background-color: #abe1f5;
}
#menu ul ul a:hover {
	color: #15282f;
	background-color:#96d3ea;
}
#menu li {
	position: relative;
	display:block;
}
#menu ul ul {
	position: absolute;
	z-index: 9999;
	top:29px;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 172px;
} 
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}
.menu_superior {
	float:right;
	width:340px;
}
.menu_superior strong{
	float:right;
	font-size:16px;
	color:#bbbbbb;
	font-weight:normal;
	text-align:right;
}
.menu_superior h2 {
	float:left;
	display:block;
	height:29px;
	overflow:hidden;
	margin-left:5px;
}
.menu_superior h2 a {
	float:left;
	font-size:15px;
	text-align:center;
	text-decoration:none;
	background-image:url(../images/act_left_bgtabs.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:7px;
	top:2px;
	position:relative;
}
.menu_superior h2 a:hover {
	color:#ccc;	
}
.menu_superior a.last {
	background-image:none;
}
.menu_superior a em {
	display:block;
	color:#a5a5a5;
	font-style:normal;
	margin:0;
	padding:8px 7px 5px 0;
	background-image:url(../images/act_right_bgtabs.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	font-weight:normal;
	float:left;
	width:160px;
}
.menu_superior a:hover {color:#6d6d6d !important; top:0;}
.menu_superior h2 a.active_item {background-image:url(../images/left_bgtabs.jpg); top:0;}
.menu_superior a.active_item em {background-image:url(../images/right_bgtabs.jpg); color:#fff;}
#menu ul ul li {
	float:left;
}
#menu ul ul li.last {
	background-image:url(../images/bottom_menu_desplegable.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:6px;
	width:175px;
	background-color:transparent !important;
	float:left;
	display:block;
}
.menu_superior h2 a.active_item{
	background-color:#EFEFEF;	
	color:#666;
}
#menu ul a.button_search{
	background-image:url("../images/button_search.jpg");
	background-color:transparent;
	display:block;
	float:right;
	height:30px;
	margin:0;
	overflow:hidden;
	position:relative;
	text-indent:-9999px;
	top:0;
	width:44px;
	padding:0;
} 
#menu ul a.button_search{
	background-position:bottom;
}
#menu ul .cont_search{ top:0; float:left; margin:7px;}
