#lists {
	padding:0;
	/*margin:25px 0 50px 15px;*/
	list-style:none;
	position:relative;
	/*height:25px;*/
	float:left;
	background:url(lineah.gif) no-repeat 100% 4px;
	padding-left:50px !important;
	padding-left:0;
	z-index:500;
} /* margins for this demonstration only */
#lists li {
	display:inline;
	float:left;
	height:25px;
	background:url(lineah.gif) no-repeat 0 0px;
}
#lists li a.tl {
	display:block;
	float:left;
	/* width:150px;*/
	height:25px;
	text-decoration:none;
	line-height:24px;
	font-size:14px;
	font-weight:bold;
	text-indent:5px;
	color:#fff;
	margin-right:18px !important ;	
	margin-right:10px;
	padding-right:5px;
}
#lists div {
	display:none;
}
#lists li a:hover {
	text-decoration:none;
	white-space:normal;
	/* background-position:120px 5px; */
	background: url(../images/tab-active.gif) top ;
	padding-right:5px;
	
}
#lists li:hover > a {
	text-decoration:none;
	white-space:normal;
	background-position:120px 5px;
	background: url(../images/tab-active.gif) top ;
}
#lists :hover div {
	display:block;
	background:#fff;
	position:absolute;
	left:0;
	top:25px;
	border:1px solid #ED7212;
	/* padding-bottom:20px;
	width:900px;
	 */
}

#lists :hover div.pos2 {
	background:#f0f5ee;
}
#lists .two:hover {
	position:relative;
}
#lists .single:hover {
	position:relative;
}
#lists .quad:hover {
	position:relative;
}
#lists .penta:hover {
	position:relative;
}
#lists .two:hover div.pos3 {
	width:300px;
	background-color: #ff6;
}
#lists .single:hover div.pos4 {
	background:#F28B14; /* F28B14 */
	background:url(../images/menu-bg.gif) repeat-x #F0A806;
	width:150px;
}
#lists .single:hover div.pos5 {
	background:#F28B14; /* F28B14 */
	background:url(../images/menu-bg.gif) repeat-x #F0A806;
	width:150px;
	margin-left: -73px;

}
#lists .quad:hover div.pos5 {
	background:#ffefd5;
	width:600px;
}
#lists .penta:hover div.pos6 {
	background:#ffefd5;
	width:900px;
}
#lists :hover div dl {
	display:inline;
	padding:0;
	margin:0px 10px 0px 10px; /* 1px margen separacion items */
	float:left;
	width:160px;
}

#lists :hover dl dt.titulo {
	width:880px;
	color: #fff;
	text-indent:10px;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 10px 0 5px 0;
}

#lists :hover div dl dt {
	width:160px;
	height:20px;
	background:#000;
	text-indent:5px;
	text-decoration:none;
	line-height:20px; 
	margin: 5px 0 5px 0;
}

#lists .two:hover div {
	left:-150px;
}
#lists .two:hover div dl {
	width:129px;
}
#lists .two:hover div dl dt {
	width:129px;
}
#lists .single:hover div dl {
	width:150px;
	margin-left:0px;
	padding:0;
	text-indent:4px;
}
#lists .single:hover div dl dt {
	width:129px;
}
#lists .quad:hover div dl {
	width:179px;
}
#lists .quad:hover div dl dt {
	width:179px;
}
#lists .penta:hover div dl {
	width:178px;
}
#lists .penta:hover div dl dt {
	width:178px;
	
}
#lists :hover div dl dd {
	padding:0;
	margin:0;

}
#lists :hover div dt a {
	text-decoration:none;
	cursor:default;
	font-weight:normal;
}
#lists :hover div dd a {
	display:block;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	color:#ffffff;
	/* text-indent:10px; */
	line-height:20px;
	
}
#lists :hover div dd a:hover {
	font:bold 11px "Tahoma", Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	line-height:20px;
	background:url(../images/menu-bg-ho.gif) repeat-x #030303;}

#lists .clear {
	clear:both;
}

#lists li
{
  text-align:left;
  font-size:10px;
}
