@charset "UTF-8";
.menu {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	display: block;
	height: 52px;
	width: 132px;
	line-height: 67px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../imgs/boton.png);
	background-repeat: no-repeat;
}
.menu > li {
	float: left;
}
.menu li a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	background-image: url(../imgs/btn_hover.png);
	line-height: 52px;
}
.submenu li a {
	display: none;
	left: 402px;
	top: 300px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../imgs/btn_dp.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 132px;
	line-height: 35px;
	text-decoration: none;
	white-space: nowrap;
	z-index: 7;
}
.submenu li a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	background-image: url(../imgs/btn_dp_hover.png);
	height: 35px;
	width: 132px;
	display: block;
	z-index: 7;
}
.menu li:hover > ul a{
	display: block;
}
.submenu {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
