/*************************************************************************/
/* SMN08 - SiteMenu                                                      */
/*************************************************************************/	

/*************************************************************************/
/* Layout                                                                */
/*************************************************************************/	

#SMN08
{
    width:215px;
    margin:0px;
    padding:0px;
    border:0px;
    }

    
#SMN08 .SMN08_LayList
{
	margin:0 0 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
	overflow:hidden;
    }


/*************************************************************************/
/* Text / Object                                                         */
/*************************************************************************/	

#SMN08 .SMN08_List a, #SMN08 .SMN08_List a:link, #SMN08 .SMN08_List a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 11px;
	line-height: 11px;
	cursor: pointer;
	display: block;
	padding: 11px 30px 11px 18px;
	background-image: url('/SiteImg/SMN08/Bkg_Bt_Off.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d8d8d8;
	text-decoration: none;
}

#SMN08 .SMN08_List a:hover,#SMN08  .SMN08_List a:active
{
   background-image: url('/SiteImg/SMN08/Bkg_Bt_On.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
