
/* Sub Menu */
.sf-js-enabled .menu-item ul{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
    border-top-width:0px !important;
	transform:translatex(0px) translatey(0px) !important;
}

/* Link */
.tracked-pos .menu-item a{
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
}