.jmenu_list {
	width: 730px;
}
.jmenu_head {
	cursor: pointer;
}
.jmenu_list   h2   a {
	color: #FFFFFF;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
}
.jmenu_list      h2    a:hover  {
	text-decoration: underline;
	background-image: url(../images/down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
}
.jmenu_body {
	display:none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.jmenu_textarea {
	width: 730px;
	min-height: 120px;
}
.jmenu_body  a {
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.jmenu_body  a:hover {
  color: #000000;
  text-decoration:underline;
}
