﻿/* r.a.d.menu SnapIn skin */

.RadMenu_MasterMenu
{
	z-index:10;
}

.RadMenu_MasterMenu_Context
{
	z-index:10;
}

.RadMenu_MasterMenu .rmLink
{
	margin: 0 !important;
	padding: 2px 1px 1px 0px !important;
	background-color: #DA83B7;
	background-image: url(../../Images/menu.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #00213E;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.RadMenu_MasterMenu .rmLink:hover,
.RadMenu_MasterMenu .rmFocused,
.RadMenu_MasterMenu .rmExpanded
{
	background-position: right;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.RadMenu_MasterMenu .rmText
{
	padding: 5px 16px 6px 15px !important;
	margin: 0 !important;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Verdana;
	text-align: center;
	
}

.RadMenu_MasterMenu .rmGroup
{
	border: none;
	border-right: 0px;
	border-bottom: 0px;
	z-index:999;
}

.RadMenu_MasterMenu .rmGroup .rmLink
{
	padding: 3px 3px 3px 3px;		
	z-index:999;
}

.RadMenu_MasterMenu .rmGroup .rmLink:hover,
.RadMenu_MasterMenu .rmGroup .rmFocused,
.RadMenu_MasterMenu .rmGroup .rmExpanded
{
	background-color:#FFDCAD;

	color:Gray;
}


.RadMenu_MasterMenu .rmVertical .rmSeparator .rmText
{
	font-size: 1px;
	border-bottom:solid 1px #ABE4EB;
}

.RadMenu_MasterMenu .rmLeftArrow,
.RadMenu_MasterMenu .rmRightArrow,
.RadMenu_MasterMenu .rmTopArrow,
.RadMenu_MasterMenu .rmBottomArrow,
.RadMenu_MasterMenu .rmLeftArrowDisabled,
.RadMenu_MasterMenu .rmRightArrowDisabled,
.RadMenu_MasterMenu .rmTopArrowDisabled,
.RadMenu_MasterMenu .rmBottomArrowDisabled
{
}

.RadMenu_MasterMenu .rmTopArrow,
.RadMenu_MasterMenu .rmTopArrowDisabled
{
}

.RadMenu_MasterMenu .rmBottomArrow,
.RadMenu_MasterMenu .rmBottomArrowDisabled
{
}

.RadMenu_MasterMenu .rmRightArrow,
.RadMenu_MasterMenu .rmLeftArrow
{
}

.RadMenu_MasterMenu .rmRightArrow,
.RadMenu_MasterMenu .rmRightArrowDisabled
{
}


.RadMenu_MasterMenu .rmExpandedLeft,
.RadMenu_MasterMenu .rmExpandedRight
{
}

.RadMenu_MasterMenu .rmLink:hover .rmExpandedLeft,
.RadMenu_MasterMenu .rmLink:hover .rmExpandedRight,
.RadMenu_MasterMenu .rmFocused .rmExpandedLeft,
.RadMenu_MasterMenu .rmFocused .rmExpandedRight,
.RadMenu_MasterMenu .rmExpanded .rmExpandedLeft,
.RadMenu_MasterMenu .rmExpanded .rmExpandedRight
{
}

