.leftNavLabel {
  width: 154px;
  background-color: #000066;
  color: white;
  padding: 10px 12px;
  font: bold 12px verdana;
  text-transform: uppercase;
}
.leftNavLabel a {
  color: white;
  font: bold 12px verdana;
  text-decoration: none;
}

#ytLeftnavBar .br
{
    clear: both;
    float: none !important;
}
#ytLeftnavBar .ytB div
{
    float: left;
    margin-right: 10px;
}
#ytLeftnavBar
{
    text-align: left;
    font-family: arial;
    font-size: 11px;
    position: relative;
    z-index: 1000;
    background-color: white;
    width: 176px;
    color: black;
    font: bold 11px arial;
    border-left: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
}
#ytLeftnavBar .ytA a:link, #ytLeftnavBar .ytA a:visited
{
    text-decoration: none;
    display: block;
    color: black;
    line-height: normal;
    padding: 6px 5px;
    border-bottom: 1px solid silver;
}
#ytLeftnavBar .ytA a 
{
}
.ytA
{
    padding: 5px; padding-top: 0px; padding-bottom: 0px;
    position: relative;
    font-size: 11px;
    z-index: 2;
}
#ytLeftnavBar .ytA.selected, #ytLeftnavBar .ytA:hover
{
    background-color: #bbbbbb;
}
#ytLeftnavBar .ytA.selected a, #ytLeftnavBar .ytA a:hover {
}
.ytB
{
    border: 2px solid #bbbbbb;
    display: none;
    padding: 5px;
    padding-left: 0px;
    position: absolute;
    font-size: 11px;
    line-height: 18px;
    background-color: white;
    text-align: left;
    width: 680px;
}
.ytBClose 
{
    position: absolute;
    top: -14px;
    right: -14px;
    cursor: pointer;
}
.ytB a
{
    display: block;
}
.ytB a:link, .ytB a:visited
{
    color: #000000;
    font-family: arial;
    font-size: 11px;
    text-decoration:none;
    border: 1px solid transparent;
    font-weight: normal;
    padding-left: 20px;
}
.ytB a:hover
{
    text-decoration: underline;
    background-color: #bbbbbb;
    border: solid 1px white;
}
.ytB b a
{
    display: block;
    font-weight: bold !important;
    padding-left: 5px !important;
}

.ytSep 
{
    border-top: 2px solid #9D705A; border-bottom: 2px solid #9D705A;
    background-color: White;
}