/* RadMenu Default skin */

.RadMenu_CustomP 
{

}

.RadMenu_CustomP .rmLink
{
	text-decoration:none;
	color: #000;
	line-height: 22px;
	background: #F4EDE1;
	border-bottom: 1px solid #C2BCB1;
	border-left: 1px solid #C2BCB1;
	width:230px;
	cursor:pointer;
}



.RadMenu_CustomP .rmLevel1 .rmLink
{
     height:25px;
     text-align:left;
}


.RadMenu_CustomP .rmItem
{	
    	
   
}


.RadMenu_CustomP .rmClicked
{	
    text-decoration:none;
    color: #fff;
    line-height: 22px;
    background: #F1A712;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #000000;
    width:230px;
    cursor:pointer;
}


.RadMenu_CustomP .rmLink:hover,
.RadMenu_CustomP .rmFocused,
.RadMenu_CustomP .rmExpanded
{
	color: #fff;
	cursor:pointer;
	background: #F1A712;
	font-weight: normal;
}

.RadMenu_CustomP .rmLevel1 .rmLink:hover,
.RadMenu_CustomP rmLevel1 .rmFocused,
.RadMenu_CustomP rmLevel1 .rmExpanded
{
	color: black;
	background-color:#ff3333;
	 cursor:pointer;
}



.RadMenu_CustomP .rmText
{
	font-size: 12px;
	padding: 0px 5px;
	font-family: Arial, Verdana;
	white-space:normal;
}

.RadMenu_CustomP .rmLevel1 .rmText
{
    padding:5px 0 0 10px;
	font-size: 11px;
	font-family: Arial, Verdana;
    text-decoration:none;
    color:#000000;
    height:25px;
}



.RadMenu_CustomP .rmGroup
{
	/*background: white;*/
	border: solid 1px #e4e4e4;
	
}


.RadMenu_CustomP .rmGroup .rmLink
{
    background: #F1A712 ;
	min-width: 181px;
	text-align: left;
	color: #000;
	cursor:pointer;
}

* html .RadMenu_CustomP .rmGroup .rmLink
{
    width: 181px;
    
}

.RadMenu_CustomP_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_CustomP .rmGroup .rmText
{
    /*
	border-top: solid 1px white;
	border-bottom: solid 1px white;
*/
	padding-left: 12px;
	color: #ffffff;
}


.RadMenu_CustomP_rtl .rmGroup .rmText
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_CustomP .rmGroup .rmLink:hover,
.RadMenu_CustomP .rmGroup .rmFocused,
.RadMenu_CustomP .rmGroup .rmExpanded,
.RadMenu_CustomP .rmLevel1 .rmText:hover
{
	background: #FCFAF5;
	font-weight: normal;
	color:#000;
}

.RadMenu_CustomP .rmLeftArrow,
.RadMenu_CustomP .rmRightArrow,
.RadMenu_CustomP .rmTopArrow,
.RadMenu_CustomP .rmBottomArrow,
.RadMenu_CustomP .rmLeftArrowDisabled,
.RadMenu_CustomP .rmRightArrowDisabled,
.RadMenu_CustomP .rmTopArrowDisabled,
.RadMenu_CustomP .rmBottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url(Menu/left.gif) center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
}

.RadMenu_CustomP .rmTopArrow,
.RadMenu_CustomP .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
}

.RadMenu_CustomP .rmBottomArrow,
.RadMenu_CustomP .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
}

.RadMenu_CustomP .rmRightArrow,
.RadMenu_CustomP .rmLeftArrow
{
	height:100%;
}

.RadMenu_CustomP .rmRightArrow,
.RadMenu_CustomP .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_CustomP .rmVertical .rmSeparator .rmText
{
	padding-top: 3px;
	background: #f7f7f7 url(Menu/Separator.gif) no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_CustomP .rmExpandLeft,
.RadMenu_CustomP .rmExpandRight
{
	background:transparent url(Menu/groupImage.gif) right center no-repeat;
}

.RadMenu_CustomP_rtl .rmExpandLeft,
.RadMenu_CustomP_rtl .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_CustomP .rmLink:hover .rmExpandLeft,
.RadMenu_CustomP .rmLink:hover .rmExpandRight,
.RadMenu_CustomP .rmFocused .rmExpandLeft,
.RadMenu_CustomP .rmFocused .rmExpandRight,
.RadMenu_CustomP .rmExpanded .rmExpandLeft,
.RadMenu_CustomP .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_CustomP_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_CustomP_rtl .rmLink:hover .rmExpandRight,
.RadMenu_CustomP_rtl .rmFocused .rmExpandLeft,
.RadMenu_CustomP_rtl .rmFocused .rmExpandRight,
.RadMenu_CustomP_rtl .rmExpanded .rmExpandLeft,
.RadMenu_CustomP_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}