/*  "Show All" + "Hide All" links */
#Menu_ToggleON,#Menu_ToggleOFF {
	border:1px solid #333;
	padding:0 5px;
	margin-right:5px
}
/* zeroing out padding and margin */
#Menu_DL dd,#Menu_DL dt {
	margin:0;
	padding:0;
} 
/* margin for the DTs (shorthand) */
#Menu_DL dt {
	margin:7px; 
}
/* image and left padding for DDs */
#Menu_DL dd {
/*background:url(answer.gif) no-repeat;*/
	padding-left:55px;
}
/* styling all anchors in the DTs */
#Menu_DL dt a {
	background:0 50% no-repeat;
	padding-left:32px;color:#000;
	text-decoration:none
}
#Menu_DL dt a:visited {
	color:#666
}
#Menu_DL dt a:visited:hover,
#Menu_DL dt a:hover,
#Menu_DL dt a:active,
#Menu_DL dt a:focus {
	font-weight:bold
}
 the + and - gif in the anchors 
#Menu_DL .DTplus a {
	/*background-image:url(toggleDLplus.gif)*/
	 font-weight: normal;
}
#Menu_DL .DTminus a {
 	font-weight: bold;
	/*background-image:url(toggleDLminus.gif)*/
}

a.normalText{
	color:#333;
	text-decoration:none;
}

a.normalText:visited:hover,
a.normalText:hover,
a.normalText:active,
a.normalText:focus {
	font-weight:bold;
}

a.boldText{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
/**********************************/
/**********************************/
#Menu_DL .showDD {
	position:relative;top:0
}
#Menu_DL dd,.hideDD{
	top:-9999px;position:absolute
}
#Menu_ToggleON,#Menu_ToggleOFF {
	display:inline;
	cursor:pointer;
	cursor:hand
}