* {margin:0; padding:0}

#accordion2 {
	width:183px;
	margin:0 auto;
	border-bottom: #999999 dotted 1px;
}
.accordion2 {width:183px; font:12px }
.accordion2 dt {
	width:183px; 
	height:28px;
	font-weight:bold;
	cursor:pointer; background-color:#666;
	background-image:url(images/side-business_close.jpg); 
	background-position:right center;
	background-repeat:no-repeat;
	text-indent:-9999px;
   }
.accordion2 dt:hover {background-color:#555}
.accordion2 .open {background-color:#444; background-image:url(images/side-business_open.jpg)}
.accordion2 dd {overflow:hidden; background:#fff}
.s_menu {
	background-image: url(images/s_menu_icon.gif);
	background-repeat: no-repeat;
	padding: 2px 2px 2px 12px;
	background-position: 3px 8px;
	margin: 0 0 10px 20px;
	font-size: 12px;
	text-align: left;
}
.s_menu a{color:#666666;
}
.s_menu A:link { 
	text-decoration:underline;}
.s_menu A:hover{
	text-decoration:underline;
}
.clear_both {
	clear: both;
}

