/*
.m          All Sub Menu                         .m         All sub menus 
.m[level]   Sub Menu at Level x                  .m0        First level sub menus
 
.mid[id]    Sub Menu with ID x                   .mid42     DNN Admin Sub Menu 
.break      Break                                .break     All menu breaks 
.mi         Menu Item (all)                      .mi        All Menu Items 
.id         Menu Item with ID x                  .id41      Menu Item with ID 41 
.mi[path]   Menu Item in Specific Path           .mi0       First Menu Item (Home)
                                                 .mi1-0     First child of second root menu

 
.root       Root Menu Item                       .root      All root menu items 
.first      First Menu Item                      .first     First menu item in each menu
.last       Last Menu Item                       .last      Last menu item in each menu
                                                 .first.last First & Last menu item in each menu

.root.first First menu item in each menu First menu item in root only 

Menu items with only one item (both 1st and last) 

.icn        Icon                                .first.icn First Icon container in all menus 
.hov        Hover                               .root.first.hov First menu item hover 
.sel        Selected                            .m .sel Selected sub menu items 
.bc         BreadCrumb                          .m .bc Breadcrum sub menu items 
.txt        Text ()                             .m .txt Text portion of all sub menu items
Not Implemented Yet  
* All child elements .m .mi * All elements within menu item 
*/


/* Nav Menu */

/*
.m          All Sub Menu                         .m         All sub menus 
.m[level]   Sub Menu at Level x                  .m0        First level sub menus
 
.mid[id]    Sub Menu with ID x                   .mid42     DNN Admin Sub Menu 
.break      Break                                .break     All menu breaks 
.mi         Menu Item (all)                      .mi        All Menu Items 
.id         Menu Item with ID x                  .id41      Menu Item with ID 41 
.mi[path]   Menu Item in Specific Path           .mi0       First Menu Item (Home)
                                                 .mi1-0     First child of second root menu

 
.root       Root Menu Item                       .root      All root menu items 
.first      First Menu Item                      .first     First menu item in each menu
.last       Last Menu Item                       .last      Last menu item in each menu
                                                 .first.last First & Last menu item in each menu

.root.first First menu item in each menu First menu item in root only 

Menu items with only one item (both 1st and last) 

.icn        Icon                                .first.icn First Icon container in all menus 
.hov        Hover                               .root.first.hov First menu item hover 
.sel        Selected                            .m .sel Selected sub menu items 
.bc         BreadCrumb                          .m .bc Breadcrum sub menu items 
.txt        Text ()                             .m .txt Text portion of all sub menu items
Not Implemented Yet  
* All child elements .m .mi * All elements within menu item 
*/


/* Nav Menu */

#menu 
{
    color: #fff;
    height: 57px;
    /*background: #4e4e4e url(img/menu_grad.jpg) repeat-x;*/
    font: bold 100% Tahoma, Arial, Sans-Serif;
    text-transform: capitalize;
    padding: 0 0 0 0px;
    margin-top: 0px;
   /* border : 1px solid aqua;*/
}

/*The Namespace Class = .NavMenu */

/* CSSNodeRoot */
/*.main_dnnmenu_rootitem*/
.NavImageMenu .root
{
    
    padding: 0px 10px 0px 0px;
    float: right; /*place meni inside #menu*/
   /* border : 1px solid red;*/
}

.NavImageMenu .root .txt 
{
    /*background-color:;*/
    background:url(imgMenu/HeaderTabBg_mid.gif);
    float:left;
    line-height:57px;
    padding:0px 10px;
}

.NavImageMenu .root.sel .txt 
{
    /*************************/
    background:url(imgMenu/HeaderTabBg_mid_selected.gif);
    float:left;
    line-height:57px;
    padding:0px 10px;
    color:#000;
    
}
/*
.NavImageMenu .root.hov .txt 
{
   
    background:url(imgMenu/HeaderTabBg_mid_selected.gif);
    color:#000;
    
}
*/

.NavBottonMenuLeft
{
    background:url(imgMenu/HeaderTabBg_left.gif) no-repeat;
    padding:0px 13px 57px 0px;
    float:left;
     
    }    
.NavBottonMenuRight
{
    background:url(imgMenu/HeaderTabBg_right.gif) no-repeat;
    padding:0px 0px 57px 13px;
    float:left;
    
    } 
 /*   
.NavBottonMenuLeft.hov 
{
    background:url(imgMenu/HeaderTabBg_left_selected.gif) no-repeat;
    padding:0px 13px 57px 0px;
    float:left;
     
    }    
.NavBottonMenuRight.hov  
{
    background:url(imgMenu/HeaderTabBg_right_selected.gif) no-repeat;
    padding:0px 0px 57px 13px;
    float:left;
    
    }
 */     
.NavBottonMenuLeftActive
{
    background:url(imgMenu/HeaderTabBg_left_selected.gif) no-repeat;
    padding:0px 13px 57px 0px;
    float:left;
     
    }    
.NavBottonMenuRightActive
{
    background:url(imgMenu/HeaderTabBg_right_selected.gif) no-repeat;
    padding:0px 0px 57px 13px;
    float:left;
    
    }        
 /* SubMenu styleing*/
 
 .NavImageMenu .m
{
    border: 1px solid #777;
    border-top: 0;
    margin-top: 1px;
}


 .NavImageMenu .m td
{
    background-color: #009;
    padding: 5px;
    z-index:1000;
    text-align: left;
}

 .NavImageMenu .m .hov td
 {
     background-color: #03c;
     }

