#content .inner .menuDrop {
	padding:0 1em;
	width:15em;
	font-size:.75em;
	background: url(img/navega_close.gif) no-repeat center bottom;
	padding-bottom:1.5em;
	margin-bottom:1em;
}

.menuDrop .titulo {
	text-align:center;
	height:3.833em;
	line-height:3.833em;
	background:url(img/top_nav.png) no-repeat;
	display:block;
}

ul#navegacion {
}

ul#navegacion ul {
	color:#ee8a0d;
	margin:0;
}

ul#navegacion ul ul {
	color:#fff;
}

ul#navegacion a {
	color:#FFF;
	text-decoration:none;
	display:block;
	background:#000;
	height:2em;
	line-height:2em;
	width:14em;
	padding-left:1em;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top:1px solid #000;
}

ul#navegacion a:hover {
	background-color:#191919;
	text-decoration:none;
	background-image:url(img/bg_navegacion.gif);
	background-repeat:no-repeat;
	background-position:right 0;
	border-top-color:#333;
}

ul#navegacion ul a {
	color:#ee8a0d;
	width:13.5em;
	padding-left:1.5em;
}

ul#navegacion ul ul a {
	color:#fff;
	width:12.5em;
	padding-left:2.5em;
}

a.open {
	background-color:#191919 !important;
	text-decoration:none!important;
	background-image:url(img/bg_navegacion.gif)!important;
	background-repeat:no-repeat!important;
	background-position:right -2em!important;
	border-bottom-color:#262626;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
