/*************************************************************************/
/* SMN04 - SiteMenu                                                      */
/*************************************************************************/	

/*************************************************************************/
/* Layout                                                                */
/*************************************************************************/	

#SMN04
{
    width:200px;
    margin:0px;
    padding:0px;
    border:0px;
    }

#SMN04 .SMN04_LayTitolo
{
    width: 200px;
    margin: 0px;
    padding: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    background-image: url('/SiteImg/SMN04/SMN04_BLK1_Cat.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
    
#SMN04 .SMN04_LayList
{
    background-color:#b3b2b2;
    margin:0 0 10px 0;
    }


/*************************************************************************/
/* Text / Object                                                         */
/*************************************************************************/	

#SMN04 .SMN04_List a, #SMN04 .SMN04_List a:link, #SMN04 .SMN04_List a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    cursor: pointer;
    width: 160px;
    display: block;
    padding: 8px 30px 8px 10px;
    background-image: url('/SiteImg/SMN04/ButtonBkg_Off.gif');
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    text-decoration: none;
	background-color:#cc002d;
	overflow:hidden;
}

#SMN04 .SMN04_List a:hover,#SMN04  .SMN04_List a:active
{
    background-image: url('/SiteImg/SMN04/ButtonBkg_BLK1_On.gif');
    background-repeat: no-repeat;
    background-position: left top;
	background-color:#a4a4a4;
	overflow:hidden;
}

#SMN04 .SMN04_Titolo
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 26px;
    width: 160px;
    display: block;
    padding: 0 30px 0 10px;
    text-decoration: none;
}
