/* RadMenu Plain skin */

.RadMenu_fn
{
    padding-top: 3px;
    padding-left: 35px;
    height: 23px;
    vertical-align: top;
    z-index: 900;
    text-indent: -6px;
}

.RadMenu_fn_Context
{
    background: none;
    border: 0;
}

.RadMenu_fn .link:active, .RadMenu_fn .link:visited, .RadMenu_fn .link
{
    line-height: 23px;
    text-decoration: none;
    color: White;
    text-transform: uppercase;
    vertical-align: bottom; 
    padding-right:20px; 
    padding-left: 5px; 
}



.RadMenu_fn .link:hover, .RadMenu_fn .focused, .RadMenu_fn .expanded
{
    color: #ddd; 	font-weight:bold; 
     line-height: 23px;
    text-decoration: none;
    color: White;
    text-transform: uppercase;
    vertical-align: bottom; 
    padding-right:20px; 
    padding-left: 5px; 
}


.RadMenu_fn .text
{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial,Helvetica, MS Sans Serif;
    text-align: right;
    font: Verdana;
    padding: 0px 10px 0px 16px;
}

.RadMenu_fn_rtl .text
{
   padding-right: 10px;
    padding-left: 36px; 
}


.RadMenu_fn .group
{
   /* border: solid 1px #d7d7d7;  */
    border-right: 0px; 
    border-bottom: 0px;
    border-left: 0px;
    z-index: 900;
}

.RadMenu_fn .group .text,

.RadMenu_fn .group .focused .text,
.RadMenu_fn .group .expanded .text
{
	padding-right:20px;
	color: #31259E;
}  

.RadMenu_fn .group .link:hover .text
{
	padding-right:20px;
	color: #ffffff;
}    


.RadMenu_fn .group .link
{
   /* background-color: #31259E; */
    background: transparent url( 'img/subnav_middle.jpg' ) no-repeat;
    width:220px;
    line-height:29px;
      /* border-bottom: solid 1px #d7d7d7; */
    text-align: left;
  /*  color: #31259E;  */
}

.RadMenu_fn_rtl .group .link
{
    background: transparent url('img/subnav_middle.jpg') no-repeat;
    line-height: 29px;
    text-align: left;
    padding: 0px;
    white-space: normal; 
}
.RadMenu_fn .group .first .link
{
    background: transparent url( 'img/subnav_top.png' ) no-repeat;
    line-height: 29px;
    height:30px;
}
.RadMenu_fn .group .horizontal .first .link, .RadMenu_fn .group .horizontal .first .link:hover, .RadMenu_fn .group .horizontal .last .link
{
    line-height: 29px;
    height:30px;
}

.RadMenu_fn .group .first .link:hover, .RadMenu_fn .group .first .focused, .RadMenu_fn .group .first .expanded
{
    background: transparent url( 'img/subnav_top_rollover.png' ) no-repeat;
    line-height: 29px; 
    height:30px;
    border: 0px; 	
}



.RadMenu_fn .group .link:hover, .RadMenu_fn .group .focused, .RadMenu_fn .group .expanded
{
    background: transparent url( 'img/subnav_middle_rollover.jpg' ) no-repeat;
   /* color: #cc6102; */
    line-height: 29px;
   border: 0px;
    padding: 0px; /*background: #F8F3EA; 	border-bottom-color: #d7d7d7; 	font-weight: normal; 	line-height:23px;  	color:#31259E; */
}

.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;
}

.RadMenu_fn .group .last .link
{
    background: transparent url( 'img/subnav_bottom.png' ) no-repeat;
    line-height: 29px;
}

.RadMenu_fn .group .last .link:hover, .RadMenu_fn .group .last .focused, .RadMenu_fn .group .last .expanded
{
    background: transparent url( 'img/subnav_bottom_rollover.png' ) no-repeat;
    line-height: 29px;
}
