﻿/* r.a.d.menu SnapIn skin */

.RadMenu_MasterMenu
{
	z-index:10;
}

.RadMenu_MasterMenu_Context
{
	z-index:10;
}

.RadMenu_MasterMenu .link
{
	margin: 0;
	padding: 2px 1px 1px 0px;
	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 .link:hover,
.RadMenu_MasterMenu .focused,
.RadMenu_MasterMenu .expanded
{
	background-position: right;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.RadMenu_MasterMenu .text
{
	padding: 5px 16px 6px 15px;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Verdana;
	text-align: center;
	
}

.RadMenu_MasterMenu .group
{
	border: none;
	border-right: 0px;
	border-bottom: 0px;
	z-index:999;
}

.RadMenu_MasterMenu .group .link
{
	padding: 3px 3px 3px 3px;		
	z-index:999;
}

.RadMenu_MasterMenu .group .link:hover,
.RadMenu_MasterMenu .group .focused,
.RadMenu_MasterMenu .group .expanded
{
	background-color:#FFDCAD;

	color:Gray;
}


.RadMenu_MasterMenu .vertical .separator .text
{
	font-size: 1px;
	border-bottom:solid 1px #ABE4EB;
}

.RadMenu_MasterMenu .leftArrow,
.RadMenu_MasterMenu .rightArrow,
.RadMenu_MasterMenu .topArrow,
.RadMenu_MasterMenu .bottomArrow,
.RadMenu_MasterMenu .leftArrowDisabled,
.RadMenu_MasterMenu .rightArrowDisabled,
.RadMenu_MasterMenu .topArrowDisabled,
.RadMenu_MasterMenu .bottomArrowDisabled
{
}

.RadMenu_MasterMenu .topArrow,
.RadMenu_MasterMenu .topArrowDisabled
{
}

.RadMenu_MasterMenu .bottomArrow,
.RadMenu_MasterMenu .bottomArrowDisabled
{
}

.RadMenu_MasterMenu .rightArrow,
.RadMenu_MasterMenu .leftArrow
{
}

.RadMenu_MasterMenu .rightArrow,
.RadMenu_MasterMenu .rightArrowDisabled
{
}


.RadMenu_MasterMenu .expandLeft,
.RadMenu_MasterMenu .expandRight
{
}

.RadMenu_MasterMenu .link:hover .expandLeft,
.RadMenu_MasterMenu .link:hover .expandRight,
.RadMenu_MasterMenu .focused .expandLeft,
.RadMenu_MasterMenu .focused .expandRight,
.RadMenu_MasterMenu .expanded .expandLeft,
.RadMenu_MasterMenu .expanded .expandRight
{
}
