/* RadMenu Plain skin */

.RadMenu_Seric 
{
	background: none;	
	z-index: 100 !important;
	border-bottom: 1px solid #A7C3D8;
	width: 100%;		
	
}

.RadMenu_Seric_Context
{
	background: none;
	border:0;
}

.RadMenu_Seric .rmLink:hover
{
	color: #fff !important;
	background: #000;		
}

.RadMenu_Seric .rmText
{
	padding: 0px;	
}

.RadMenu_Seric_rtl .rmText
{
	padding-right: 0px;	
	padding-left: 0px;
}


.RadMenu_Seric .rmGroup
{
	border: solid 1px #A7C3D8;	
	background: #F3F7FA; /* #fff; */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
}

.RadMenu_Seric .rmGroup .rmLink,
.RadMenu_Seric .rmGroup .rmTemplate .rmText
{
	background: none;		
	text-align: left;	
	margin: 0px;
	width: 160px;
}

.RadMenu_Seric_rtl .rmGroup .rmTemplate .rmText,
.RadMenu_Seric_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Seric .rmGroup .rmTemplate .rmText:hover,
.RadMenu_Seric .rmGroup .rmLink:hover,
.RadMenu_Seric .rmGroup .rmFocused,
.RadMenu_Seric .rmGroup .rmExpanded
{
	color: #000;	
	font-weight: normal;
}

.RadMenu_Seric .rmLeftArrow,
.RadMenu_Seric .rmRightArrow,
.RadMenu_Seric .rmTopArrow,
.RadMenu_Seric .rmBottomArrow,
.RadMenu_Seric .rmLeftArrowDisabled,
.RadMenu_Seric .rmRightArrowDisabled,
.RadMenu_Seric .rmTopArrowDisabled,
.RadMenu_Seric .rmBottomArrowDisabled
{
	background: #ededed url('Menu/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Seric .rmTopArrow,
.RadMenu_Seric .rmTopArrowDisabled
{
	background-image:url('Menu/top.gif');
	width:100%;
}

.RadMenu_Seric .rmBottomArrow,
.RadMenu_Seric .rmBottomArrowDisabled
{
	background-image:url('Menu/bottom.gif');
	width:100%;
}

.RadMenu_Seric .rmRightArrow,
.RadMenu_Seric .rmLeftArrow
{
	height:100%;
}

.RadMenu_Seric .rmRightArrow,
.RadMenu_Seric .rmRightArrowDisabled
{
	background-image: url('Menu/right.gif');
}

.RadMenu_Seric .rmVertical .rmSeparator
{
	padding: 0;
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.RadMenu_Seric .rmExpandLeft,
.RadMenu_Seric .rmExpandRight
{
	background: transparent url('Menu/groupImage.gif') right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Seric_rtl .rmExpandLeft,
.RadMenu_Seric_rtl .rmExpandRight
{
	background: url('Menu/groupImageRTL.gif') left center no-repeat;
}

.RadMenu_Seric .rmLink:hover .rmExpandLeft,
.RadMenu_Seric .rmLink:hover .rmExpandRight,
.RadMenu_Seric .rmFocused .rmExpandLeft,
.RadMenu_Seric .rmFocused .rmExpandRight,
.RadMenu_Seric .rmExpanded .rmExpandLeft,
.RadMenu_Seric .rmExpanded .rmExpandRight
{
	background:transparent url('Menu/invertedGroupImage.gif') right center no-repeat;
}

.RadMenu_Seric_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_Seric_rtl .rmLink:hover .rmExpandRight,
.RadMenu_Seric_rtl .rmFocused .rmExpandLeft,
.RadMenu_Seric_rtl .rmFocused .rmExpandRight,
.RadMenu_Seric_rtl .rmExpanded .rmExpandLeft,
.RadMenu_Seric_rtl .rmExpanded .rmExpandRight
{
	background:transparent url('Menu/groupImageRTL.gif') left center no-repeat;
}

.RadMenu_Seric a.rmDisabled,  
.RadMenu_Seric .rmDisabled:hover  
{  
    background: none;  
    color: #ccc;  
}  