.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}
.expandMenu {
  width: 160px;
}

.expandMenu dt {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	padding: 0px;
	text-decoration: none;
	cursor: hand;
}
.expandMenu_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-decoration: none;
}

.expandMenu dd {
	margin: 0px;
	padding: 0px;	
}
.expandMenu ul {	
	margin:  0em;
	padding: 0px;
	list-style-type: none;
}
.expandMenu table {
	border-collapse: collapse;
	width: 100%;
}
.expandMenu td {	
	padding-right: 0px;
	padding-left: 0px;	
	border-style: solid;
	border-width: 0px 0;
}
.expandMenu thead td {
	border-top-style: none;
}
.alignCenter {
	text-align: center;
}
