﻿/* RadMenu Plain skin */

.RadMenu_NPR_bot
{
        background-image: url('img/Menubotfon.gif');
        background-repeat: repeat-x;
        height: 29px;

}

.RadMenu_NPR_bot_Context
{
        background: none;
        border:0;
}

.RadMenu_NPR_bot .link
{
        line-height: 29px;
        text-decoration:none;
        color: #ffffff;
        background: url('img/Menubotfon.gif') no-repeat;

}

.RadMenu_NPR_bot .link:hover,
.RadMenu_NPR_bot .expanded
{
        color: #ffffff;
        text-decoration:underline;
        cursor:pointer;
}

.RadMenu_NPR_bot .text
{
        padding-left: 8px;
        padding-right: 8px;
        font-weight: bold;
        font-family: Verdana;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 10px;

}

.RadMenu_NPR_bot_rtl .text
{
        padding-right: 8px;
        padding-left: 16px;
}

.RadMenu_NPR_bot .rootGroup .item
{
        background-image: url('img/menubotsep.gif');
        background-position:right;
        background-repeat:no-repeat;
        text-align:center;


}

.RadMenu_NPR_bot .rootGroup .last
{
        background-image: url('img/Meenubotfon.gif');
        background-position:right;
        background-repeat:no-repeat;
        text-align:center;
}


.RadMenu_NPR_bot .separator
{
        width:8px;
        height: 29px;
        background-image: url('img/itemsep.gif');
}
.RadMenu_NPR_bot .group
{
        border: solid 1px #bbbbbb;
        border-right: 0px;
        border-bottom: 0px;
}

.RadMenu_NPR_bot .group .link
{
        background: #374b66;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #d7d7d7;
        text-align: left;
}

.RadMenu_NPR_bot_rtl .group .link
{
        text-align: right;
}

.RadMenu_NPR_bot .group .link:hover,
.RadMenu_NPR_bot .group .focused,
.RadMenu_NPR_bot .group .expanded
{
        background: #56657c;
        border-bottom-color: #d7d7d7;
        font-weight: normal;
}

.RadMenu_NPR_bot .leftArrow,
.RadMenu_NPR_bot .rightArrow,
.RadMenu_NPR_bot .topArrow,
.RadMenu_NPR_bot .bottomArrow,
.RadMenu_NPR_bot .leftArrowDisabled,
.RadMenu_NPR_bot .rightArrowDisabled,
.RadMenu_NPR_bot .topArrowDisabled,
.RadMenu_NPR_bot .bottomArrowDisabled
{
        background: #ededed url('img/left.gif') center center no-repeat;
        width:15px;
}

.RadMenu_NPR_bot .topArrow,
.RadMenu_NPR_bot .topArrowDisabled
{
        background-image:url('img/top.gif');
        width:100%;
}

.RadMenu_NPR_bot .bottomArrow,
.RadMenu_NPR_bot .bottomArrowDisabled
{
        background-image:url('img/bottom.gif');
        width:100%;
}

.RadMenu_NPR_bot .rightArrow,
.RadMenu_NPR_bot .leftArrow
{
        height:100%;
}

.RadMenu_NPR_bot .rightArrow,
.RadMenu_NPR_bot .rightArrowDisabled
{
        background-image: url('img/right.gif');
}

.RadMenu_NPR_bot .vertical .separator .text
{
        padding-top: 2px;
        background: #ccc;
        font-size: 1px;
}

.RadMenu_NPR_bot .expandLeft,
.RadMenu_NPR_bot .expandRight
{
        background: transparent url(img/groupImage.gif) right center no-repeat;
        margin-right: 4px;
}

.RadMenu_NPR_bot_rtl .expandLeft,
.RadMenu_NPR_bot_rtl .expandRight
{
        background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_NPR_bot .link:hover .expandLeft,
.RadMenu_NPR_bot .link:hover .expandRight,
.RadMenu_NPR_bot .focused .expandLeft,
.RadMenu_NPR_bot .focused .expandRight,
.RadMenu_NPR_bot .expanded .expandLeft,
.RadMenu_NPR_bot .expanded .expandRight
{
        background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_NPR_bot_rtl .link:hover .expandLeft,
.RadMenu_NPR_bot_rtl .link:hover .expandRight,
.RadMenu_NPR_bot_rtl .focused .expandLeft,
.RadMenu_NPR_bot_rtl .focused .expandRight,
.RadMenu_NPR_bot_rtl .expanded .expandLeft,
.RadMenu_NPR_bot_rtl .expanded .expandRight
{
        background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}


