Help setting ACL's

Folks,

Solaris 10 issue

When I add a new directory to a path, I only get the "group@" line in the ACL

The parent directory ACL is

drwxrws---+ 12 root     teama      12 Jul 18 10:31 .
            owner@:rwxp-DaARWc---:------:allow
            group@:rwxp-DaARWc--s:fd----:allow
         everyone@:------a-R-c--s:------:allow

I want to make sure that those in subsequent sub directories can have the same premsissions, i.e., under the parent, they will all have the same group line as above.

But on doing "mkdir newdir", I'm getting -

root@server > ls -dV newdir
d---rws---+  2 usera   teama         2 Jul 18 10:24 newdir
            group@:rwxp-DaARWc--s:fd----:allow

No "user" row or "everyone" row.

d---rws---+  2 usera teama         2 Jul 18 10:24 newdir
            group@:rwxp-DaARWc--s:fd----:allow

Edit -
I should have added that if I don't have the 'fd' in, the directory created includes "user" and "everyone" rows in the acl.

root@server > ls -dV newdir1

drwxrwsr-x   2 root     teama         2 Jul 18 10:44 newdir1
            owner@:rwxp-DaARWcCos:------:allow
            group@:rwxp-DaARWc--s:------:allow
         everyone@:r-x---a-R-c--s:------:allow