/*	from sn_collapse.css file	*/


.sn_dbMenu  {
	cursor: pointer;
	width:157px;
	height:100%;
	top:0px;
	left:0;
	margin:0px;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	border-right-color: #C8A77F;
	border-right-style: solid;
	border-bottom-color: #C8A77F;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
	
.sn_dbMenu_Item {
	display: block;
	left:0;
	width:157px;
	height: 100%;
	padding: 5px;
	text-indent: 0px;
	padding-top: 5px;
}
	
.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;
	border-right-style: solid;
	border-right-color: #C8A77F;
	border-right-width: 1px;
	border-bottom-color: #C8A77F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.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;
}

div#sn_dbList > a {
	color: #003366;
	font-size: 9px;
}

div#sn_dbList > a:hover {
	color: #000000;
	}

div#sn_dbList .aList {
	color: #003366;
	font-size: 9px;
}

div#sn_dbList .aList:hover {
	color: #000000;
	text-decoration: underline;
}


/*	from dx_collapse.css file	*/


.dx_dbMenu  {
	cursor: pointer;
	width:157px;
	top:0px;
	left:0;
	margin:0px;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	border-left-color: #C8A77F;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #C8A77F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
	
.dx_dbMenu_Item {
	display: block;
	left:0;
	width:157px;
	padding: 5px;
	text-indent: 0px;
	padding-top: 5px;
}

.dx_db_dbSubMenuClose {
	position:absolute;
	top:0px;
	left:0px;
	text-indent: 0px;
	display:none;
}

.dx_db_dbSubMenuOpen {
	position:relative;
	top:0px;
	left:0px;
	text-indent: 0px;
	display:block;
	border-left-style: solid;
	border-left-color: #C8A77F;
	border-left-width: 1px;
	border-bottom-color: #C8A77F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.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: 20px;
}

div#dxdbList > a {
	color: #003366;
	font-size: 9px;
}

div#dxdbList > a:hover {
	color: #000000;
	font-size: 9px;
}

.aList {
	color: #003366;
	font-size: 9px;
}

.aList:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 9px;
}


