/* r.a.d.menu WebBlue skin */

.RadMenu_ChasingTheShadow
{
    padding: 0 0px;
    background: #d5d9de url( 'img/MenuBackground.gif' );
    line-height: 23px;
}

.RadMenu_ChasingTheShadow .link
{
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-align: left;
    line-height: 23px;
    width: 150px;
}

.RadMenu_ChasingTheShadow .link:hover, .RadMenu_ChasingTheShadow .focused, .RadMenu_ChasingTheShadow .expanded
{
    
    color: #AEB6CD;
    font-weight: bold;
    cursor:pointer;
}

.RadMenu_ChasingTheShadow .text
{
    font-size: 11px;
    padding: 0px 24px;
}

.RadMenu_ChasingTheShadow .group
{
    border: solid 1px #d2d8de;
    border-top: 0px;
    border-bottom: 0px;
}

.RadMenu_ChasingTheShadow .group .link
{
    background: #f0f2f4;
    border-top: solid 1px #f6f7f9;
    border-bottom: solid 1px #dde1e4;
    border-left: 0px;
    border-right: 0px;
    width: auto;
    text-align: left;
    color: #333;
    min-width: 150px;
}

.RadMenu_ChasingTheShadow .group .text
{
    padding-left: 12px;
    font-weight: normal;
    padding-right: 60px;
}

.RadMenu_ChasingTheShadow .group .link:hover, .RadMenu_ChasingTheShadow .group .focused, .RadMenu_ChasingTheShadow .group .expanded
{
    background: white;
    color: #5984a2;
    font-weight: normal;
    border-top: solid 1px #f6f7f9;
}

.RadMenu_ChasingTheShadow .leftArrow, .RadMenu_ChasingTheShadow .rightArrow, .RadMenu_ChasingTheShadow .topArrow, .RadMenu_ChasingTheShadow .bottomArrow, .RadMenu_ChasingTheShadow .leftArrowDisabled, .RadMenu_ChasingTheShadow .rightArrowDisabled, .RadMenu_ChasingTheShadow .topArrowDisabled, .RadMenu_ChasingTheShadow .bottomArrowDisabled
{
    border-left: 1px solid #d2d8de;
    border-left: 1px solid #d2d8de;
    background: #889bb0 url( 'img/left.gif' ) center center no-repeat;
    width: 15px;
}

.RadMenu_ChasingTheShadow .topArrow, .RadMenu_ChasingTheShadow .topArrowDisabled
{
    background-image: url( 'img/top.gif' );
    width: 100%;
}

.RadMenu_ChasingTheShadow .bottomArrow, .RadMenu_ChasingTheShadow .bottomArrowDisabled
{
    background-image: url( 'img/bottom.gif' );
    width: 100%;
}

.RadMenu_ChasingTheShadow .rightArrow, .RadMenu_ChasingTheShadow .leftArrow
{
    height: 100%;
}

.RadMenu_ChasingTheShadow .rightArrow, .RadMenu_ChasingTheShadow .rightArrowDisabled
{
    background-image: url( 'img/right.gif' );
}

.RadMenu_ChasingTheShadow .vertical .separator .text
{
    padding-top: 3px;
    background: #f7f7f7 url( 'img/Separator.gif' ) no-repeat right;
    font-size: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

.RadMenu_ChasingTheShadow .expandLeft, .RadMenu_ChasingTheShadow .expandRight
{
    background: transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_ChasingTheShadow .link:hover .expandLeft, .RadMenu_ChasingTheShadow .link:hover .expandRight, .RadMenu_ChasingTheShadow .focused .expandLeft, .RadMenu_ChasingTheShadow .focused .expandRight, .RadMenu_ChasingTheShadow .expanded .expandLeft, .RadMenu_ChasingTheShadow .expanded .expandRight
{
    background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
