/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;

}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	padding-top: 13px;
	list-style:none;
} *:lang(es) .dropdown ul {
	padding:10px;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	cursor:pointer;
}

.dropdown li.top_menu{
	margin:0;
	padding: 0 5px 4px 5px;
	cursor:pointer;
}*:lang(es) .dropdown li.top_menu {
	padding:5px;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
}

#menu_sitio .dropdown a:hover{
	/*text-decoration:underline;*/
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border: solid 1px  #ffb56b;
	border-width: 1px 0 0 0;
	margin-left:-1px;
	background-color:#ff9e19;
	width:140px;
	
}

.dropdown ul li a:hover{
	color: #fff;
	
	}

/* these are the LIs that contains a submenu*/
#menu_sitio .dropdown li.submenu-down{
	padding-left:0px;
	
	
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
#menu_sitio .dropdown li.submenu-left a{
	
	
	
}
