.nav-main
{
    left: 34px;
    position: absolute;
    top: 101px;
    height: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 5;
}

.nav-main li
{
    display: block;
    float: left;
    height: 28px;
    position: relative;
}

.nav-main li:first-child
{
    padding-left: 0;
}

.nav-main .active,
.nav-main a:hover
{
    background-color: #333;
    color: #FFF;
}

.nav-main a
{
    background-color: #FFF;
    color: #333;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 4px;
    text-decoration: none;
    vertical-align: middle;
}

.msie6 .nav-main a,
.msie7 .nav-main a,
.msie8 .nav-main a
{
    line-height: 27px;
}


/* --------------------- SECOND Level --------------------- */
.nav-main ul
{
    list-style: none;
    visibility: hidden;
    position: absolute;
    height: 28px;
    margin: 0;
    height: 32px;
    width: 600px;
    top: 28px;
}

.nav-main li li
{
    padding-top: 4px;
    /* workaround to fix IE bug */
    background-image: url(../../../img/palette/1x1_trans.gif );
}

.nav-main li:hover > ul,
.nav-main ul:hover
{
    visibility:visible;
}


.nav-main ul a
{
    background-color: #333;
    color: #FFF;
}

.nav-main ul .active,
.nav-main ul a:hover
{
    background-color: #FFF;
    color: #333;
}


/* END: Main Nav */
/* --------------------------------------------------------------------------------------- */

/* --------------------- Main BMW Navigation --------------------- */
#mainNavi
{
    background: none repeat scroll 0 0 transparent;
    height: 101px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 919;
}

#mainNavigationIFrame
{
    background-color: transparent;
    height: 101px;
    overflow: hidden;
    width: 100%;
}
