dl, dt, dd, ul, li {
	color: #24296f;
	text-decoration: none;
	font-weight: bold;
	white-space:nowrap;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: url("./Sfondo_menu_sx.gif");
}
dt{
	width: 180px;
}
dd {
	width: 180px;
	display: none;
}
#menu {
}
dl#menu {
	width: 180px;
}
dl#menu dt {
	color: #24296f;
	text-indent: 21px;
	cursor: pointer;
	font-size: 13px;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
}

dl#menu dd {
	font-size: 11px;
	text-align: left;
	background: url("./Sfondo_menu_sx.gif");
	line-height: 20px;
}
dl#menu li {
	text-indent: 21px;
	text-align: center;
	background: url("./Sfondo_menu_sx_sel.gif");
}
dl#menu li a, dl#menu dt a {
	color: #161a54;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	text-align: left;
	font-weight: bold;
}

dl#menu li a:hover, dl#menu dt a:hover, dl#menu dt:hover {
	color: #FFFFFF;
}

