﻿.AppSwitcherContainer {
    display: inline;
    margin-right: 40px;
    font-weight: normal;
    cursor: pointer;
}

.AppSwitcherListContainer {
    position:relative;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    font-weight: normal; 
}

.AppSwitcherList {
    position: absolute;

    white-space: nowrap;
    display:none;
    background-color: #f2f2f2;
    border: solid 1px #DDD;
    top: 10px;
    z-index: 300;
}

.AppSwitcherLink,
.AppSwitcherLink:link,
.AppSwitcherLink:visited {
    color:#444444;
    text-decoration:none;
    display:block;
    padding: 4px 8px;
}


.AppSwitcherDownArrow {
    position: relative;
    top: -2px;
    border-style: solid dashed dashed;
    border-color: transparent;
    border-top-color: #666;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
    border-width: 3px 3px 0;
    padding-top: 1px;
}
/* ExcludeAllFromPickersOutsideBlock */