@charset "utf-8";
/* CSS Document */

#menu2 {
	width:1024px; /* ancho total del menu */
	height:45px;
} 

#menu2 ul { /* elimina estilos predeterminado de la etiqueta */
list-style: none;
margin: 0;
padding: 0;
}


.test2{
	display: block;
	margin:0px;
	line-height: 16px;
	font-weight: normal;
	color:#660000;
	background:none;
	text-decoration:none;
	text-align:left;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight:bold; 
	font-size:15px;
}

/*.test2:hover {
	color:#A8000D;
}*/

.subtest2{
	display: block;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; /*tamaño del texto del sub menu*/
	font-weight: normal;
	color:#333333;
	background:url(../img/bgbtn.gif) bottom;
	text-decoration: none;
	height:100%;
	padding-left:6px;
	padding-bottom:5px;
}


/*.subtest2:hover {
	background:#CCCCCC;
	color:#A8000D;
}*/

#menu2 li {
	position: relative;
	display:block;
	width:150px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
} 


#menu2 ul ul ul {
position: absolute;
z-index:1;
bottom:40px;
left:0;
width:10px; 

}

/*div#menu2 ul ul ul,
div#menu2 ul ul li:hover ul ul
{display: none;}*/

/*div#menu2 ul ul li:hover ul,
div#menu2 ul ul ul li:hover ul
{display: block;}*/

