/* RadMenu IFMA skin */

.RadMenu_IFMA 
{
	background: #191919;
}

.RadMenu_IFMA_rtl
{
	text-align: right;
}

.RadMenu_IFMA_Context
{
	background: none;
	border: 0;
}

.RadMenu_IFMA a
{
	text-decoration: none;
}

.RadMenu_IFMA .rmLink
{
	line-height: 32px;
	text-decoration: none;
	color: #ffffff;
	padding-left:3px;
}

.RadMenu_IFMA .rmLink:focused,
.RadMenu_IFMA .rmFocused
{
	outline: 0;
}

.RadMenu_IFMA .rmRootGroup .rmLink:hover,
.RadMenu_IFMA .rmRootGroup .rmFocused,
.RadMenu_IFMA .rmRootGroup .rmExpanded
{
	color: #d53429;
	cursor:pointer;
}

.RadMenu_IFMA .rmRootGroup .rmLink:hover .rmText,
.RadMenu_IFMA .rmRootGroup .rmFocused .rmText,
.RadMenu_IFMA .rmRootGroup .rmExpanded .rmText
{
	color: #d53429;
}

.RadMenu_IFMA .rmGroup .rmLink:hover,
.RadMenu_IFMA .rmGroup .rmFocused,
.RadMenu_IFMA .rmGroup .rmExpanded,
.RadMenu_IFMA .rmGroup .rmLink:hover .rmText,
.RadMenu_IFMA .rmGroup .rmFocused .rmText,
.RadMenu_IFMA .rmGroup .rmExpanded .rmText
{
	color: #d53429;
}

.RadMenu_IFMA .rmRootGroup .rmLink
{
	margin-right: 5px;
	overflow: visible;
}

.RadMenu_IFMA .rmRootGroup .rmLink .rmText
{
	font: bold 13px Arial, sans-serif;
	margin-right:-1px;
	color: #ffffff;
}

* html .RadMenu_IFMA .rmItem,* html .RadMenu_IFMA .rmHorizontal .rmLink,* html .RadMenu_IFMA .rmText{float:left}

* html .RadMenu_IFMA .rmGroup .rmText,* html .RadMenu_IFMA .rmVertical .rmText{float:none;}

*+html .RadMenu_IFMA .rmRootGroup .rmLink .rmText
{
	zoom: 1;
}

.RadMenu_IFMA .rmGroup .rmLink .rmText
{
	font: bold 12px Arial, sans-serif;
}

.RadMenu_IFMA .rmGroup
{
	background: #191919;
}

.RadMenu_IFMA .rmHorizontal
{
	height: 32px;
background: url('Menu/new_background.gif')
}

.RadMenu_IFMA .rmGroup .rmHorizontal
{
	height: 28px;
	background: #191919;
}

.RadMenu_IFMA .rmGroup .rmLink
{
	text-decoration: none;
	color: #5c5c5c;
	line-height: 18px;
	height: 21px;
	margin: 0;
}

.RadMenu_IFMA_rtl .rmGroup .rmLink
{
	text-align: right;
	padding-right:0;
}

.RadMenu_IFMA .rmText
{
	padding: 8px 22px 5px 22px;
}

.RadMenu_IFMA .rmGroup .rmLink .rmText
{
	padding: 3px 30px 3px 20px;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
}

.RadMenu_IFMA_rtl .rmGroup .rmLink .rmText
{
	padding: 3px 20px 3px 30px;
}

/* <expand arrows styling> */

.RadMenu_IFMA .rmGroup .rmLink .rmExpandLeft
{
	background: #191919 url(Menu/ArrowExpandRTL.gif) no-repeat left center;
}

.RadMenu_IFMA .rmGroup .rmLink .rmExpandRight
{
	background: #191919 url(Menu/ArrowExpand.gif) no-repeat right center;
}

.RadMenu_IFMA .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_IFMA .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_IFMA .rmGroup .rmExpanded .rmExpandLeft
{
	color: #ffffff;
	background: #191919 url(Menu/ArrowExpandHoveredRTL.gif) no-repeat left center;
}

.RadMenu_IFMA .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_IFMA .rmGroup .rmFocused .rmExpandRight,
.RadMenu_IFMA .rmGroup .rmExpanded .rmExpandRight
{
	color: #ffffff;
	background: #191919 url(Menu/ArrowExpandHovered.gif) no-repeat right center;
}

/* </expand arrows styling> */


.RadMenu_IFMA .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_IFMA .rmTopArrowDisabled,
.RadMenu_IFMA .rmBottomArrowDisabled,
.RadMenu_IFMA .rmLeftArrowDisabled,
.RadMenu_IFMA .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_IFMA .rmTopArrow,
.RadMenu_IFMA .rmBottomArrow,
.RadMenu_IFMA .rmLeftArrow,
.RadMenu_IFMA .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_IFMA .rmTopArrow,
.RadMenu_IFMA .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #343434 url(Menu/ArrowScrollUpDown.gif) no-repeat center top;
}

.RadMenu_IFMA .rmTopArrow
{
	border-top: 1px solid #000;
}

.RadMenu_IFMA .rmBottomArrow
{
	background-position: center bottom;
	border-bottom: 1px solid #000;
}

.RadMenu_IFMA .rmLeftArrow,
.RadMenu_IFMA .rmRightArrow
{
	width: 10px;
	height: 20px;
	margin: 0;
	background: #343434 url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_IFMA .rmRightArrow
{
	border-right: 1px solid #000;
	background-position: right center;
}

.RadMenu_IFMA .rmLeftArrow
{
	border-left: 1px solid #000;
}

.RadMenu_IFMA .rmRootGroup .rmItem .rmDisabled .rmText,
.RadMenu_IFMA .rmGroup .rmItem .rmDisabled .rmText
{
	color: #ffffff;
}

.RadMenu_IFMA .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_IFMA .rmGroup .rmItem .rmDisabled
{
	background-color: #191919;
}

.RadMenu_IFMA .rmSeparator
{
	background: url('Menu/sep.gif')
}

.RadMenu_IFMA .rmHorizontal .rmSeparator
{
	height: 32px;
	
	width: 1px;
	
}

.RadMenu_IFMA .rmVertical .rmSeparator
{
	height: 1px;
	border-top: 1px solid #303030;
}

.RadMenu_IFMA .rmLeftImage
{
	margin: 2px 0;
}

.RadMenu_IFMA .rmRootGroup .rmItem .rmDisabled:hover,
.RadMenu_IFMA .rmRootGroup .rmItem .rmDisabled:hover .rmText
{
	background: none;
}