@charset "utf-8";
	#menuSx {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	}
    #menuSx ul {
	list-style:none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
      }
	#menuSx li a {
	voice-family: inherit;
	text-decoration: none;
	display: block;
	margin: 0px;
	line-height: 20px;
	padding: 0px;
	width: 100px;
		}
	#menuSx li a:link, #menuSx li a:visited {
	color: #333333;
	display: block;
	background-image: url(../images/sfondoMenu.gif);
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	background-position: 0px top;
	background-repeat: no-repeat;
	font-size: 0.8em;
	margin: 0px;
		}
	#menuSx li a:hover {
	color: #cc0000;
	background-image: url(../images/sfondoMenu.gif);
	background-position: 0px -20px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	background-repeat: no-repeat;
	font-size: .8em;
	margin: 0px;
		}
