/* RadMenu Plain skin */

.RadMenu_fn
{
	position:relative;
    padding-top: 0px;
    height: 30px;
    left:36px;
    vertical-align: top;
    z-index: 90;
    width:910px;
    
}

.RadMenu_fn_Context
{
    background: none;
    border: 0;
}

.RadMenu_fn .link:active, .RadMenu_fn .link:visited, .RadMenu_fn .link
{
    line-height: 30px;
    text-decoration: none;
    color: White;
    padding-right: 0px;
    padding-left: 0px; 
}

.RadMenu_fn .link:hover, .RadMenu_fn .focused, .RadMenu_fn .expanded
{
    font-weight: bold;
}

.RadMenu_fn .text
{
    font-size: 12px;
    font-weight: bold;
    font-family:Verdana;
    text-align: right;
    padding: 0px 10px 0px 16px; /*This Image is given the wrong url on purpose 	  This allows the sub menu to stay visible 	*/
    background-image: url(/images/bg_navbar_botom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.RadMenu_fn_rtl .text
{
    padding-right: 10px;
    padding-left: 0px;
    width:100%;
}


.RadMenu_fn .group
{
    z-index: 90; /*background: green;*/
    left: 0px;
    width:100%;
}

.RadMenu_fn .group .link
{
    /*background-color:#653E2D;*/
    text-align: left;
    color: #ffffff;
    line-height: 30px;
}

.RadMenu_fn_rtl .group .link
{
    text-align: right;
}
.RadMenu_fn .group .text
{
      font-size: 12px;
    font-weight: bold;
    font-family:Verdana;
    text-align: right;
    padding: 7px 10px 0px 7px; /*This Image is given the wrong url on purpose 	  This allows the sub menu to stay visible 	*/
    background-image: url(/images/bg_navbar_botom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}
.RadMenu_fn .group .link:hover, .RadMenu_fn .group .focused, .RadMenu_fn .group .expanded
{
    font-weight: normal;
    line-height: 30px;
    color: #dca53a;
}

.RadMenu_fn .leftArrow, .RadMenu_fn .rightArrow, .RadMenu_fn .topArrow, .RadMenu_fn .bottomArrow, .RadMenu_fn .leftArrowDisabled, .RadMenu_fn .rightArrowDisabled, .RadMenu_fn .topArrowDisabled, .RadMenu_fn .bottomArrowDisabled
{
    background: #ededed url(img/left.gif) center center no-repeat;
    width: 15px;
}

.RadMenu_fn .topArrow, .RadMenu_fn .topArrowDisabled
{
    background-image: url(img/top.gif);
    width: 100%;
}

.RadMenu_fn .bottomArrow, .RadMenu_fn .bottomArrowDisabled
{
    background-image: url(img/bottom.gif);
    width: 100%;
}

.RadMenu_fn .rightArrow, .RadMenu_fn .leftArrow
{
    height: 100%;
}

.RadMenu_fn .rightArrow, .RadMenu_fn .rightArrowDisabled
{
    background-image: url(img/right.gif);
}

.RadMenu_fn .vertical .separator .text
{
    padding-top: 2px;
    background: #ccc;
    font-size: 1px;
}

.RadMenu_fn .expandLeft, .RadMenu_fn .expandRight
{
    background: transparent url(img/groupImage.gif) right center no-repeat;
    margin-right: 4px;
}

.RadMenu_fn_rtl .expandLeft, .RadMenu_fn_rtl .expandRight
{
    background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_fn .link:hover .expandLeft, .RadMenu_fn .link:hover .expandRight, .RadMenu_fn .focused .expandLeft, .RadMenu_fn .focused .expandRight, .RadMenu_fn .expanded .expandLeft, .RadMenu_fn .expanded .expandRight
{
    background: transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_fn_rtl .link:hover .expandLeft, .RadMenu_fn_rtl .link:hover .expandRight, .RadMenu_fn_rtl .focused .expandLeft, .RadMenu_fn_rtl .focused .expandRight, .RadMenu_fn_rtl .expanded .expandLeft, .RadMenu_fn_rtl .expanded .expandRight
{
    background: transparent url(img/groupImageRTL.gif) left center no-repeat;
}
