.kids ul{
    margin:0;
    padding:0;
    z-index: 50;
}

.kids li{
    width:180px;
    height:40px;
    float:left;
    color:#191919;
    text-align:center;
    overflow:hidden;
    border-radius: 10px;
    z-index: 50;
   margin:5px 5px 5px 5px;   
}

.kids a{
    color:#FFF;
    text-decoration:none;
    font-size: 18px;
    z-index: 50;
}

.kids p{
    padding:0px 5px;
    z-index: 50;
}

.kids .subtext{
    padding-top:15px;
    z-index: 50;
}

/*Menu Color Classes*/
.kids .green{background:#6AA63B url('../images/kids/green-item-bg.png') top center no-repeat; z-index: 50;}
.kids .yellow{background:#FBC700 url('../images/kids/yellow-item-bg.png') top center no-repeat; z-index: 50;}
.kids .red{background:#D52100 url('../images/kids/red-item-bg.png') top center no-repeat; z-index: 50;}
.kids .purple{background:#5122B4 url('../images/kids/purple-item-bg.png') top center no-repeat; z-index: 50;}
.kids .blue{background:#0292C0 url('../images/kids/blue-item-bg.png') top center no-repeat; z-index: 50;}