﻿/* RadMenu Footer skin */

.RadMenu_Footer
{
	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
{
	text-decoration: none;
	color: #000000;
	
	
}

.RadMenu_Footer .rmLink:focus,
.RadMenu_Footer .rmFocused
{
	outline: 0;
}

.RadMenu_Footer .rmExpanded
{
	z-index: 1000;
}

.RadMenu_Footer .rmLink:hover,
.RadMenu_Footer .rmFocused,
.RadMenu_Footer .rmExpanded
{
	/*background: #fff url(MenuAdmin/SelectedBackground.gif) repeat-x top left;*/
	color: #000000;
	cursor: pointer;
	text-decoration:underline;
}

.RadMenu_Footer .rmLink .rmText
{
	font: 11px 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
{
	color: #000000;
	text-decoration:underline;
}

.RadMenu_Footer .rmText
{
	padding: 8px 20px 8px 20px;
}

.RadMenu_Footer .rmGroup .rmLink .rmText
{
	font-size: 11px;
}

