* { padding:0px; margin:0px; }
#menu1 {
	background-repeat:no-repeat;
	height:30px;
	width:910px;
	padding-left:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/fondo_menu.png);
}
#nav {
	list-style:none;
	border-top-style: none;
	border-bottom-style: none;
}
#nav li {
	float:left;
	width: 150px;
	border-top-style: none;
	border-bottom-style: none;
	background-image: url(../img/nav_li_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}
#nav li a { display:block; padding:7px 10px; text-decoration:none; color:#CCCCCC; font-weight:bold; }
#nav li a:hover {
	color:#FF0;
}
/* Submenu */
#nav ul.submenu {
	border:1px solid #000000;
	position:absolute;
	list-style:none;
	z-index: 1;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../img/fondo_submenu.png);
	background-repeat: repeat;
	width: 202px;
}
#nav ul.submenu li {
	float:none;
	width:200px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	background-image: none;
	text-align: left;
}
/* Subsubmenu */
#nav ul.subsubmenu {
	border:1px solid #000000;
	padding:5px;
	position:absolute;
	list-style:none;
	margin-left:110px;
	margin-top:-30px;
	width: -11px;
	background-image: url(../img/fondo_submenu_submenu.png);
	background-repeat: repeat;
}
#nav ul.subsubmenu li {
	float:none;
	min-width:200px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
}
