/* RadMenu Default skin */

.RadMenu_Blue
{
}

.RadMenu_Blue .link
{
    text-decoration: none;
    color: #666;
    line-height: 22px;
    background: #fefefe url('img/MainItemBackground.gif') repeat-x;
    border-left: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    width: 193px;
}

.RadMenu_Blue .link:hover, .RadMenu_Blue .focused, .RadMenu_Blue .expanded
{
    color: black;
}

.RadMenu_Blue .text
{
    font-size: 11px;
    padding: 0px 12px;
    font-family: Tahoma;
}

.RadMenu_Blue .group
{
    background: white;
    border: solid 1px #e4e4e4;
}

.RadMenu_Blue .group .link
{
    background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;
    border-top: solid 1px #f0f0f0;
    border-left: 0px;
    border-right: 0px;
    min-width: 120px;
}

* html .RadMenu_Blue .group .link
{
    width: 100%;
}

.RadMenu_Blue_rtl .group .link
{
    text-align: right;
}

.RadMenu_Blue .group .text
{
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    padding-left: 12px;
}


.RadMenu_Blue_rtl .group .text
{
    padding-left: 0px;
    padding-right: 12px;
}

.RadMenu_Blue .group .link:hover, .RadMenu_Blue .group .focused, .RadMenu_Blue .group .expanded
{
    background: #c8f415 url('img/menuItemHover.gif') repeat-x;
    font-weight: normal;
}

.RadMenu_Blue .leftArrow, .RadMenu_Blue .rightArrow, .RadMenu_Blue .topArrow, .RadMenu_Blue .bottomArrow, .RadMenu_Blue .leftArrowDisabled, .RadMenu_Blue .rightArrowDisabled, .RadMenu_Blue .topArrowDisabled, .RadMenu_Blue .bottomArrowDisabled
{
    border-left: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    background: #efefef url('img/left.gif') center center no-repeat;
    width: 15px;
    text-decoration: none;
    color: #efefef;
    text-indent: -3000px;
}

.RadMenu_Blue .topArrow, .RadMenu_Blue .topArrowDisabled
{
    background-image: url('img/top.gif');
    width: 100%;
}

.RadMenu_Blue .bottomArrow, .RadMenu_Blue .bottomArrowDisabled
{
    background-image: url('img/bottom.gif');
    width: 100%;
}

.RadMenu_Blue .rightArrow, .RadMenu_Blue .leftArrow
{
    height: 100%;
}

.RadMenu_Blue .rightArrow, .RadMenu_Blue .rightArrowDisabled
{
    background-image: url('img/right.gif');
}

.RadMenu_Blue .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_Blue .expandLeft, .RadMenu_Blue .expandRight
{
    background: transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Blue_rtl .expandLeft, .RadMenu_Blue_rtl .expandRight
{
    background: transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Blue .link:hover .expandLeft, .RadMenu_Blue .link:hover .expandRight, .RadMenu_Blue .focused .expandLeft, .RadMenu_Blue .focused .expandRight, .RadMenu_Blue .expanded .expandLeft, .RadMenu_Blue .expanded .expandRight
{
    background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Blue_rtl .link:hover .expandLeft, .RadMenu_Blue_rtl .link:hover .expandRight, .RadMenu_Blue_rtl .focused .expandLeft, .RadMenu_Blue_rtl .focused .expandRight, .RadMenu_Blue_rtl .expanded .expandLeft, .RadMenu_Blue_rtl .expanded .expandRight
{
    background: transparent url(img/groupImageRTL.gif) left center no-repeat;
}
