/*	from sn_collapse.css file	*/


.sn_dbMenu  {
	cursor: pointer;
	display:block;
	visibility: visible;
	background-color: #E7E7E7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747;
	text-shadow: 2px 2px 3px #999;
	font-weight: bold;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	width: 168px;
	height: 39px;
	right: 0px;
	clip:  rect(auto auto auto 5px);
}
	
.sn_dbMenu_Item {
	display: block;
	width: 95%;
	height: 100%;
	padding-top: 6px;
	text-align: left;
	vertical-align: middle;
	padding-left: 8px;
}
	
.sn_db_dbSubMenuClose {
	position:absolute;
	display:none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.sn_db_dbSubMenuOpen {
	position:relative;
	top:0px;
	left:0px;
	text-indent: 0px;
	display:block;
	margin-top: 3px;
	padding-bottom: 10px;
	width: 169px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../imm/sfondo_menu_sx.gif');
}

.sn_dbList  {
	cursor: pointer;
	display: list-item;
	list-style-image: url('../imm/ico_list_sn.gif');
	list-style-position: outside;
	vertical-align: text-bottom;
	margin-left: 28px;
	margin-right: 15px;
}

div#sn_dbList > a {
	color: #9E0B0E;
	font-size: 11px;
}

div#sn_dbList > a:hover {
	color: #000000;
	}

div#sn_dbList .aList {
	color: #9E0B0E;
	font-size: 11px;
	}

div#sn_dbList .aList:hover {
	color: #000000;
	text-decoration: underline;
}


/*	from dx_collapse.css file	*/


.dx_dbMenu  {
	cursor: pointer;
	display:block;
	visibility: visible;
	background-color: #E7E7E7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747;
	text-shadow: 2px 2px 3px #999;
	font-weight: bold;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	width: 168px;
	height: 39px;
	right: 0px;
	clip:  rect(auto auto auto 5px);
}
	
.dx_dbMenu_Item {
	display: block;
	width: 95%;
	height: 100%;
	padding-top: 6px;
	text-align: left;
	vertical-align: middle;
	padding-left: 8px;
}

.dx_db_dbSubMenuClose {
	position:absolute;
	display:none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.dx_db_dbSubMenuOpen {
	position:relative;
	top:0px;
	left:0px;
	text-indent: 0px;
	display:block;
	margin-top: 3px;
	padding-bottom: 10px;
	width: 169px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../imm/sfondo_menu_sx.gif');
}

.dx_dbList {
	cursor: pointer;
	display: list-item;
	list-style-image: url('../imm/ico_list_sn.gif');
	list-style-position: outside;
	vertical-align: text-bottom;
	margin-left: 28px;
	margin-right: 15px;
}

div#dxdbList > a {
	color: #9E0B0E;
	font-size: 11px;
}

div#dxdbList > a:hover {
	color: #000000;
	font-size: 11px;
}

.aList {
	color: #9E0B0E;
	font-size: 11px;
}

.aList:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
}


