﻿
.sites #ahla-intersitenav-root
{
    float: right;
}

/* remove all the bullets, borders and padding from the default list styling */
.sites ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.sites li
{
    float: left;
    position: relative;
    color: #99ccff;
}


    /********************************/
    /* START Individual menu styles */
    /********************************/
    .sites li#intersitenavlevel01_1
    {
        padding-right: 20px;
        color: #99ccff;
    }


    .sites li#intersitenavlevel01_2
    {
        padding-right: 20px;
        color: #99ccff;
    }
/******************************/
/* END Individual menu styles */
/******************************/



/* hide the sub levels and give them a positon absolute so that they take up no room */
.sites ul ul
{
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 27px;
    left: 0;
    /*width:200px;*/
}

    /* position the third level flyout menu */
    .sites ul ul ul
    {
        left: 150px;
        top: 0;
    }
        /* position the third level flyout menu for a left flyout */
        .sites ul ul ul.left
        {
            left: -150px;
        }

/* style the table so that it takes no ppart in the layout - required for IE to work */
.sites table
{
    position: absolute;
    top: 0;
    left: 0;
}

.sites
{
    /*	color:#99ccff;*/
    text-align: right;
    float: right;
    margin-right: 1px;
    margin-top: 16px;
    font: bold 11px Arial,Helvetica,sans-serif;
    width: 240px;
    padding-left: 9px;
    /*	background: url(../images/menu/menu-arrowwhite.gif) no-repeat left center;*/
}

    .sites a, .sites a:visited, .sites a:link
    {
        color: White;
        padding-left: 9px;
        text-decoration: none;
        /*   background: url(../images/menu/menu-arrowwhite.gif) no-repeat left center;*/
    }

        .sites a:hover
        {
            text-decoration: none;
            padding-left: 9px;
            /*  background: url(../images/menu/menu-arrowwhite.gif) no-repeat left center;*/
        }
#ctl00_LoginView1_Hyperlink2 a, #ctl00_LoginView1_Hyperlink2 a:visited, #ctl00_LoginView1_Hyperlink2 a:link
{
    color: White;
}
