/* Sidebar Primary Menu *******************************************************/
#sidebar {
    position: relative;
    z-index: 2;
}

#sidebar menu.primary {
    position: relative;
    margin: 0 0 16px;
    padding: 0 1px;
}

#sidebar menu.primary li {
    position: relative;
    z-index: 4;
    display: block;
    padding: 1px 0 0;
    border-bottom: 1px solid #c9c9c9;
}

#sidebar menu.primary li + li {
    padding-top: 0;
    border-top: 1px solid #f0f0f0;
}

#sidebar menu.primary li a {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 10px 30px 8px;
    color: #4e4c4c;
    text-decoration: none;
    font: normal 13px/16px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    z-index: 5;
}

#sidebar menu.primary li a,
#sidebar menu.primary li a .jQueryTextShadow {
    width: 158px !important;
}

#sidebar menu.primary li + li a {
    padding-top: 8px;
}

#sidebar menu.primary li.last-child {
    padding-bottom: 1px;
    border-bottom-width: 0;
}

#sidebar menu.primary li.last-child a {
    padding-bottom: 10px;
}

/* li:first-child == li:last-child */
#sidebar menu.primary div.bg + li.last-child {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom-width: 0;
}

#sidebar menu.primary div.bg + li.last-child a {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* img */
#sidebar menu.primary li a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;

    height: 100%;
    z-index: -1;
}

#sidebar menu.primary li.active a img,
#sidebar menu.primary li a:hover img {
    display: block;
}

/* Active */
#sidebar menu.primary li.active {
    border-top-style: none;
    border-bottom-style: none;
}

#sidebar menu.primary li.active a {
    color: #353535;
    padding-bottom: 9px;
}

#sidebar menu.primary li + li.active a {
    padding-top: 9px;
    padding-bottom: 9px;
}

#sidebar menu.primary li.last-child.active a {
    padding-bottom: 10px;
}

#sidebar menu.primary li.before-active {
    border-bottom-color: #b6b6b6;
}


/* Hover */
#main #sidebar menu.primary li:hover {
    border-top-color: #fff;
    border-top-style: solid;
    border-bottom-style: solid;
}

#sidebar menu.primary li a.hover,
#sidebar menu.primary li.active a.hover {
    color: #141414;
    border-top-color: #fff;
}

#main #sidebar menu.primary li + li.active a:hover .jQueryTextShadow {
    top: 3px !important;
}

#sidebar menu.primary li.active:hover a {
    padding-bottom: 8px;
}

#sidebar menu.primary li + li.active:hover a {
    padding-top: 8px;
    padding-bottom: 8px;
}

#sidebar menu.primary li.last-child.active:hover a {
    padding-bottom: 10px;
}

#sidebar menu.primary li.before-active.before-hover {
    border-bottom-color: #c9c9c9;
}

/* Sidebar Primary Menu Icons *************************************************/
#sidebar menu.primary li.icon a {
    position: relative;
}

#sidebar menu.primary li.icon a i {
    position: absolute;
    top: 9px;
    left: 7px;
    display: block;
    width: 22px;
    height: 17px;
    background: url(/img/icons.png) no-repeat;
}

#sidebar menu.primary li.icon.partners a i {
    background-position: 0 -3px;
}

/* Sidebar Primary Menu Corners ***********************************************/
#sidebar menu.primary span.corner-tl,
#sidebar menu.primary span.corner-tr,
#sidebar menu.primary span.corner-bl,
#sidebar menu.primary span.corner-br {
    position: absolute;
    z-index: 5;
    display: block;
    width: 51%;
    height: 3px;
    background: url(/img/sidebar-menu-corners.png) no-repeat;
}

#sidebar menu.primary span.corner-tl {
    top: 0;
    left: 0;
    background-position: left top;
}

#sidebar menu.primary span.corner-tr {
    top: 0;
    right: 0;
    background-position: right top;
}

#sidebar menu.primary span.corner-bl {
    bottom: 0;
    left: 0;
    background-position: left bottom;
}

#sidebar menu.primary span.corner-br {
    right: 0;
    bottom: 0;
    background-position: right bottom;
}

/* Sidebar Primary Menu Background ********************************************/
#sidebar menu.primary > div.bg {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    left: 0;
    display: block;
    z-index: -1;
}

#sidebar menu.primary > div.bg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#sidebar menu.primary > div.bg span {
    position: absolute;
    left: 0;
    width: 100%;
    background: url(/img/sidebar-menu-v.png) no-repeat;
}

#sidebar menu.primary > div.bg span.top {
    top: -4px;
    height: 4px;
    background-position: top;
}

#sidebar menu.primary > div.bg span.bottom {
    bottom: -4px;
    height: 4px;
    background-position: bottom;
}

/* Sidebar Secondary Menu *****************************************************/
#sidebar menu.secondary {
    margin: 0 0 16px;
}

#sidebar menu.secondary li {
    position: relative;
    display: block;
    margin: 0 20px 0 30px;
    padding: 5px 0 4px;
    border-bottom: 1px dashed #d9d9d9;
}

#sidebar menu.secondary li.parent {
    padding-bottom: 0;
    border-bottom: none;
}

#sidebar menu.secondary li i {
    position: absolute;
    top: 7px;
    left: -16px;
    display: block;
    width: 5px;
    height: 9px;
    background: url(/img/arrows.gif) no-repeat 0 0;
}

#sidebar menu.secondary li a {
    display: inline-block;
    color: #4a4a4a;
    text-decoration: none;
    font: normal 11px/14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

