div #menuWrapper
{
    width: 990px
}

#mainMenu
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: url(../images/menu_bg.png) no-repeat;
    width: 990px;
    height: 114px;
    display: block;
    position: relative
}

#mainMenu .menuItem a
{
    display: block;
    float: left;

}

#magic-line-two { position: absolute; top: 0; left: 0; width: 100px; background:url(../images/menu_bg_active.png); }

#mainMenu .menuItem
{
    display: inline;
    /*
            display: block;
            float: left;
            margin-bottom: 0px;
            padding: 0px;

    */
}


/*
#topMenu .menuItem a
{
color:#BBBBBB;
display:block;
float:left;
font-size:14px;
padding:6px 10px 4px;
position:relative;
text-decoration:none;
text-transform:uppercase;
z-index:200;
}
*/

#mainMenu #foundation a
{
    background: url(../images/menuItem_skoll.png) no-repeat;
    width:174px;
    height:116px;
}
#mainMenu #foundation a:hover
{
    background: url(../images/menuItem_skoll_rollover.png) no-repeat;
}
#mainMenu #foundation .active
{
    background: url(../images/menuItem_skoll_active.png) no-repeat;
    width:174px;
    height:116px;
    display: none;
}

#mainMenu  #global .active
{
    background: url(../images/menuItem_global_active.png) no-repeat;
    width:207px;
    height:116px;
    display: none;
}

#mainMenu  #global a
{
    background: url(../images/menuItem_global.png) no-repeat;
    width:207px;
    height:116px;
}

#mainMenu #global a:hover
{
    background: url(../images/menuItem_global_rollover.png) no-repeat;
}

#mainMenu  #world a
{
    background: url(../images/menuItem_forum.png) no-repeat;
    width:221px;
    height:116px;
}

#mainMenu  #world .active
{
    background: url(../images/menuItem_forum_active.png) no-repeat;
    width:221px;
    height:116px;
    display: none;
}

#mainMenu  #world a:hover
{
    background: url(../images/menuItem_forum_rollover.png) no-repeat;
}

#mainMenu  #participant a
{
    background: url(../images/participant_103114_r2.jpg) no-repeat;
    width:204px;
    height:116px;
}

#mainMenu  #participant .active
{
    background: url(../images/participant_active_103114.jpg);
    width:205px;
    height:116px;
    margin-left: -1px;
    display: block;
    display: none;
}

#mainMenu  #participant a:hover
{
    background: url(../images/participant_hover_103114_r2.jpg) no-repeat;

}

#mainMenu  #takepart a
{
    background: url(../images/takepart_103114_r2.jpg) no-repeat;
    width:184px;
    height:116px;
}

#mainMenu  #takepart a:hover
{
    background: url(../images/takepart_hover_103114.jpg) no-repeat;

}


#mainMenu  #takepart .active
{
    background: url(../images/takepart_active_103114.jpg) no-repeat;
    width:184px;
    height:116px;
    display: block;
    display: none;
}