@charset "utf-8";
/* ------------ Dimensione totale del menu -----------*/
#mainMenu{
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logoMenu a{
	background:url(../_images/_menu/logo.gif);
	display: block;
	width:800px;
	height:200px;
}
#menuContainer {
	margin-top: 10px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 60px;
	position: relative;
	background-image: url(../_images/_menu/cornice.gif);
	display: block;
	background-position: center;
}
/* ------------ contenitore links -----------*/
#menuLinks {
	position: relative;
	width: 560px;
	left: 120px;
	top: 20px;
}

/* ----- Bottone News -----*/
#menuLinks #news_btn a:link, #menuLinks #news_btn a:visited {
	width:60px;
	height:30px;
	background-attachment: fixed;
	background: url(../_images/_menu/news_btn.gif) no-repeat center top; 
	display: block;
}
#menuLinks #news_btn a:hover {
	display: block;
	background: url(../_images/_menu/news_btn.gif) no-repeat center center;
	height:30px;
}
#menuLinks #news_btn a:active {
	display: block;
	background: url(../_images/_menu/news_btn.gif) no-repeat center bottom;
	height:30px;
}
#menuLinks #bio_btn a:link, #menuLinks #bio_btn a:visited {
	display: block;
	background: url(../_images/_menu/bio_btn.gif) no-repeat center top;
	width:105px;
	height:30px;
}
#menuLinks #bio_btn a:hover {
	display: block;
	background:url(../_images/_menu/bio_btn.gif) no-repeat center center;
	height:30px;
}
#menuLinks #bio_btn a:active {
	display: block;
	background:url(../_images/_menu/bio_btn.gif) no-repeat center bottom;
	height:30px;
}
#menuLinks #disco_btn a:link, #menuLinks #disco_btn a:visited{
	display: block;
	background:url(../_images/_menu/disco_btn.gif) no-repeat center top;
	width:105px;
	height:30px;
}
#menuLinks #disco_btn a:hover {
	display: block;
	background:url(../_images/_menu/disco_btn.gif) no-repeat center center;
	height:30px;
}
#menuLinks #disco_btn a:active {
	display: block;
	background:url(../_images/_menu/disco_btn.gif) no-repeat center bottom;
	height:30px;
}
#menuLinks #photos_btn a:link, #menuLinks #photos_btn a:visited{
	display: block;
	background:url(../_images/_menu/photo_btn.gif) no-repeat center top;
	width:90px;
	height:30px;
}
#menuLinks #photos_btn a:hover{
	display: block;
	background:url(../_images/_menu/photo_btn.gif) no-repeat center center;
	height:30;
}
#menuLinks #photos_btn a:active{
	display: block;
	background:url(../_images/_menu/photo_btn.gif) no-repeat center bottom;
	height:30;
}
#menuLinks #videos_btn a:link, #menuLinks #videos_btn a:visited{
	display: block;
	background:url(../_images/_menu/videos_btn.gif) no-repeat center top;
	width:70px;
	height:30px;
}
#menuLinks #videos_btn a:hover{
	display: block;
	background:url(../_images/_menu/videos_btn.gif) no-repeat center center;
	height:30px;
}
#menuLinks #videos_btn a:active{
	display: block;
	background:url(../_images/_menu/videos_btn.gif) no-repeat center bottom;
	height:30px;
}
#menuLinks #contacts_btn a:link, #menuLinks #contacts_btn a:visited{
	display: block;
	background:url(../_images/_menu/contacts_btn.gif) no-repeat center top;
	width:90px;
	height:30px;
}
#menuLinks #contacts_btn a:hover{
	display: block;
	background:url(../_images/_menu/contacts_btn.gif) no-repeat center center;
	height:30px;
}
#menuLinks #contacts_btn a:active{
	display: block;
	background:url(../_images/_menu/contacts_btn.gif) no-repeat center bottom;
	height:30px;
}
