/* Expanding Menu */

.showSwitch {
	display: block;
}

.hideSwitch {
	display: none;
}

.expandMenu {
  width: 100%;
}

.expandMenu dt {
	background: url('../images/0110_layout/bg_menu.gif') left top repeat-x;
	padding: 15px 15px 0px 15px;
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, san-serif, Verdana;
	font-weight: normal;
	font-size: 95%;
	color: #333333;
}
.expandMenu dt p {
	color: #333333;
	font-family: Arial, Helvetica, san-serif, Verdana;
	font-size: 95%;
	font-weight: normal;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 20px;
	text-align: justify;
}


.expandMenu dt a {
	font-family: Arial, Helvetica, san-serif, Verdana;
	font-weight: bold;
	font-size: 95%;
	color: #D74040;
}
.expandMenu dt a:hover {
	font-family: Arial, Helvetica, san-serif, Verdana;
	font-weight: bold;
	font-size: 95%;
	color: #333333;
	background-color: transparent;
}
.expandMenu dd {
	margin: 0px;
	padding: 0px;
	background-color: #ffffe1;
}
.expandMenu ul {
	background-color: #ffffe1;
	margin-bottom:  15px;
	margin-left:  30px;
	margin-right:  30px;
	margin-top:  10px;
	padding: 0px;
	list-style-type: circle;
}
.expandMenu table {
	border-collapse: collapse;
	width: 100%;
}
.expandMenu td {
	color: #333333;
	padding-right: 15px;
	padding-left: 15px;

}
.expandMenu thead td {
	background-color: #ffffe1;
	border-top-style: none;
	padding: 5px 30px 5px 30px;
}