/*	from sn_collapse.css file	*/


.sn_dbMenu  {
	background-repeat: repeat;
	cursor: pointer;
	text-indent: 10px;
	width:175px;
	height:20px;
	top:0;
	left:0;
	padding:0px;
	margin:0px;
	padding-top: 8px;
	padding-bottom: 5px;
	visibility: visible;
	background-image: url("../imm/sfondo_menu_sx.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
	
.sn_dbMenu_Item {
	height: 30px;
	display: block;
	top:0;
	left:0;
	width: 179px;
	height:100%;
}
	
.sn_db_dbSubMenuClose {
	position:absolute;
	top:0px;
	left:0px;
	text-indent: 5px;
	display:none;
}

.sn_db_dbSubMenuOpen {
	position:relative;
	top:0px;
	left:0px;
	text-indent: 5px;
	display:block;
}

.sn_dbList  {
	cursor: pointer;
	width: 179px
}

div#sn_dbList > a {
	color: gray;
}

div#sn_dbList > a:hover {
	color: darkblue;
	font-weight: bold;
}

div#sn_dbList .aList {
	color: gray;
}

div#sn_dbList .aList:hover {
	color: darkblue;
	font-weight: bold;
}


/*	from dx_collapse.css file	*/


.dx_dbMenu  {
	background-color: #9A9A9A;
	background-repeat: repeat;
	cursor: pointer;
	text-indent: 0px;
	width:100%;
	top:0;
	left:0;
	padding:0px;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display:block;
}
	
.dx_dbMenu_Item {
	height: 44px;
	display: block;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}

.dx_db_dbSubMenuClose {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	text-indent: 5px;
}

.dx_db_dbSubMenuOpen {
	display:block;
	position:relative;
	top:0px;
	left:0px;
	text-indent: 5px;
	background-color: #E2E2E2;
	padding-bottom: 4px;
	padding-top: 1px;
}

.dx_dbList {
	cursor: pointer;
	background-color: #E2E2E2;
}

div#dxdbList > a {
	color: #006699;
}

div#dxdbList > a:hover {
	color: #000000;
	text-decoration: underline;
}

.aList {
	color: #006699;
}

.aList:hover {
	color: #000000;
	text-decoration: underline;
}

