/* RadMenu Default skin */

/* red: #ad001e; */

.RadMenu_Grace 
{
	width: 270px;
	background-image: url('img/rad-menu-tile.gif');
	background-repeat: repeat;
	margin-right: 4px;
	height: 259px;
}

.RadMenu_Grace a {
	color: #fff !important;
	font: normal 16px Verdana, Arial, sans-serif;
	letter-spacing: .08em;
}
.RadMenu_Grace .link
{
	text-decoration:none;
	color: #666;
	line-height: 28px;


	display: block;
	background: transparent;
	width: 270px;
	text-align: right;
}

.RadMenu_Grace .link:hover,
.RadMenu_Grace .focused,
.RadMenu_Grace .expanded
{
	color: black;
}

.RadMenu_Grace .text
{
	font-size: 16px;
	padding: 0px 24px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	margin-right: 6px;
}

.RadMenu_Grace .group
{
	background: white;
	border: solid 1px #e4e4e4;
	background: #ad001e;

}

.RadMenu_Grace .group .link
{
	border-top: solid 1px #f0f0f0;
	border-left: 0px;
	border-right: 0px;
	background: transparent;
	/*
	width: 140px;
	*/
	min-width: 140px;
	width: auto;
	text-align: center;
}

* html .RadMenu_Grace .group .link
{
    width: 140px;
}

.RadMenu_Grace_rtl .group .link
{
	text-align: right;
}

.RadMenu_Grace .group .text
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	border-left: solid 2px white;
	border-right: solid 2px white;
	padding-left: 12px;
	margin-right: 0;
}


.RadMenu_Grace_rtl .group .text
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_Grace .group .link:hover,
.RadMenu_Grace .group .focused,
.RadMenu_Grace .group .expanded
{
	font-weight: normal;	
	background: transparent;
}

.RadMenu_Grace .leftArrow,
.RadMenu_Grace .rightArrow,
.RadMenu_Grace .topArrow,
.RadMenu_Grace .bottomArrow,
.RadMenu_Grace .leftArrowDisabled,
.RadMenu_Grace .rightArrowDisabled,
.RadMenu_Grace .topArrowDisabled,
.RadMenu_Grace .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
	
	background: transparent;
}

.RadMenu_Grace .topArrow,
.RadMenu_Grace .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Grace .bottomArrow,
.RadMenu_Grace .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Grace .rightArrow,
.RadMenu_Grace .leftArrow
{
	height:100%;
}

.RadMenu_Grace .rightArrow,
.RadMenu_Grace .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Grace .vertical .separator .text
{
	padding-top: 3px;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
	
	background: transparent;
}

.RadMenu_Grace .expandLeft,
.RadMenu_Grace .expandRight
{
	background:transparent url('img/groupImage.gif') right center no-repeat;
}

.RadMenu_Grace_rtl .expandLeft,
.RadMenu_Grace_rtl .expandRight
{
	background:transparent url('img/groupImageRTL.gif') left center no-repeat;
}

.RadMenu_Grace .link:hover .expandLeft,
.RadMenu_Grace .link:hover .expandRight,
.RadMenu_Grace .focused .expandLeft,
.RadMenu_Grace .focused .expandRight,
.RadMenu_Grace .expanded .expandLeft,
.RadMenu_Grace .expanded .expandRight
{
	background:transparent url('img/invertedGroupImage.gif') right center no-repeat;
}

.RadMenu_Grace_rtl .link:hover .expandLeft,
.RadMenu_Grace_rtl .link:hover .expandRight,
.RadMenu_Grace_rtl .focused .expandLeft,
.RadMenu_Grace_rtl .focused .expandRight,
.RadMenu_Grace_rtl .expanded .expandLeft,
.RadMenu_Grace_rtl .expanded .expandRight
{
	background:transparent url('img/groupImageRTL.gif') left center no-repeat;
}