﻿/* RadMenu Footer skin */

.RadMenu_Footer 
{
	/*
	border-left: 1px solid #a0c958;
	border-right: 1px solid #c6e693;
	*/
	text-align: left;
}

.RadMenu_Footer_rtl
{
	text-align: right;
}

.RadMenu_Footer_Context
{
	background: none;
	border: 0;
}

.RadMenu_Footer a
{
	text-decoration: none;
}

.RadMenu_Footer .rmLink
{
	/*line-height: 24px;*/
	text-decoration: none;
	color: #757575;
}

.RadMenu_Footer .rmLink:focus,
.RadMenu_Footer .rmFocused
{
	outline: 0;
	color:#244a9f;
	text-decoration:underline;
}

.RadMenu_Footer .rmExpanded
{
	z-index: 10000;
}

.RadMenu_Footer .rmLink:hover,
.RadMenu_Footer .rmFocused,
.RadMenu_Footer .rmExpanded
{
	cursor: pointer;
}

.RadMenu_Footer .rmLink:hover
{
	color:#244a9f;
	text-decoration:underline;
}



.RadMenu_Footer .rmLink .rmText
{
	font: bold 12px Arial, Verdana, sans-serif;

}

.RadMenu_Footer .rmGroup
{
	background: #fff;
}

.RadMenu_Footer .rmGroup .rmLink
{
	text-decoration: none;
	color: #333;
}

.RadMenu_Footer_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Footer .rmGroup .rmLink:hover,
.RadMenu_Footer .rmGroup .rmFocused,
.RadMenu_Footer .rmGroup .rmExpanded
{

}

.RadMenu_Footer .rmText
{
	padding: 0px 11px 0px 0px;
}

.RadMenu_Footer .rmGroup .rmLink .rmText
{
	font-size: 11px;
}

/* <expand arrows styling> */

.RadMenu_Footer .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(MenuUser/ArrowExpand.gif) no-repeat right -3px;
}

.RadMenu_Footer .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(MenuUser/ArrowExpandRTL.gif) no-repeat left -3px;
}

.RadMenu_Footer .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Footer .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Footer .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(MenuUser/ArrowExpandHovered.gif);
}

.RadMenu_Footer .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Footer .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Footer .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(MenuUser/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_Footer .rmHorizontal .rmItem { border-right:solid 1px #ccc; padding-left:11px;}
.RadMenu_Footer .rmHorizontal .rmFirst { padding-left:0px;}
.RadMenu_Footer .rmHorizontal .rmLast { border-right:none; }

.RadMenu_Footer .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_Footer .rmVertical .rmLast { border-bottom: 0; }

.RadMenu_Footer_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_Footer .rmRootGroup .rmGroup .rmItem,
.RadMenu_Footer_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; }

.RadMenu_Footer .rmGroup
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_Footer .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_Footer .rmTopArrowDisabled,
.RadMenu_Footer .rmBottomArrowDisabled,
.RadMenu_Footer .rmLeftArrowDisabled,
.RadMenu_Footer .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_Footer .rmTopArrow,
.RadMenu_Footer .rmBottomArrow,
.RadMenu_Footer .rmLeftArrow,
.RadMenu_Footer .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_Footer .rmTopArrow,
.RadMenu_Footer .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(MenuUser/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_Footer .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_Footer .rmLeftArrow,
.RadMenu_Footer .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(MenuUser/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_Footer .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_Footer .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_Footer .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_Footer .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_Footer .rmRootGroup .rmSeparator,
.RadMenu_Footer .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_Footer .rmSeparator .rmText
{
	display: none;
}

.RadMenu_Footer .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_Footer .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_Footer .rmLeftImage
{
	margin: 2px;
}

.RadMenu_Footer .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_Footer .rmVertical .rmSlide
{
	margin-left: -2px !important;
}

* html .RadMenu_Footer .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_Footer_rtl .rmSlide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_Footer_rtl .rmVertical .rmSlide
{
	margin-left: 3px !important;
}

* html .RadMenu_Footer_rtl .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_Footer .rmItem .rmDisabled:hover
{
	background: none;
}
