/* Navigation */

/* @group Toolbar */

/* Toolbar Styles */

/* caja de navegación*/
#navcontainer {
	background: url(../../images/menu_bg.gif);
	color: #ffffff;
	font-size: 0.9em;
	height: 61px;
	position: relative;
	text-transform:uppercase;
	width:390px;
	z-index: 99;
}

/* estilo para el botón seleccionado*/
#navcontainer #current {
	background: no-repeat url(../../images/menu_current.gif) left top;
	color: #000000;
}
/* estilo para el botón seleccionado*/
#navcontainer .currentAncestor {
	background: no-repeat url(../../images/menu_current.gif) left top;
	color: #000000;
}
/* gif divisor de los difs botones*/
#navcontainer li {
	background: no-repeat right top url(../../images/menu_divider.gif);
	padding:0;
}
/* para el over de los botones*/
#navcontainer a:hover {
	background: no-repeat url(../../images/menu_over.gif) left top;
	color: #000000;
}


/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	display: inline;
	float: left;
	position: relative;
	width: 97.1px;
}

#navcontainer a {
	color: #ffffff;
	display: block;
	font-size: 1.2em;
	height: 32px;
	padding-top: 17px;
	text-decoration: none;
	text-align: center;
}

#navcontainer a:hover {
	color: #000000;
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 27px; }
/* End */

/* Child - Level 1 */
/*
#navcontainer ul ul {
	width: 97px;
	position: absolute;
	left: 0;
	top: 49px;
	display: none;
	margin: 0;
	z-index: 100;
	padding: 0;
}

#navcontainer ul ul li {
	background: none;
}

#navcontainer ul ul a {
	padding-top: 10px;
	height: 27px;
}
*/
/* 
#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
}


Child Level 3

#navcontainer ul ul ul {
	position: absolute;
	left: 97px;
	top: -1px;
	margin: 0;
	padding: 0;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}

 */



/* @end */