/*************************************************************************/
/* SMN02 - SiteMenu                                                      */
/*************************************************************************/	

/*************************************************************************/
/* Layout                                                                */
/*************************************************************************/	

#SMN02
{
    width:200px;
    margin:0px;
    padding:0px;
    border:0px;
    }


/*************************************************************************/
/* Text / Object                                                         */
/*************************************************************************/	

#SMN02 .SMN02_List a, #SMN02 .SMN02_List a:link, #SMN02 .SMN02_List a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    cursor: pointer;
    width: 160px;
    display: block;
    padding: 0 30px 0 10px;
    background-image: url('/SiteImg/SMN02/ButtonBkg_RED1_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;
}

#SMN02 .SMN02_List a:hover,#SMN02  .SMN02_List a:active
{
   background-image: url('/SiteImg/SMN02/ButtonBkg_RED1_On.gif');
    background-repeat: no-repeat;
    background-position: left top;
	background-color:#a4a4a4;
}
