﻿/* RadMenu Default skin */

.RadMenu_FooterMenu {
	border: 0px none;
	background: transparent;
	text-align: left;
}

.RadMenu_FooterMenu_rtl {
	text-align: right;
}

.RadMenu_FooterMenu_Context {
	background: none;
	border: 0;
}

.RadMenu_FooterMenu a {
	text-decoration: none;
}

.RadMenu_FooterMenu .rmLink {
	line-height: 12px;
	text-decoration: none;
	color: #666460;
}

.RadMenu_FooterMenu .rmLink:focused,
.RadMenu_FooterMenu .rmFocused {
	outline: 0;
}

.RadMenu_FooterMenu .rmExpanded
{
	z-index: 10000;
}

.RadMenu_FooterMenu .rmLink:hover,
.RadMenu_FooterMenu .rmFocused,
.RadMenu_FooterMenu .rmExpanded
{
	color: #4d4b48;
}

.RadMenu_FooterMenu .rmLink .rmText
{
	font: normal 11px/12px Arial,Helvetica,sans-serif;
}

.RadMenu_FooterMenu .rmGroup
{
	background: #fff;
}

.RadMenu_FooterMenu .rmGroup .rmLink
{
	text-decoration: none;
	color: #333;
}

.RadMenu_FooterMenu_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_FooterMenu .rmText
{
	padding: 1px 8px 2px 8px;
}

.RadMenu_FooterMenu .rmGroup .rmLink .rmText
{
	font-size: 11px;
}

/* <expand arrows styling> */

.RadMenu_FooterMenu .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu_FooterMenu/ArrowExpand.gif) no-repeat right -3px;
}

.RadMenu_FooterMenu .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu_FooterMenu/ArrowExpandRTL.gif) no-repeat left -3px;
}

.RadMenu_FooterMenu .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_FooterMenu .rmGroup .rmFocused .rmExpandRight,
.RadMenu_FooterMenu .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu_FooterMenu/ArrowExpandHovered.gif);
}

.RadMenu_FooterMenu .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_FooterMenu .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_FooterMenu .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu_FooterMenu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_FooterMenu .rmHorizontal .rmItem { border-right: 1px solid #353535; }
.RadMenu_FooterMenu .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_FooterMenu .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_FooterMenu .rmVertical .rmLast { border-bottom: 0; }

.RadMenu_FooterMenu_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_FooterMenu .rmRootGroup .rmGroup .rmItem,
.RadMenu_FooterMenu_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; }

.RadMenu_FooterMenu .rmGroup
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_FooterMenu .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_FooterMenu .rmTopArrowDisabled,
.RadMenu_FooterMenu .rmBottomArrowDisabled,
.RadMenu_FooterMenu .rmLeftArrowDisabled,
.RadMenu_FooterMenu .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_FooterMenu .rmTopArrow,
.RadMenu_FooterMenu .rmBottomArrow,
.RadMenu_FooterMenu .rmLeftArrow,
.RadMenu_FooterMenu .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_FooterMenu .rmTopArrow,
.RadMenu_FooterMenu .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu_FooterMenu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_FooterMenu .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_FooterMenu .rmLeftArrow,
.RadMenu_FooterMenu .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu_FooterMenu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_FooterMenu .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_FooterMenu .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_FooterMenu .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_FooterMenu .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_FooterMenu .rmRootGroup .rmSeparator,
.RadMenu_FooterMenu .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_FooterMenu .rmSeparator .rmText
{
	display: none;
}

.RadMenu_FooterMenu .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_FooterMenu .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_FooterMenu .rmLeftImage
{
	margin: 2px;
}

.RadMenu_FooterMenu .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_FooterMenu .rmVertical .rmSlide
{
	margin-left: -2px !important;
}

* html .RadMenu_FooterMenu .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_FooterMenu_rtl .rmSlide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_FooterMenu_rtl .rmVertical .rmSlide
{
	margin-left: 3px !important;
}

* html .RadMenu_FooterMenu_rtl .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_FooterMenu .rmItem .rmDisabled:hover
{
	background: none;
}