﻿/* RadMenu Default skin */

.RadMenu_ps 
{
background-repeat:repeat-x;
	background-position:0px 0px;
	margin:10px;
	margin-right: -1px;
	font-size:12px;
	font-weight:normal;
}

.RadMenu_ps_rtl
{
	text-align: right;
}

.RadMenu_ps_Context
{
	background: none;
	border: 0;
}

.RadMenu_ps a
{
	text-decoration: none;
}

.RadMenu_ps .rmLink
{
text-decoration:none;
	color: #DFE8F2;
	line-height: 22px;
	font-weight:bold;
	/*width:100px;*/
	padding-left:2px;
	padding-right:2px;
	/*border:solid 1px #AA80FF;
	border-bottom-width:0px;*/
	/*background-color:Transparent;*/
	border-right:solid 1px #4B8DA3;
	background-image: url(menu/btnbg.png);
	text-align:center;
	height:26px;
}

.RadMenu_ps .rmLink:focus,
.RadMenu_ps .rmFocused
{
	outline: 0;
}

.RadMenu_ps .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu_ps a.rmLink:hover,
.RadMenu_ps .rmFocused,
.RadMenu_ps .rmExpanded
{
    color: white;
	background-image:url(menu/btnbgover.png);
}

.RadMenu_ps .rmLink .rmText
{
    
width:111px;
}

.RadMenu_ps div.rmSlide ul.rmGroup 
{
	
	
	
}

.RadMenu_ps div.rmSlide ul.rmGroup 
{
	
}

.RadMenu_ps div.rmSlide ul.rmLevel1 li.rmItem, .RadMenu_ps div.rmSlide ul.rmLevel2 li.rmItem
{
    
    
		
}
.RadMenu_ps div.rmSlide ul.rmLevel1 li.rmItem
{
    /*background: #FBB03B;*/
    }
.RadMenu_ps div.rmSlide ul.rmLevel2 li.rmItem
{
   /* background: #F4C290;*/
    }    
.RadMenu_ps div.rmSlide ul.rmLevel1 li.rmLast, .RadMenu_ps div.rmSlide ul.rmLevel2 li.rmLast
{

    padding-bottom:10px;
    }
 .RadMenu_ps div.rmSlide ul.rmLevel1 ul.rmLevel2 li.rmFirst
{
    padding-top:5px;

    }    
 .RadMenu_ps div.rmSlide ul.rmLevel1 li.rmFirst
{
    padding-top:10px;
    }       
.RadMenu_ps div.rmSlide ul.rmLevel1
{
	border-top-width:0px;
	padding: 10px 0px 10px 0px;
	left:-5px;
	position:absolute;
	z-index:9000;
    background-image:url(menu/btnbgover.png);
	border:solid 1px #4B8DA3;
	
}
.RadMenu_ps div.rmSlide ul.rmLevel2
{	
	
}

.RadMenu_ps .rmGroup .rmLink
{

    border:0px;
	width:145px;
	height:21px;
line-height:21px;
padding:3px 5px 3px 10px;
	/*margin:0px 10px;*/
}

.RadMenu_ps_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_ps .rmLevel1 .rmLink:hover,
.RadMenu_ps .rmLevel1 .rmFocused,
.RadMenu_ps .rmLevel1 .rmExpanded
{
    padding:3px 5px 3px 10px;
	border-left:0px;
	border-right:0px;
	background:white;
	color:#166381;
	/*border-bottom: 1px solid #1973c9;
	border-top: 1px solid white;*/
	
}
.RadMenu_ps .rmLevel2 .rmLink:hover,
.RadMenu_ps .rmLevel2 .rmFocused,
.RadMenu_ps .rmLevel2 .rmExpanded
{
padding:3px 5px 3px 10px;
	border-left:0px;
	border-right:0px;
	background:#FBB03B;
	/*border-bottom: 1px solid #1973c9;
	border-top: 1px solid white;*/
	
}

.RadMenu_ps .rmText
{
	
}

.RadMenu_ps .rmGroup .rmLink .rmText
{
    font-size:12px;
	text-align:left;
	padding:0px 24px 0px 0px;
	/*color:White;*/
}

.RadMenu_ps_rtl .rmGroup .rmLink .rmText
{
	
}

/* <expand arrows styling> */

.RadMenu_ps .rmGroup .rmLink .rmExpandRight, .RadMenu_ps .rmGroup .rmLink:hover .rmExpandRight
{
	background: transparent url(/masterpages/images/arrow-right.png) no-repeat right 5px;
}

.RadMenu_ps .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_ps .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_ps .rmGroup .rmFocused .rmExpandRight,
.RadMenu_ps .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(/masterpages/images/arrow-right.png) no-repeat right 5px;
}

.RadMenu_ps .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_ps .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_ps .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_ps .rmHorizontal .rmItem { border-right: 0px solid #353535; padding-bottom:0px; }
.RadMenu_ps .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_ps .rmVertical .rmItem { border-bottom: 0px solid #353535; }
.RadMenu_ps .rmVertical .rmLast { border-bottom: 0; padding-bottom: 0px; }

.RadMenu_ps_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_ps .rmRootGroup .rmGroup .rmItem,
.RadMenu_ps_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_ps .rmGroup
{
	/*border: 1px solid #828282;
	background-color: #fff;*/
}

.RadMenu_ps .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_ps .rmTopArrow,
.RadMenu_ps .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_ps .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_ps .rmLeftArrow,
.RadMenu_ps .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_ps .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_ps .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_ps .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_ps .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_ps .rmRootGroup .rmSeparator,
.RadMenu_ps .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_ps .rmSeparator .rmText
{
	display: none;
}

.RadMenu_ps .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_ps .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_ps .rmLeftImage
{
	margin: 2px;
}

.RadMenu_ps .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_ps .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_ps_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_ps .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_ps .rmItem .rmDisabled:hover
{
	background: none;
}
