ul {
	margin-top: 0;
}

.menu_list {	
	width: 600px;
	margin-left: 10px;
	_margin-left: 20px;
	}
	
.menu_head {
	color: #3b3a3a;
	padding: 5px 25px 5px 10px;
	cursor: pointer;
	position: relative;
	height: auto;
	margin:1px;
    font-weight:bold;
    background: #dbdbdb url(../../images/down.gif) center right no-repeat;
	}
	
.menu_body {
	text-decoration:none;
	display:none;
	color:#666666;
  	background-color: #F4F4F8;
  	padding: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
/*------------ Use if links are in body------------*/	
.menu_head a:hover {
  color: #000000;
  text-decoration:none;
  }

.menu_body a:hover {
  color: #666666;
  text-decoration:none;
  }
  
.menu_body a:link {
  color: #666666;
  text-decoration:none;
  }
  
.menu_body a:visited {
  color: #666666;
  text-decoration:none;
  }
  
.menu_body a:active {
  color: #666666;
  text-decoration:none;
  }

