#menubar
{
    height:67px;
    position:relative;
    padding-top:138px;
    z-index:500;
}

/*.main_dnnmenu_rootitem
{
    height: 35px;
    color:#ffffff;
    display:inline-block;
    font-size:13pt;
    padding-left:15px;
    padding-right:30px;
    margin-bottom:3px;
    background-image:none!Important;
}*/

.main_dnnmenu_rootitem
{
    height: 67px;
    color:#ffffff;
    display:inline-block;
    font-size:13pt;
    background-image:none!Important;
    margin-left:-15px;
}

.main_dnnmenu_rootitem:first-child
{
    margin-left:0px;
    padding:0;
}

.main_dnnmenu_rootitem:first-child span.icn
{
    width:9px;
    background-position:right top;
}

.main_dnnmenu_rootitem span.icn
{
    background-image:none;
    background-repeat:no-repeat;
    display:inline-block;
    height:66px;
    padding:0;
    width:28px;
}

.main_dnnmenu_rootitem span
{
    background-image:none;
    background-repeat:no-repeat;
    background-position:right top;
    display:inline-block;
    height:35px;
    margin-bottom:-18px;
    padding:32px 40px 0 5px;
}



.main_dnnmenu_rootitem_selected
{
    height: 67px;
    color:#000000;
    display:inline-block;
    font-size:13pt;
    background-image:none!Important;
    margin-left:-15px;
}

.main_dnnmenu_rootitem_selected:first-child
{
    margin-left:0px;
    padding:0;
}

.main_dnnmenu_rootitem_selected:first-child span.icn
{
    width:9px;
    background-position:right top;
}

.main_dnnmenu_rootitem_selected span.icn
{
    background-image:url(images/menu-left.png);
    background-repeat:no-repeat;
    display:inline-block;
    height:66px;
    padding:0;
    width:28px;
}

.main_dnnmenu_rootitem_selected span
{
    background-image:url(images/menu-right.png);
    background-repeat:no-repeat;
    background-position:right top;
    display:inline-block;
    height:35px;
    margin-bottom:-19px;
    padding:32px 40px 0 5px;
}

.main_dnnmenu_rootitem_hover
{
    height: 67px;
    color:#000000;
    display:inline-block;
    font-size:13pt;
    background-image:none!Important;
    margin-left:-15px;
}

.main_dnnmenu_rootitem_hover:first-child
{
    margin-left:0px;
    padding:0;
}

.main_dnnmenu_rootitem_hover:first-child span.icn
{
    width:9px;
    background-position:right top;
}

.main_dnnmenu_rootitem_hover span.icn
{
    background-image:url(images/menu-left.png);
    background-repeat:no-repeat;
    display:inline-block;
    height:66px;
    padding:0;
    width:28px;
}

.main_dnnmenu_rootitem_hover span
{
    background-image:url(images/menu-right.png);
    background-repeat:no-repeat;
    background-position:right top;
    display:inline-block;
    height:35px;
    margin-bottom:-19px;
    padding:32px 40px 0 5px;
}

.main_dnnmenu_submenu 
{
    border-left: solid 2px #49982B;
    border-right: solid 2px #49982B;
    border-bottom: solid 2px #49982B;
    border-top: solid 0px #ffffff;
    display:block;
    cursor: pointer;
    cursor: hand; 
    color:#000000;
    background-color:#ffffff;
    z-index:1000;
    margin:0;
}

.m1
{
    border: solid 2px #98C238!important;
    margin-left:2px;
}

.main_dnnmenu_submenu td
{
    z-index:100;
}

.main_dnnmenu_submenu tr td span:hover 
{
    color:#E24A00;
}

.main_dnnmenu_submenu tr td span
{
    font-size:10pt;
}

.main_dnnmenu_item td span, .main_dnnmenu_itemselected td span
{
    padding: 5px;
    display:block;
    z-index:1000;
}

.main_dnnmenu_item td, .main_dnnmenu_itemselected td
{
    min-width:15px;
}