.drawer
{
	width:100%;
	
}
.accordion_submenu-item
{
}
.accordion_submenu-item-active .accordion_submenu-header
{
	background:#fff;
	transition:.25s;
   
}
.accordion_submenu-item-active .accordion_submenu-header-icon
{
	color:#00497B;
}
.accordion_submenu-item-active .accordion_submenu-header h1
{
	color:#00497B;
    font-weight: bold;
    border: none;
    border-bottom: solid 2px #00497B;
       
}
.accordion_submenu-header
{
	background:#fff;
	cursor:pointer;
	min-height:20px;
	transition:.25s;
    color: #722;
}



.accordion_submenu-header h1
{
	float:left;
	font-size:12px;
	font-weight: normal;
	border-bottom: dotted 2px #00497B;
	color:#00497B;
    margin: 0;
    padding: 0 0 3px 0;
}

.accordion_submenu-header h1:hover {
    border-bottom: solid 2px #722;
    color: #722;
}





.accordion_submenu-content
{
	
	display:none;
	padding:0px;
	color:#00497B;
	background:#fff;
	font-size:12px;
	line-height:1.45em;
    width: 481px;
	
    
}
.accordion_submenu-content p
{
	margin:0;
	margin-bottom: 3px;
}


