
.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}
.expandMenu {
  width: 225px;
  background-color: transparent;
}
.expandMenu dt {
	background-color: transparent;
	padding: 2px;
	margin: 0px 0px 1px;
	color: #666699;
	cursor: hand;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold
}
.expandMenu a {
	color: #cccccc;
}
.expandMenu a:hover {
	color: #ff0000;
	background-color: transparent;
}
.expandMenu dd {
	margin: 0px;
	padding: 0px;
	left:0px;
	
}
.expandMenu ul {
	margin:  2em;
	padding: 0px;
	list-style-type: none;
}
.expandMenu table {
	border-collapse: collapse;
	width: 100%;
}
.expandMenu td {
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
	border-color: transparent;
	border-style: none;
	border-width: 1px 0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
.expandMenu thead td {
	background-color: transparent;
	border-top-style: none;
}
.alignCenter {
	text-align: left;
}


	