#sidebar menu.secondary li.active > a,
#sidebar menu.secondary li a:hover,
#sidebar menu.secondary li a:active {
    color: #154578;
}

#sidebar menu.secondary li menu {
    margin: 4px 0 0;
    border-top: 1px dashed #d9d9d9;
}

#sidebar menu.secondary li menu li {
    margin-right: 0;
    margin-left: 14px;
}

#sidebar menu.secondary li menu li.last-child {
    border-bottom: 1px dashed #d9d9d9;
}

#sidebar menu.secondary li menu li i {
    left: -14px;
}

#sidebar menu.secondary > li.last-child,
#sidebar menu.secondary > li.last-child:first-child,
#sidebar menu.secondary > li.last-child menu li.last-child {
    border-bottom: none;
}

/* Secondary Menu More ********************************************************/

#sidebar menu.secondary {
    margin: 0;
    background: #FFF;
}

#sidebar menu.secondary li{
    margin:0;
    padding:0;
    border:none !important;
    border-bottom: 1px dashed #d9d9d9 !important;
}

#sidebar menu.secondary li.last-child{
    border-bottom: none !important;
}

#sidebar menu.secondary li + li {
    border:none !important;
    border-bottom: 1px dashed #d9d9d9 !important;
}

#sidebar menu.secondary li i {
    top: 10px;
    left: 15px;
    z-index: 300;
}

#sidebar menu.secondary li menu li i {
left: 12px;
}

#sidebar menu.secondary li img {
    display:none !important;
}

#sidebar menu.secondary li:hover{
    border:none !important;
    border-bottom: 1px dashed #d9d9d9 !important;
}

#sidebar menu.secondary li.last-child:hover{
    border:none !important;
}

#sidebar menu.secondary li.active:hover a, #sidebar menu.secondary li + li.active:hover a{
    padding: 9px 30px 9px !important;
}

#sidebar menu.secondary li a{
    padding: 9px 30px 9px !important;
}


/* Sidebar Menu Years *********************************************************/
#sidebar menu.years {
    overflow: hidden;
    margin: 0 0 16px;
}

#sidebar menu.years li {
    position: relative;
    float: left;
    display: block;
    margin: 0 14px 0 32px;
    padding: 5px 0 4px;
    border-bottom: 1px dashed #d9d9d9;
}

#sidebar menu.years li i {
    position: absolute;
    top: 7px;
    left: -17px;
    display: block;
    width: 5px;
    height: 9px;
    background: url(/img/arrows.gif) no-repeat 0 0;
}

#sidebar menu.years li a {
    display: inline-block;
    width: 25px;
    height: 14px;
    color: #4a4a4a;
    text-decoration: none;
    font: normal 11px/normal Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

#sidebar menu.years li.active a,
#sidebar menu.years li a:hover,
#sidebar menu.years li a:active {
    color: #154578;
}

/* Sidebar Menu Years More ********************************************************/

#sidebar menu.years {
    margin: 0;
padding:20px 0;
    background: #FFF;
}

#sidebar menu.years li img {
    display:none !important;
}

#sidebar menu.years li{
    border:none !important;
    border-bottom: 1px dashed #d9d9d9 !important;
    margin: 0 14px 0 32px;
    padding: 0px;
}
#sidebar menu.years li a {
    width: 25px !important;
padding: 4px 0 !important;
}


/* Sidebar Question button ****************************************************/
#sidebar a.question {
    position: relative;
    display: block;
    margin: 0 10px 16px 0;
    padding: 7px 0 8px 20px;
    height: 11px;
    background: url(/img/button-sidebar-question.png) no-repeat left top;
    color: #fff;
    text-decoration: none;
    font: normal 11px/11px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

#sidebar a.question span.left {
    display: block;
    padding: 0 0 0 23px;
    height: 100%;
    background: url(/img/arrows.gif) no-repeat 0 1px;
}

#sidebar a.question span.right {
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100%;
    background: url(/img/button-sidebar-question.png) no-repeat right top;
}

#sidebar a.question:hover {
    background-position: left bottom;
}

#sidebar a.question:hover span.right {
    background-position: right bottom;
}

/* Support button ****************************************************/
a.support {
    position: relative;
    display: block;
    margin: 0 10px 16px 0;
    padding: 7px 0 8px 20px;
    height: 11px;
    background: url(/img/button-sidebar-question.png) no-repeat left top;
    color: #fff;
    text-decoration: none;
    font: normal 11px/11px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

a.support span.left {
    display: block;
    padding: 0 0 0 23px;
    height: 100%;
    background: url(/img/arrows.gif) no-repeat 0 1px;
}

a.support span.right {
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100%;
    background: url(/img/button-sidebar-question.png) no-repeat right top;
}

a.support:hover {
    background-position: left bottom;
}

a.support:hover span.right {
    background-position: right bottom;
}


/* Sidebar Right **************************************************************/
#sidebar-right {
    background: #efefef;
    font: normal 11px/14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

#sidebar-right > * {
    padding-right: 14px;
    padding-left: 14px;
}

#sidebar-right > span.top {
    display: block;
    width: 100%;
    height: 10px;
    background: #fff url(/img/sidebar-right.png) no-repeat left top;
}

#sidebar-right h5 {
    margin: 17px 0 9px;
}

#sidebar-right .block {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
}

#sidebar-right > a.bottom {
    display: block;
    padding-top: 7px;
    padding-bottom: 10px;
    height: 14px;
    background: #fff url(/img/sidebar-right.png) no-repeat left bottom;
}