.pf-cssmenu-red {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    list-style-type: none;


}

.pf-cssmenu-red ul {
    _ position: absolute;
    clear: both;
    z-index:1000;
    display: none;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.pf-cssmenu-red li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
text-transform:uppercase;
}

.pf-cssmenu-red a:link,
.pf-cssmenu-red a:visited {
    _ float: left;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.pf-cssmenu-red a:hover,
.pf-cssmenu-red a:active {
}

.pf-cssmenu-red .lev2 a:link,
.pf-cssmenu-red .lev2 a:visited {
    padding: 5px 10px;
    line-height: 20px;
    * width:130px;  /* IE6 fix - sets width of submenu item to the width of "li.lev1 li" minus any padding applied to these anchors */
}

.pf-cssmenu-red .lev2 a:hover,
.pf-cssmenu-red .lev2 a:active {
  

    * width:130px;  /* IE6 fix - sets width of submenu item to the width of "li.lev1 li" minus any padding applied to these anchors */
}

.pf-cssmenu-red li:hover > ul {
    position: absolute;
    display: block;
}

.pf-cssmenu-red li.lev1:hover {
    height: auto;
}



.pf-cssmenu-red li.lev1 {
    width:auto; float:left; margin:0; padding:0; list-style:none; display:block; background:url(/templates/custom/justforkids/images/red_boder.jpg) no-repeat 0 0;
}

.pf-cssmenu-red li.lev1 li {
    float: left;
    clear: left;
    width: 178px;
    background: #cb2829;
    border-top: 1px solid #9f020b;
 
}

.pf-cssmenu-red .lev2 ul {
    margin: -21px 0px 0px 150px;
    display: none;
    position: absolute;
}

.pf-cssmenu-red .lev2 li {
    * margin: 0px 0px -1px 0px;
}

.pf-cssmenu-red ul.active_sub_menu {
    display: block;
}


