.accordion-menu ul{
	width:98%;
	margin:0; padding:0;
}

.accordion-menu li{
	list-style-type:none;
}

.accordion-menu a.menuitem{
	display:block;
	width:auto;
	height:20px;
	padding:2px 0 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #f97811;
	text-decoration: none;
	font-weight: bold;
}
	
.accordion-menu a.menuitem:visited, .accordion-menu .menuitem:active{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #f97811;
	text-decoration: none;
	font-weight: bold;
}
.accordion-menu a.menuitem:hover{
	background:#E6E6E6;
}
.accordion-menu ul.submenu{
	width:auto;
	list-style-type:none;
}
.accordion-menu ul.submenu li{
	text-indent:5px;
	display:block;
	width:auto;
}
.accordion-menu ul.submenu li a{
	text-indent:5px;
	display:block;
	width:auto;
	padding:2px 0 2px 5px;
	height:20px;
	color: #6e9010;
	text-decoration: none;
	font-size: 11px;
}
.accordion-menu ul.submenu li a:hover{
	text-decoration: none;
}
.activemenu{
	display:block;
	width:auto;
	padding:3px 0 3px 5px;
	color: #f97811;
	text-decoration: none;
	font-weight: bold;
	height:20px;
	
}
.accordion-menu ul.submenu li a.activemenu{
	display:block;
	width:auto;
	padding:2px 0 2px 5px;
	text-indent:5px;
	color: #6e9010;
	text-decoration: none;
	font-size: 11px;
	height:20px;
	
}
#active-submenuheader{
	display:block;
	width:auto;
	padding:3px 0 3px 5px;
	color: #f97811;
	text-decoration: none;
	font-weight: bold;
	height:20px;
}	