/* ************************************************************************************* */
/* General Styles ********************************************************************** */

body {
    background: none;
}

/* ************************************************************************************* */
/* Main navigation (level1 + level2) *************************************************** */

div#naviMain div.hmenu {

    background: url(../images/fries_kids.jpg) 0 19px no-repeat; 

}

div#naviMain ul.level1 {
    background: none;

}

/* We set the bg color of the subnavigation */
div#naviMain ul.level2 {
	right: 0px;
    width: 113px;
    background: url(../images/kids_subnavi_bg.jpg);
}

/* We set the color and bg for the active state */
div#naviMain ul.level2 li.act a,
div#naviMain ul.level2 li.cur a {
	color: #000000;
    background: url(../images/kids_subnavi_bg_act.jpg);
}

/* The graphical HEADER */
div#graphHeader {
    position: absolute;
    z-index: 1000;
    top: 53px;
    left: 0;
}

/* ************************************************************************************* */
/* IE HACKS **************************************************************************** */
div#kidsContent {
    *margin: -1px 0 0 0;
}

