#ctl00_E2wHeader1_E2wTopMenuCustomer1_Menu1
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: transparent;
    width: 100%;
    /*font-weight: bold;*/
}

* html .ctl00_E2wHeader1_E2wTopMenuCustomer1_Menu1
{
    height: 1%;
}

#ctl00_E2wHeader1_E2wTopMenuCustomer1_Menu1 ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    /*Top level list items*/
    #ctl00_E2wHeader1_E2wTopMenuCustomer1_Menu1 ul li
    {
        position: relative;
        display: inline;
        /*float: left;*/
    }

        /*Top level menu link items style*/
        #ctl00_E2wHeader1_E2wTopMenuCustomer1_Menu1 ul li a
        {
            display: block;
            /*background: url(images/menu_bg.jpg) top right repeat;*/
            /*background-color: #2e6199;*/
            color: white;
            padding: 4px 6px 4px 23px;
            /*border-right: 1px solid #778;*/
            /*color: #2d2b2b;*/
            text-decoration: none;
        }
        #ctl00_E2wHeader1_E2wTopMenuCustomer1_Menu1 ul li a:hover
        {
               color: #fbfbfb;
            background: #ababab !important;
        }
        * html #ctl00_E2wHeader1_E2wTopMenuCustomer1_Menu1 ul li a
        { /*IE6 hack to get sub menu links to behave correctly*/
            display: inline-block;
            /*background: url(images/menu_bg.jpg) top right repeat;*/
            background-color: #2e6199;
        }

          /*#ctl00_E2wHeader1_E2wTopMenuCustomer1_Menu1 ul li a:link, #ctl00_E2wHeader1_E2wTopMenuCustomer1_Menu1 ul li a:visited
            {
                color: white;
            }*/

            #ctl00_E2wHeader1_E2wTopMenuCustomer1_Menu1 ul li a:hover
            {
                /*background: url(images/menu_bg.jpg) top right no-repeat;*/ /*#586997; tab link background during hover state*/
                background-color:  #ababab;
                color: white;
            }

        /*1st sub level menu*/
        #ctl00_E2wHeader1_E2wTopMenuCustomer1_Menu1 ul li ul
        {
            position: absolute;
            left: 0;
            display: block;
            visibility: hidden;
            z-index: 1000;
            /*background: url(images/menu_bg.jpg) top right repeat;*/
            background-color: #2e6199;
        }

            /*Sub level menu list items (undo style from Top level List Items)*/
            #ctl00_E2wHeader1_E2wTopMenuCustomer1_Menu1 ul li ul li
            {
                display: list-item;
                /*background: url(images/menu_bg.jpg) top right repeat;*/
                background-color: black;
                float: none;
            }

                /*All subsequent sub menu levels vertical offset after 1st level sub menu */
                #ctl00_E2wHeader1_E2wTopMenuCustomer1_Menu1 ul li ul li ul
                {
                    top: 0;
                    margin-left:170px; /*Thsi is to fix sub menu overlap on parent menu*/
                }

                /* Sub level menu links style */
                #ctl00_E2wHeader1_E2wTopMenuCustomer1_Menu1 ul li ul li a
                {
                    font: normal 12px Arial,Helvetica,sans-serif;
                    width: 160px; /*width of sub menus*/
                    padding: 5px 5px 5px 23px ;
                    margin: 0;
                    border-top-width: 0;
					white-space: normal;
                    /*border-bottom: 1px solid gray;*/
                }

/*sub menus hover style*/
/*
.jqueryslidemenuz ul li ul li a:hover{
background: #eff9ff;
color: black;
}
*/

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass
{
    position: absolute;
    top: 12px;
    right: 7px;
}

.rightarrowclass
{
    position: absolute;
    top: 6px;
    right: 5px;
}
