/* Positioning */
#menu {
	position: absolute;
	left: 135px;
	top: 52px;
}
#submenu {
	position: absolute;
	left: 25px;
	top: 100px;
}
#menuLang {
	position: absolute;
	right: 10px;
	top: 52px;
}







#menu, #menu * { font-size: 1em; }
/* Tables */
#menu table table {
	visibility: hidden;
	width: 100%; /* For Opera 70 */
	position: absolute;
	top: 8px; left: 0;
	border-style: solid;
	border-width: 2px 1px;
	border-color: #9c0707 #aa9696;
	background-color: #ead4d4;
	background-image: url(../img/dropdownBG.gif);
}

/* ITEMS:all */
#menu td {
	border: 0;
	padding: 0;
}
#menu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	color: #9c0707;
	padding: 3px 8px;
	width: auto; /* if wanted, specify */
}
html>body #menu a {
	border: 1px solid transparent;
	padding: 2px 7px;
}
#menu a:hover {
	background-color: #ecdfdf;
	color: #d90000;
	border: 1px solid #c4918f;
	padding: 2px 7px;
}

/* ITEMS:submenu */
#menu table table a {
	padding: 3px 3px 3px 8px;
	font-size: .8em;
}
html>body #menu table table a {
	border: 0;
	border-left: 5px solid transparent;
	padding-left: 3px;
}
#menu table table a:hover {
	border: 0;
	background-color: transparent;
	border-left: 5px solid #c4918f;
	padding: 3px 3px;
}


/* just a container */
#menu .relative {
	position: relative;
}









#submenu {
	font-weight: bold;
	width: 117px;
}
#submenu .title a {
	font: 1.5em Impact, sans-serif;
	color: #ab9696;
	text-align: right;
	line-height: 100%;
	margin: 0;
}
#submenu .title a:hover {
	border: 0;
	background-color: transparent;
	color: #ab9696;
}
#submenu ul {
	border-style: solid;
	border-width: 4px 1px;
	border-color: #b26d62 #e3bebd;
	background: #faf3f3 url(../img/submenuBG.jpg) no-repeat right top;
	margin: 0; padding: 12px 0;
	list-style-type: none;
	font-size: .9em;
}
#submenu ul ul {
	border: 0;
	padding: 0;
	margin-bottom: 12px;
	border-bottom: 1px solid #e1cccc; /* ultima línia submenu (corresponde a border-top en los li de los submenus) */
	background: transparent;
	font-weight: normal;
	font-size: .8em;
}

/* items */
#submenu li {
	text-align: right;
	margin: 0;
	border-top: 2px solid #e3bebd;
}
#submenu ul ul li {
	border-top: 1px solid #e1cccc;
}
#submenu a {
	color: #9c0707;
	display: block;
	padding: 0px 2px 2px 0;
	margin-right: 9px;
}
html>body #submenu a {
	padding: 3px 3px 3px 0;
}
#submenu a:hover {
	margin-right: 0;
	border-right: 9px solid #e3bebd;
	background-color: #ecdfdf;
	color: #d90000;
}



/* menuLang */
#menuLang img {
	border: 0;
	margin-left: 10px;
}
