@charset "utf-8";
/* CSS Document */
#menuH{
width:785px;
padding:10px 0 20px 5px;
}
#menuH ul{
	list-style:none;
}
#menuH li{
	width:155px;
	float:left;
	background-image:url('../_img/seta.jpg');
	background-repeat:no-repeat;
	background-position:left;
	height:20px;
	line-height:20px;
}
#menuH li a{
	padding-left:20px;
	text-transform:uppercase;
	display:block;
	color:#666;
}
#menuH li a:hover{
	color:#AA7;
	border-bottom:1px dashed #AA7;
}

#titleMenu{
width:780px;
}
