@charset "UTF-8";
/* CSS Document */

.menu_list {
	width: 185px;
}
.menu_head {
	padding: 4px 15px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-family: arial;
	font-size: 12px;
	  text-decoration:none;
	font-weight:bold;
	color:#333333;
       background: #e7e7e7 center left no-repeat;
	   
}

.menu_header a {
	padding: 4px 0px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-family: arial;
	font-size: 12px;
	  text-decoration:none;
	font-weight:bold;
	color:#333333;
	   
}
.menu_header a:hover {
	padding: 4px 0px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-family: arial;
	font-size: 12px;
	  text-decoration:none;
	font-weight:bold;
	color:#ff0000;	   
}




.menu_body {
	display:none;
}
.menu_body a {
  display:block;
  color:#333333;
  background-color:#f5f5f5;
  padding: 4px 15px;
  padding-left:20px;
  font-family: arial;
	font-size: 12px;
       font-weight:normal;
  text-decoration:none;
}
.menu_body a:hover {
  color: #ff0000;
  text-decoration:none;
}

menu_body a.selected {
 color: #ff0000;
  text-decoration:none;
}

.menu_body a:active { 
	color: #ff0000;
	text-decoration:none;
}