/*	from sn_collapse.css file	*/


.sn_dbMenu  {
	background-repeat: repeat;
	cursor: pointer;
	width:100%;
	height:25px;
	top:0px;
	left:0;
	margin:0px;
	visibility: visible;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #F0F4FF;
}
	
.sn_dbMenu_Item {
	background-image: url("imm/sfondo_menutop.jpg");
	background-repeat: repeat-y;
	display: block;
	left:0;
	width:100%;
	height: 25px;
	padding: 3px;
	text-indent: 0px;
}
	
.sn_db_dbSubMenuClose {
	position:absolute;
	top:0px;
	left:0px;
	text-indent: 0px;
	display:none;
}

.sn_db_dbSubMenuOpen {
	position:relative;
	left:0px;
	text-indent: 0px;
	display:block;
	width: 99%;
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #0000ff;
	background-color: #ACC1EA;
}

.sn_dbList  {
	cursor: pointer;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}

div#sn_dbList > a {
	color: #0000ff;
	font-size: 12px;
	font-family: Tahoma, Verdana;
}

div#sn_dbList > a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-family: Tahoma, Verdana;
}

div#sn_dbList .aList {
	color: #ffffff;
	font-size: 12px;
	font-family: Tahoma, Verdana;
}

div#sn_dbList .aList:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-family: Tahoma, Verdana;
	background-color: #ACC1EA;	
}


/*	from dx_collapse.css file	*/


.dx_dbMenu  {
	background-repeat: repeat;
	cursor: pointer;
	width:100%;
	height:25px;
	top:0px;
	left:0;
	margin:0px;
	visibility: visible;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #F0F4FF;
}
	
.dx_dbMenu_Item {
	background-image: url("imm/sfondo_menutop.jpg");
	background-repeat: repeat-y;
	display: block;
	left:0;
	width:100%;
	height: 25px;
	padding: 3px;
	text-indent: 0px;
}

.dx_db_dbSubMenuClose {
	position:absolute;
	top:0px;
	left:0px;
	text-indent: 0px;
	display:none;
}

.dx_db_dbSubMenuOpen {
	position:relative;
	left:0px;
	text-indent: 0px;
	display:block;
	width: 99%;
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #0000ff;
	background-color: #ACC1EA;
}

.dx_dbList {
	cursor: pointer;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}

div#dxdbList > a {
	color: #0000ff;
	font-size: 12px;
	font-family: Tahoma, Verdana;
}

div#dxdbList > a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-family: Tahoma, Verdana;
}

.aList {
	color: #ffffff;
	font-size: 12px;
	font-family: Tahoma, Verdana;
}

.aList:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-family: Tahoma, Verdana;
	background-color: #ACC1EA;	
}


