div.content-inner .accordion-services{
	float: left;
	width: 100%;
    margin-top: 19px;
    margin-bottom: 19px;
}
#content .accordion-services .menu{
	border: 3px double #C8C8C8;
	float: left;
	width: 100%;
}
#content .accordion-services .menu.two, #content .accordion-services .menu.three{
	border-top: 0px;
}
#content .accordion-services .dropdown{
	padding: 20px;
	float: left;
	width: 100%;
    display: none;
    background: #fff;
}
#content .accordion-services .dropdown h2{
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
}
#content .accordion-services .dropdown p{
	color: #000;
	font-size: 0.9em;
    line-height: 150%;
}
#content .accordion-services .button{
	margin-top: 0px;
    text-shadow: none;
    border-bottom: 1px solid #C8C8C8;
    float: left;
	width: 100%;
}
#content .accordion-services .button a{
	color:#5F5F5F;
    text-decoration: none;
    font-size: 1.4em;
	font-weight: 600;
	float: left;
	width: 100%;
	padding: 16px 40px 16px 20px;
	background: url('../img/bck-button-accordion.jpg') 0px 0px repeat-x #E2E4E5;
	position: relative;
}
#content .accordion-services .button a span{
	color: #000;
	position: relative;
}
#content .accordion-services .button a span:before{
    background: url("../img/bck-active.jpg") bottom left no-repeat;
    content: '';
    float: left;
    width: 24px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
#content .accordion-services .button a:hover{
	text-shadow: none;
}
div.content-inner ul.container{
	/* The topmost UL */
	width:100%;
	margin:0 auto;
	padding:0px;
}
div.content-inner ul.container li ul{
	margin:0px;
	float: left;
	width: 100%;
}

div.content-inner ul.container li{
	/* The main list elements */
	padding:1px 0px 0px 0px;
	width:100%;
    margin: 0px 0px 1px 0px;
}

div.content-inner ul li.button a{
	/* The section titles */
	display:block;
	overflow:hidden;
	color:#5F5F5F;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}

li.button a span{
	/* This span acts as the right part of the section's background 
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;*/
}

/* Setting up different styles for each section color */

/* #content ul li.button{
	background: #F5F5F5;
	color:#5F5F5F;
	border:1px solid #DDD;
	font-weight:bold;
	border-radius:0px;
    padding: 16px 18px 16px 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
} */
#content ul li.button a:before{
	position: absolute;
	content: '';
	width: 20px;
	height: 27px;
	background:url('../img/ico-mes-accordion.png') no-repeat top right;
    background-position: top 7px right 0px;
    right: 12px;
    top: 11px;
}
#content ul li.button.active a:before{
	background:url('../img/ico-menys-accordion.png') no-repeat top right;
    background-position: top 7px right 0px;
}

/* The hover effects */



div.content-inner ul.container li.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:0px;
	width:100%;
	background:#EBEBEB;
}

div.content-inner ul.container li.dropdown li{
	/* Each element in the expandable list */
	background:#fff;
	color:#717171;
	margin:1px 0px;
	padding:5px 10px;
	font-size:0.9em;
	font-weight:bold;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.content-inner ul.container li.dropdown li a{
	color:#717171;
}