﻿/* Vertical SubMenu Styles */
.VerticalSubMenuTable {
    width: 175px;
    /*margin-top: 30px;*/
}
.VerticalSubMenuTable .above_sel {
    height: 30px;
    border-bottom: solid 1px transparent;
}
.VerticalSubMenuTable .above_out {
    height: 30px;
    border-bottom: solid 1px #d0d1d1;
}

.VerticalSubMenuTable .sel, .VerticalSubMenuTable .out {
    padding: 10px 20px 9px 21px;
    width: 170px;
    line-height: 1.4em;
}
.VerticalSubMenuTable .sel, .VerticalSubMenuTable .out {
    font-weight: normal;
    font-size: 12px;
    
}
.VerticalSubMenuTable .arrow, .VerticalSubMenuTable .spacer{
    width: 5px;
}
.VerticalSubMenuTable .sel {
    color: #ffffff;
    background-color: #ff8823;
}
.VerticalSubMenuTable .arrow {
    background-color: transparent;
    background-image: url(/DesktopModules/CooperateVerticalSubMenu/images/vsubmenuarrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.VerticalSubMenuTable .out {
    color: #3e3e3e;
    border-bottom: solid 1px #d0d1d1;
    border-top: solid 1px #FFFFFF;
    background-color: transparent;
}
.VerticalSubMenuTable .out a:link, .VerticalSubMenuTable .out a:visited, .VerticalSubMenuTable .out a:active, .VerticalSubMenuTable .out a:hover {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.4em;
    text-decoration: none;
}
.VerticalSubMenuTable .out a:link, .VerticalSubMenuTable .out a:visited {
    color: #3e3e3e;
    font-style: italic;
}
.VerticalSubMenuTable .out a:active, .VerticalSubMenuTable .out a:hover {
    color: #ff8823;
    font-style: italic;
}

