	#menu{
	/*		margin:0 auto;*/
		width:765px;
	height:58px;
	background-image: url(images/menu_034_bg%20copia.jpg);
	background-repeat: repeat-x;
	}
		#menu ul{
	list-style:none;
	width:500px;
	margin: 0px;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				height:59px;
				line-height:59px;
			}
				#menu li a{
	display:block;
	float:left;
	color:#a7a7a7;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
				}
					#menu li a:hover{
	color:#fff;
	background-image: url(images/menu_034_h.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 59px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
					}
				#menu li a.current{
					display:block;
					float:left;
					background:url(images/menu_034_h.jpg) no-repeat bottom;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:59px;
					text-decoration:none;
					padding:0 20px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}

