﻿.AppSwitcherContainer {
    display: inline;
    margin-right: 40px;
    font-weight: bold;    
}

.AppSwitcherListContainer {
    position:relative;
    display:inline-block;
    *display:inline;
    font-weight: normal;    
}

.AppSwitcherList {
    position: absolute;
    
    white-space: nowrap;
    display:none;
    background-color: #D3D3D3;
    border: solid 1px #CCC;
}

.AppSwitcherContainer:hover .AppSwitcherList {
    display:block;
}

.AppSwitcherLink,
.AppSwitcherLink:link,
.AppSwitcherLink:visited {
    color:#444444;
    text-decoration:none;
    display:block;
    padding: 4px 8px;
}

/* ExcludeAllFromPickersOutsideBlock */