/* CSS Document */
/* Style per la pagina del Menu comune in tutto il sito */

#menu2009
{
    width:940px;
    height:70px;
    display:inline;
    float:left;
    margin:0 0 0 0; 
    padding:0 0 0 0;
}

#logo2009
{
	width:315px;
	height:70px;
	background:url(logo.gif);
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	display:inline;    
}

#menuNeroTop
{
    width:625px;
    height:35px;
    background:url(menuNeroTop.gif);
    margin:0 0 0 0;
    padding:0 0 0 0;
    float:left;
    display:inline;
}

#buttonContainer
{
	width:625px;
    height:35px;
    margin:0 0 0 0;
    padding:0 0 0 0;
    float:left;
    display:inline;
}

#menuButtonLink, #menuButtonLink a 
{
    width:125px;
    height:35px;
    margin:0 0 0 0;
    padding:0 0 0 0;
    background:url(buttonBlack.gif);
    float:left;
    display:inline;
}

#SUBmenuButtonLink 
{
    width:125px;
    height: 100%;
    margin:0 0 0 0;
    padding:0 0 0 0;
    text-align: center;
    font: 14px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;  
    color: #BBBBBB;
    background:none;
    text-decoration: none;
}

#SUBmenuButtonLink a 
{
	padding: 6px 0 0 0;
    font: 14px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;  
    color: #BBBBBB;
    background:none;
    text-decoration: none;
}

#menuButtonLink a:hover
{
    background:url(buttonBlackHover.gif);
    color: #FFFFFF;
}