.drop2
{
	background:none;
	width: 263px;
	margin:0;
	padding:0;
	color: white;
	padding-top:10px
}
.drop2 ul {padding:0}
.drop2 h3 {}
.drop2 > ul > li > h3 > a 
{
background:url(../images/menu_t.png);
height:47px;
padding-left:60px;
padding-top:12px;
font-size:20px;
color:#FFF;
text-transform:uppercase;
width: 263px;
display:block;
font-family:'Titillium Web',sans-serif;
margin-bottom:10px;
font-weight:normal
}

.drop 
{
	background:none;
	width: 263px;
	margin:0;
	padding:0;
	color: white;
	margin-bottom:40px
}
.drop ul {padding:0;display:none}
.drop h3 {}

.drop h3 a {
	padding: 13px 10px;
	font-size: 15px;
	line-height: 15px;
	display: block;
	color: #646464;
	text-decoration: none;
	font-weight:normal;
	position:relative;
	width:263px;
	box-sizing:border-box;
	font-family:'Titillium Web',sans-serif;
	border-bottom:#e8e8e8 1px solid;
	position:relative;
	font-weight:600;
	text-transform: uppercase;
}
.drop > li> h3 > a:after {
	content: "+";
	font-family:'Titillium Web',sans-serif;
	position: absolute; 
	right: 14px; top: 11px;

}

.no_sub > h3 > a:after {
	content: "" !important;
}
.no_line  a {
	border-bottom:#e8e8e8 0px solid !important;
	padding: 7px 10px !important;
	font-weight: 300 !important;
	font-size: 13px !important;
	line-height: 13px !important;
}

.drop h3 a:hover {
	color: #000;
}

.drop h3:hover {
	---text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

.drop h3 span {
	font-size: 16px;
	margin-right: 10px;
}

.drop li {
	list-style-type: none;
}
/* .drop ul li a:after
{
	content: "\f105";
	font-family: fontawesome;
	position: absolute; 
	right: 0px; top: 4px;

} */


.drop ul ul li a, .drop h4 {
	color:#646464;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0;
	margin: 0;

	transition: all 0.15s;
	position: relative;
}

.drop ul ul li a:hover {
	color: #000;
}

.drop ul ul {
	display: none;
}
.drop li.active>ul {	
	display: block;
	padding-left: 10px;
}
.drop li.active>ul li a{
	width:253px
}

.drop ul ul ul{
	margin-left: 15px; border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

.drop a:not(:only-child):after {
	content: "\f104";
	font-family: fontawesome;
	position: absolute; right: 10px; top: 0;
	font-size: 14px;
}
.drop .active>a:not(:only-child):after {
	content: "\f107";
}