
/* RadMenu Custom skin */

.RadMenu_Custom
{
    /*width: 107px;
    padding: 0 15px 0 20px;*/
    width:95px;
    padding-left: 5px;
    white-space: normal;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    color: #FB9D0B;
    text-align:right;
}

.RadMenu_Custom_Context
{
}

.RadMenu_Custom .item
{
}

.RadMenu_Custom .first
{
}

.RadMenu_Custom .link
{
    cursor: hand;
    cursor: pointer;
    padding-top: 10px;
    border-bottom: solid 1px #FB9D0B;
    width: 95px;
}

.RadMenu_Custom .link .text
{
}

.RadMenu_Custom .link:hover,
.RadMenu_Custom .focused,
.RadMenu_Custom .expanded
{
    cursor: hand;
    cursor: pointer;
    color: #160967;
    border-bottom: solid 1px #160967;
    text-decoration: none;
}

.RadMenu_Custom .no-bottom, .RadMenu_Custom .no-bottom:hover
{
    border-bottom: none;
}

.RadMenu_Custom .link:hover .text,
.RadMenu_Custom .focused .text,
.RadMenu_Custom .expanded .text
{
}

.RadMenu_Custom .rootGroup .disabled:hover
{
	
}

.RadMenu_Custom .rootGroup .disabled:hover .text
{

}

.RadMenu_Custom .text
{
}

.RadMenu_Custom .group
{
}

.RadMenu_Custom .group .first, .RadMenu_Custom .group .last, .RadMenu_Custom .group .item
{
}

.RadMenu_Custom .group .item
{
}

.RadMenu_Custom .group .link
{
}

.RadMenu_Custom .group .text
{
}


.RadMenu_Custom .group .link:hover,
.RadMenu_Custom .group .focused,
.RadMenu_Custom .group .expanded
{

}

.RadMenu_Custom .group .link:hover .text,
.RadMenu_Custom .group .focused .text,
.RadMenu_Custom .group .expanded .text
{
}

.RadMenu_Custom .leftArrow,
.RadMenu_Custom .rightArrow,
.RadMenu_Custom .topArrow,
.RadMenu_Custom .bottomArrow,
.RadMenu_Custom .leftArrowDisabled,
.RadMenu_Custom .rightArrowDisabled,
.RadMenu_Custom .topArrowDisabled,
.RadMenu_Custom .bottomArrowDisabled
{

}

.RadMenu_Custom .topArrow,
.RadMenu_Custom .topArrowDisabled
{

}

.RadMenu_Custom .bottomArrow,
.RadMenu_Custom .bottomArrowDisabled
{

}

.RadMenu_Custom .rightArrow,
.RadMenu_Custom .leftArrow
{

}

.RadMenu_Custom .rightArrow,
.RadMenu_Custom .rightArrowDisabled
{

}


.RadMenu_Custom .vertical .separator .text
{

}


.RadMenu_Custom .expandLeft,
.RadMenu_Custom .expandRight
{
}


.RadMenu_Custom_rtl .group .link:hover .expandLeft,
.RadMenu_Custom_rtl .group .link:hover .expandRight
{
}

.RadMenu_Custom_rtl .expandLeft,
.RadMenu_Custom_rtl .expandRight
{
}



.RadMenu_Custom .link:hover .expandLeft,
.RadMenu_Custom .link:hover .expandRight,
.RadMenu_Custom .focused .expandLeft,
.RadMenu_Custom .focused .expandRight,
.RadMenu_Custom .expanded .expandLeft,
.RadMenu_Custom .expanded .expandRight
{
}