.accordion {
  margin:0px;
	padding:0;
}

.accordion a {
  display: block;
}

.a-m-t {
  text-align:left;
  background: #484444;
}

.a-m-t a:link,
.a-m-t a:visited,
.a-m-t a:hover {
  font-weight: bold;
  text-decoration: none;
	border-top: 2px solid #FFFFFF; 
	margin:0px;
	padding: 5px 5px 5px 15px; 
	font-size: 11px; 
	font-family:Arial; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-decoration: none; 
}

a:focus {
  outline: none;
}

.a-m-t a:hover {
	background:#484444 url('../images/arrownav.gif') no-repeat left center;	
}

.a-m-d {
	margin:0;
	background:#E1E5E7;	
	padding:0;
	line-height:1.4;
	overflow:auto;
  text-align:left;
}

.a-m-d a:link,
.a-m-d a:visited,
.a-m-d a:hover {
	border-top:solid 2px #FFFFFF;
	padding: 5px 5px 5px 20px; 
	font-size: 11px; 
	font-family:Arial; 
	font-weight:bold; 
	color: #000000; 
	text-decoration: none; 	
}

.a-m-d a:hover {
	background:#E1E5E7 url('../images/arrowsubnav.gif') no-repeat left center;	
}

html.accordion-menu-js dt.a-m-t{
	cursor: pointer;
}

html.accordion-menu-js dd.a-m-d{
	display: none;
}

html.accordion-menu-js dd.a-m-d-expand {
	display: block;
}

html.accordion-menu-js dd.a-m-d-before-expand {
	display:block;
	position:relative;
	z-index:-1;
	opacity:0;
	height:auto !important;
	visibility:hidden;
	overflow:visible;
}


html.accordion-menu-js dt.a-m-t-expand {
	background:#484444 url('../images/arrownavtop.gif') no-repeat right top;	
}

html.accordion-menu-js dd.a-m-d-anim {

	overflow:hidden;
	display:block;	
}

dl.accordion-menu dd.a-m-d .bd{
}

