.aboutMenuList {
	display: flex;
	justify-content: center;
}

.aboutMenu {
	background: #FBF7F7;
}

.aboutMainmenu {
	border-bottom: 1px solid #5546B6;
}


.aboutMenuListItem {
	color: #A4A4A4;
	font-size: 17px;
line-height: 20px;
cursor:pointer;

}

.aboutMainmenuListItem {
font-weight: bold;

padding: 31px 15px 16px 15px;
border-bottom: 4px solid transparent;
}

.aboutSubmenuListItem {
	padding-right: 8px;
margin: 16px 8px 30px 0px;
border-right: 1px solid #9C9B9B;
}
.aboutMenuListItem:hover {
	color: #A29AD2;
}
.aboutMainmenuListItem:hover {
	border-color: #A29AD2;
}



.aboutSubmenuListItem:last-of-type, .aboutSubmenuListItem:first-of-type {
	border-right: none;
}


.aboutMenuListItemActive {
	color: #5546B6;
}

.aboutSubmenuListItemActive {
}

.aboutMainmenuListItemActive {
	border-color: #5546B6;
}





