#tabs {
	background:transparent url(images/fade_grey_tab.gif) repeat-x scroll center bottom;
	margin:0;
	padding:0;
}
#tabs ul {
	display:block;
	position:absolute;
}
#tabs ul.children {
	margin:0;
	padding:0;
	border-top:1px solid #000000;
	z-index:100;
	visibility:hidden;
}
#tabs li {
	background:#969696 url(images/bg_grey_tab.gif) no-repeat scroll left top;
	display:inline;
	float:left;
	height:auto;
}
#tabs li li {
	background:#FFF0CE none repeat scroll 0%;
	display:block;
	float:none;
}
#tabs a {
	text-decoration:none;
	background:transparent url(../images/menu/fondo.png) repeat-x scroll left top;
	color:#FFFFFF;
	display:block;
	/*font-weight:bold;*/
	font-size:90%;
	line-height:30px;
	text-align:center;
	width:120px;
}
#tabs a:hover, #tabs a.selected {
	background:#FCDA2E url(../images/menu/activo.png) repeat-x scroll left top;
	color:#FFFFFF;
	text-decoration:none;
}
#tabs ul a {
	background:#444444 repeat-x scroll left top;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	color:#FFFFFF;
	line-height:30px;
	width:120px;
}
#tabs ul ul a {
	background:#666666 none repeat scroll 0%;
}
#tabs ul a:hover, #tabs ul a.selected {
	background:#666666 repeat-x scroll left top;
}
#tabs li:hover ul, #tabs li.sf ul {
	visibility:visible;
}
#tabs li:hover ul ul, #tabs li.sf ul ul {
	visibility:hidden;
}
#tabs li:hover ul, #tabs li li:hover ul, #tabs li.sf ul, #tabs li li.sf ul {
	visibility:visible;
}
