body {
	margin: 10px auto;
	font-size:100%;
    font-family: "Times New Roman",Verdana,Arial,Helvetica,sans-serif;
}
.menu_list {	
	width: 180px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: url(http://users.atw.hu/nextlevel/images/left.png) center right no-repeat;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#ff0000;
  background-color:#000000;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #006699;
  text-decoration:underline;
  }