/*	from sn_collapse.css file	*/


.sn_dbMenu  {
	background-repeat: repeat;
	background:#ffffff;
	cursor: pointer;
	text-indent: 0px;
	width:100%;
	/*height:27px;*/
	top:0;
	left:0;
	padding:0px;
	margin:0px;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
	
.sn_dbMenu_Item {
	background-image: url("imm/Top_menu_sx.gif");
	background-repeat: no-repeat;
	/*height: 27px;*/
	display: block;
	top:0;
	left:0;
	width: 100%;
	/*height:100%;*/
	padding: 4px;
}
	
.sn_db_dbSubMenuClose {
	position:absolute;
	top:0px;
	left:0px;
	text-indent: 0px;
	display:none;
}

.sn_db_dbSubMenuOpen {
	position:relative;
	top:0px;
	left:0px;
	text-indent: 0px;
	display:block;
	
}

.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: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#sn_dbList > a {
	color: #355F89;
}

div#sn_dbList > a:hover {
	color: #000000;
	text-decoration: underline;
}

div#sn_dbList .aList {
	color: #355F89;
}

div#sn_dbList .aList:hover {
	color: #000000;
	text-decoration: underline;
}


/*	from dx_collapse.css file	*/


.dx_dbMenu  {
	background-repeat: repeat;
	cursor: pointer;
	text-indent: 0px;
	width:100%;
	/*height:27px;*/
	top:0;
	left:0;
	padding:0px;
	margin:0px;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
	
.dx_dbMenu_Item {
	background-image: url("imm/Top_menu_dx.gif");
	background-repeat: no-repeat;
	/*height: 27px;*/
	display: block;
	top:0;
	left:0;
	width: 100%;
	/*height:100%;*/
	padding: 4px;
}

.dx_db_dbSubMenuClose {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	text-indent: 0px;
}

.dx_db_dbSubMenuOpen {
	display:block;
	position: relative;
	top:0px;
	left:0px;
	text-indent: 0px;
}

.dx_dbList {
	cursor: pointer;
	display: list-item;
	list-style-image: url(../imm/ico_list_ds.gif);
	list-style-position: outside;
	vertical-align: text-bottom;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#dxdbList > a {
	color: #355F89;
}

div#dxdbList > a:hover {
	color: #000000;
	text-decoration: underline;
}

.aList {
	color: #355F89;
}

.aList:hover {
	color: #000000;
	text-decoration: underline;
}

