@charset "utf-8";
/* CSS Document */

.menu_list {
	width: 255px;
	text-align: left;
}

.menu_head a{
color: white;
text-decoration: none;
margin: 0;
padding: 0px 0px;
}

.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin: 1px;
	background-image: url(../images_menu/left.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: right;
	color: #FFF;
	font-size: 1.5em;
	border-bottom: thin solid Gray;
}



a#current{
	padding: 5px 10px;
	color: #FFD077;
	font-size: 1.5em;
	border-bottom: thin solid Gray;
	font-weight: bolder;
}



.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#FFF;
  background-color:#a9a8a8;
  padding-left:30px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
	color: #ffc265;
	text-decoration: underline;
}

/*.menu_body a:visited{
	color: #717171;
	text-decoration: underline;
}
*/