/* styling for both css and generated arrows */
.menu-item-has-children .ht-dropdown{
	position: relative;
	right: -5px;
}
.menu-item-has-children .ht-dropdown:after {
	content: '\f107';
	font-family: FontAwesome;
}
/* styling for right-facing arrows */
.menu-item-has-children ul .ht-dropdown{
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-item-has-children ul .ht-dropdown:after {
	content: '\f105';
}