.level2{
        width:100%;
        background:#272727 url(../images/bg_18x40.gif) repeat-x center top;
        margin-left:auto;
        margin-right:auto;
        height: 40px;
        z-index:5000;
       	position: relative;
}
/* Minimum height for compliant browsers */
html>body .level2 {
        height: auto !important;
       	min-height: 40px;
}

#level2_default_bg {
       	background:url(../images/menu-bg_974x40.jpg) no-repeat right top;
       	width: 974px;
     	height: 40px;
        z-index:5000;
}
/* Minimum height for compliant browsers */
html>body #level2_default_bg {
       	height: auto !important;
        min-height: 40px;
}



