/*
    ==========================================================================
    XMenu - CSS Stylesheet
    ==========================================================================
*/

/*	LEVEL 1 */

.BetaLevel1Group    {
                        margin-top:0px;
                        background-image:url('/images/menu_bkg.gif');
                        background-repeat:repeat-x;
                    }

.BetaLevel1         {
                        font-family:Arial; font-size:12px; font-weight:700; color:#22256B; 
                        white-space:nowrap;
                        vertical-align:middle;
                        cursor:pointer; cursor:hand;
                        padding-left:15px; padding-right:10px; padding-top:3px; padding-bottom:3px; 
                        margin-top:0px;
                    }

.BetaLevel1Hi       {
                        font-family:Arial; font-size:12px; font-weight:700; color:#FFAE00;
                        white-space:nowrap;
                        cursor:pointer; cursor:hand;
                        padding-left:15px; padding-right:10px; padding-top:3px; padding-bottom:3px; 
                        margin-top:0px;
                    }

/*	LEVEL 2 */

.BetaLevel2Group    {                  
                        border:0;
                        border-top:#bbbbbb solid 1px;
                        border-bottom:#bbbbbb solid 1px;
                        margin:0;
                        padding:0;
                        background-color:#F3DF1B;
                    }
                                 
.BetaLevel2         {
                        border-left:#bbbbbb solid 1px; border-right:#bbbbbb solid 1px;
                        background-color:#eeeeee;
                        cursor:pointer; cursor:hand;
                        margin-top:0px;
                        width:100%;
                        height:22px;
                     }

.BetaLevel2Text     {
                        font-family:Arial; font-size:12px; font-weight:500; color:#22256B;
                        white-space:nowrap;
                        padding-left:5px; padding-right:10px;
                    }

.BetaLevel2Arrow    {
                        font-family:Times New Roman; font-size:11px; font-weight:500; color:#bbbbbb;
                        vertical-align:middle;
                        text-align:right;
                        padding-top:0px; padding-left:10px; padding-right:5px;
                        margin:0;
                    }

.BetaLevel2Hi       {
                        background-color:#FAD100;
                        cursor:pointer; cursor:hand;
                        border-left:#bbbbbb solid 1px; border-right:#bbbbbb solid 1px; 
                        margin-top:0px;
                        width:100%;
                        height:22px;
                     }

/*	LEVEL 3 */

.BetaLevel3Group     {
                        cursor:pointer; cursor:hand;
                        border-top:#bbbbbb solid 1px; border-bottom:#bbbbbb solid 1px;
                     }
                                 
.BetaLevel3Text     {
                        font-family:Arial; font-size:12px; font-weight:500; color:#22256B;
                        background-color:#22256B;
                        white-space:nowrap;
                        cursor:hand;
                        border-left:#bbbbbb solid 1px; border-right:#bbbbbb solid 1px;
                        padding-left:5px; padding-right:15px; padding-top:3px; padding-bottom:3px;
                        margin-top:0px; 
                    }

.BetaLevel3Hi       {
                        font-family:Arial; font-size:12px; font-weight:500; color:black;
                        background-color:#FAD100;
                        white-space:nowrap;
                        cursor:pointer; cursor:hand;
                        border-left:#bbbbbb solid 1px; border-right:#bbbbbb solid 1px; 
                        padding-left:5px; padding-right:15px; padding-top:3px; padding-bottom:3px;
                        margin-top:0px; 
                    }

