.mbmenu {
    display: none;
}

/*
.menuHolder {
    height:46px;
    background: #d2edf8;
    float:left;
}

.menuHolder .container {
    margin-top:2px;
    width:99%;
}
*/

.rootVoices {
    height: 37px;
    width: 99%;
}

.rootVoices td.rootVoice, .rootVoices th.rootVoice {
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 8px;
    cursor: pointer;
}

a.rootVoice:hover {
    text-decoration: none !important;
    color: #e86131;
}

.rootVoices a.rootVoice {
}

.rootVoices a.rootVoice {
}

.rootVoices a.rootVoice span, .rootVoices a.rootVoice span {
    padding-left: 20px;
}

.rootVoices a.rootVoice.selected, .rootVoices a.rootVoice.selected {
    background: #3d87b0;
    -moz-box-shadow: #999 2px 2px 10px;
    -webkit-box-shadow: #999 2px 2px 10px;

}

.rootVoices a.rootVoice.selected span, .rootVoices a.rootVoice.selected span {
    padding-left: 20px;
}

.rootVoices td.rootVoice.disabled.selected {
    -moz-box-shadow: #ddd 2px 2px 10px;
    -webkit-box-shadow: #ddd 2px 2px 10px;
    background: #f9f9f9 !important;
    color: #1a6994;
}

.menuShadow {
    padding: 2px;
    padding-bottom: 0px;
    left: -2px;
    top: 1px;
}

.menuContainer {
    position: absolute;
    padding: 10px;
    width: auto !important;
}

.menuContainer.submenuContainer {
    border-top: none !important;
}

.menuContainer.disabled {
    -moz-box-shadow: #ddd 2px 5px 10px;
    -webkit-box-shadow: #ddd 2px 5px 10px;
    border-top: 5px solid #f9f9f9;
    background-color: #ebebeb;
}

.menuContainer .line {
    background-color: transparent;
    width: 100%;
}

.menuContainer .line.title {
    background-color: #B23305;
    font-size: 14px;
}

.menuContainer.disabled .line.title {
    background-color: #f9f9f9;
}

.menuContainer .line.title a {
    font-size: 14px;
    color: #FFF;
}

.menuContainer.disabled .line.title a {
    font-size: 14px;
    color: #1a6994;
}

.menuContainer td a {
    text-decoration: underline;
    color: #ffffff;
}

.menuContainer td.voice {
    font-size: 12px;
    padding: 4px 0;
}

.menuContainer .separator {
    background-color: #999;
    height: 1px;
    padding: 0;
    margin: 0;
}

.menuContainer td.img {
    text-align: center;
    font-size: 12px;
    color: #c3c3c3;
    background-color: transparent;
    width: 24px;
    padding: 5px;
}

.menuContainer td.img img {
    width: 20px;
}

.menuContainer .textBox {
    padding: 10px;
    font-size: 12px;
    color: #999;
}

.menuContainer .selected td {
    text-decoration: none;
    color: #333333;

}

.menuContainer .selected td a {
    text-decoration: none;
    color: #333333;

    display: block;
}

.menuContainer .disabled td, .menuContainer .disabled td a {
    color: #bbb;
}

.menuContainer .subMenuOpener {
    background-repeat: no-repeat;
    background-position: right;
}

.menuContainer .selected .subMenuOpener {
    background-repeat: no-repeat;
    background-position: right;
}

