/*	
================================
CSS by the XD Design team - http://www.xd.com.au
================================
*/

/* for customised menu colours */
.main_dnnmenu_container
{
    background: transparent;
    width: auto;
}
.main_dnnmenu_itemhoverroot td
{
}
.main_dnnmenu_item td
{
    /* Add TD if yes for tables option for menu */
    cursor: auto;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    background: Transparent;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    white-space: nowrap;
    height: 25px;
}

.main_dnnmenu_itemhover
{
    /*color: inherit;*/
    color: #ffffff;
    background: transparent; /*padding: 0px 12px 0px 5px;*/
    height: 25px;
}
.main_dnnmenu_itemhover td
{
    color: #333333;
    height: 25px;
}

/* changing padding here to give more space on sub menu text - check browsers for behaviour */
.main_dnnmenu_submenu
{
    background-color: #ffbe71;
    z-index: 1000;
    cursor: padding: 2px 3px 2px 3px; /* creates spacing between sub-menu items */
}
.MainMenu_MenuBreak
{
    background: transparent;
    color: #333333;
    font-family:  Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
.Normal
{
    font-family:  Tahoma, Verdana;
    font-size: 11px;
}

.MainMenu_MenuBar TD
{
    cursor: pointer;
    cursor: hand;
    height: 16;
}
.MainMenu_MenuItem
{
    color: #666666;
    font-family: Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white;
    background: transparent;
    height: 25px;
    padding: 1px;
}

/* Menu */
.ActiveRootTab TD
{
    width: 150px;
    color: green;
    font-family:  Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    background: transparent;
    text-align: center;
}
/* Top level item */
.RootTab TD
{
    width: 150px;
    height: 25px;
    font-family:  Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: transparent;
    text-align: center;
}
/* Top level Hover item */
.SelectedRootTab TD
{
   width: 150px;
    color: #3366cc;
    /*height: 40px;*/
    font-family: Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    background: transparent;
    text-align: center;
    /*background: url(pix/menu_hover.gif);*/
}

.BreadcrumbRootTab TD
{
    width: 150px;
    font-family:  Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #efefef;
    height: 25px;
    text-align: center;
}
.ActiveSubTab
{
    background-color: #FEA203;
    color: red;
    font-family:  Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
}
.SubTab
{
    background: #ffffff;
    color: #000000;
    font-family:  Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
}
.SelectedSubTab
{
    background: #C14337;
    color: #000000;
    font-family:  Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
    height: 25px;
    
}
.BreadcrumbSubTab
{
    background: transparent;
    color: green;
    font-family:  Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
}

/* this is the colour in the dropdown menu */
.MainMenu_SubMenu td
{
    width: 140px;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background: #404040;
    font-family:  Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    height: 25px;
    padding: 2px;
}
.MainMenu_MenuItemSel
{
    background: transparent;
    color: #FEA203;
    font-family:  Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    height: 25px;
    padding: 2px;
}
.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow
{
    display: none;
}



