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

#menu{
	margin:0;
	padding:0;
	width:780px;
}
#menu ul{
	padding:0;
	margin:0;
	width:780px;
	height:29px;
}
#menu li{
	position:relative;
	float:left;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0;
}
#menu li a{
	width:130px;
	height:29px;
	display:block;
	text-decoration:none;
	text-align:center;
	line-height:29px;
	text-transform:uppercase;
	font-weight:bold;
	background:url(img/sfondo_menu.gif) top right;
	color:#000;
}
#menu li a:hover{
	background:url(img/sfondo_menu_h.gif) top right;
	color:#000;
}

#menu .sel a{
	width:130px;
	height:29px;
	display:block;
	text-decoration:none;
	text-align:center;
	line-height:29px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:default;
	background:url(img/sfondo_menu_h.gif) top right;
	color:#000;
}
#menu .sel a:hover{
	cursor:default;
	width:130px;
	height:29px;
	background:url(img/sfondo_menu_h.gif) top left;
	color:#000;
}