﻿/********** HEADER MENU BAR ************/
#headerMenuBar
{
    margin:0px 0px 0px 0px;
    width:900px;
    height:45px;
}
#headerMenuBar .table
{
    width:900px;
    height:45px;
    
}
#headerMenuBar .left
{
    width:0px;
    /* background:url(/App_Themes/Casual/images/menuLeft.gif) no-repeat; */
}
#headerMenuBar .bg
{
    width:900px;
    /* background:url(/App_Themes/Casual/images/menuBg.gif) repeat-x; */
    vertical-align:top;
    text-align:left;
}
#headerMenuBar .right
{
    width:0px;
    /* background:url(/App_Themes/Casual/images/menuRight.gif) no-repeat; */
}
#headerMenuBar #divRoots
{
    width:900px;
    height:20px;
}
#headerMenuBar #divRoots div 
{
    float:left;
    /* width:180px; */
    height:20px;
    padding-top:0px;
    /* font:bold 15px arial; */
    /* color:White; */
    text-align:center;
    cursor:pointer;
    z-index:1;
}


#headerMenuBar #divRoots div.selected
{
    /* background:url(/App_Themes/Casual/images/menuSelectedA.gif) no-repeat; */
}

#headerMenuBar #divSubs
{
    width:900px;
    height:25px;
    overflow:hidden;
    position:absolute;
    z-index:2;
}
#headerMenuBar #divSubs div
{
    height:25px;
    display:none;
}
#headerMenuBar #divSubs table
{
}
#headerMenuBar #divSubs div.selected
{
    height:25px;
    display:block;
}
#headerMenuBar #divSubs div a
{
    float:left;
    /* font:bold 13px arial; */
    /* color:#2a478d; */
    text-align:center;
    padding:5px 0px 0px 0px;
    margin-top:0px;
    height:25px;
}
#headerMenuBar #divSubs div a:hover
{
  /* background:url(/App_Themes/Casual/images/menuHoverBg.gif) repeat-x; */
}
#headerMenuBar #divSubs div a.selected
{
   /* background:url(/App_Themes/Casual/images/menuSelectedBg.gif) repeat-x; */
   /* color:White; */
}

/********* END HEADER MENU BAR *********/