dl.accordion-menu {
	margin: 0;
	padding: 0;
	width: 476px;
	height:auto;
	background:white;

}

dl.accordion-menu dt.dtTitle, dl.accordion-menu dt.dtTitle2 {
	width: 476px;
	height:30px;
	background-image:url(../images/green_v3.gif);
	background-repeat:no-repeat;
	margin-bottom:2px;
}

dl.accordion-menu dt.dtTitle-hover{
	width: 476px;
	height:30px;
	background-image:url(../images/greenOver_v3.gif);
	background-repeat:no-repeat;
}


dl.accordion-menu dt.dtTitle-down{
	width: 476px;
	height:30px;
	background-image:url(../images/greenOver_v3.gif);
	background-repeat:no-repeat;
}


html.accordion-menu-js dt.dtTitle{
	cursor:pointer;
	zoom:1;
	padding-left:3px;
	line-height:30px;
	color:#099DA0;
}

dl.accordion-menu dd.ddContent {
	margin: 0;
	padding: 0;
	padding:0;
	margin-bottom:2px;
	font-size:11px;
	line-height:13px;
	color:#099DA0;
}

html.accordion-menu-js dd.ddContent{
	display:none;
}


html.accordion-menu-js dd.ddContent-expand {
	display:block;
	height:385px;
	overflow:hidden;
	background-image:url(../images/greenContent_v3.gif);
	background-repeat:repeat;
}

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


html.accordion-menu-js dt.dtTitle-expand {
	width: 476px;
	height:30px;
	background-image:url(../images/greenOver_v3.gif);
	background-repeat:no-repeat;
}

html.accordion-menu-js dd.ddContent-anim {
	overflow:hidden;
	display:block;	
}

dl.accordion-menu dd.ddContent .bd{
	background-image:url(../images/greenContent_v3.gif);
	background-repeat:repeat;
}
