/* Javascript CSS  */
/*
Title:Accordion Menu Stylesheet 
Author: Bryan Y. Blas
Date: September 2009
email: ian_blas@yahoo.com
*/
.menu_list{	
	width: 100%px;
	border:2px solid #ab796b;
	margin:0px;
}

.menu_label{
	padding: 0px;
	position: relative;
	margin:0px;
}
.menu_bottom{
	padding: 0px;
	position: relative;
	margin:0px;
}
.menu_head {
	font-family:verdana,Century Gothic, Georgia,serif; 
	font-size:11px;
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
	border-top:1px dashed #000000;
    background: #ffffff center right no-repeat;
}
.menu_body {
	display:none;
	width: 100%px;
}
.menu_body a{
  display:block;
  color:#006699;
  background-color:#eef4d3;
   padding-top:3px;
  padding-bottom:3px;
  padding-left:10px;
  font-size:11px;
  font-family:verdana,Century Gothic, Georgia,serif; 
  text-decoration:none;
}
.menu_body a:hover{
  color: #006699;
  font-size:11px;
  text-decoration:underline;
  }
 .menu_head a{
  display:block;
  color:#000000;
  padding-bottom:3px;
  padding-left:2px;
  font-size:11px;
  font-family:verdana,Century Gothic, Georgia,serif; 
  text-decoration:none;
}
.menu_head a:hover{
  color: #000000;
  font-size:11px;
  text-decoration:underline;
  }
  
  
  
  
  
