﻿/* r.a.d.menu tllcGrey skin 
.RadMenu_tllcGrey
{
	background: #a7cfe8;
}
*/
.RadMenu_tllcGrey_Context
{
	background: #d3d3d3;
}
/*
.RadMenu_tllcGrey .link
{
	text-decoration:none;
	color: black;
	line-height: 20px;
	border-bottom: 2px solid #a7cfe8;
	border-top: 3px solid #a7cfe8;
}
*/

.RadMenu_tllcGrey .rootGroup>.item>.link
{
	font-weight: bold;
}
.RadMenu_tllcGrey .link
{
	display: block;
	font-size: .9em;
	color: gray;
	text-decoration: none;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	margin-bottom: 2px;
	font-family: Tahoma, Helvetica, sans-serif;
}

/*.RadMenu_tllcGrey .group .link:hover
{
	background: #f2f2f2;
}
*/

.RadMenu_tllcGrey .group .link:hover,
.RadMenu_tllcGrey .link:hover
{
	background-image: url(/_img/menu_bullet.gif);
	background-repeat: no-repeat;
}

.RadMenu_tllcGrey .link:hover, .RadMenu_tllcGrey .focused, .RadMenu_tllcGrey .expanded
{
	color: gray;
}

/*.RadMenu_tllcGrey .link:hover .text,
.RadMenu_tllcGrey .focused .text,
.RadMenu_tllcGrey .expanded .text
{
	border-top: 1px solid white;
}*/

.RadMenu_tllcGrey .rootGroup .disabled:hovre
{
	border-bottom: 2px solid white;
	border-top: 2px solid white;
	background: none;
}

.RadMenu_tllcGrey .rootGroup .disabled:hover .text
{
	border-top: 1px solid white;
}

.RadMenu_tllcGrey .text
{
	padding: 0px 15px;
	font-size: 1.1em;
}

.RadMenu_tllcGrey .group
{
	background: white;
		border-right: 1px silver solid;
	border-bottom: 1px silver solid;

}

.RadMenu_tllcGrey .group .link
{
	background: none;
	border: solid 1px white;
	border-top-color: white;
	text-align: left;
	padding-right: 0px; /* add padding */
}

.RadMenu_tllcGrey .group .text
{
	padding-left:6px;
	padding-right: 40px;
}


.RadMenu_tllcGrey .group .link:hover .text,
.RadMenu_tllcGrey .group .focused .text,
.RadMenu_tllcGrey .group .expanded .text
{
	border-top: 0px;
}

.RadMenu_tllcGrey .group .link:hover,
.RadMenu_tllcGrey .group .focused,
.RadMenu_tllcGrey .group .expanded
{
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.RadMenu_tllcGrey .group .link,
.RadMenu_tllcGrey .group .link:hover,
.RadMenu_tllcGrey .group .expanded,
.RadMenu_tllcGrey .group .expanded:hover
{
	width:auto;
}

.RadMenu_tllcGrey .leftArrow,
.RadMenu_tllcGrey .rightArrow,
.RadMenu_tllcGrey .topArrow,
.RadMenu_tllcGrey .bottomArrow,
.RadMenu_tllcGrey .leftArrowDisabled,
.RadMenu_tllcGrey .rightArrowDisabled,
.RadMenu_tllcGrey .topArrowDisabled,
.RadMenu_tllcGrey .bottomArrowDisabled
{
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: #a7cfe8 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_tllcGrey .topArrow,
.RadMenu_tllcGrey .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 114px;
}

.RadMenu_tllcGrey .bottomArrow,
.RadMenu_tllcGrey .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 114px;
}

.RadMenu_tllcGrey .rightArrow,
.RadMenu_tllcGrey .leftArrow
{
	height:100%;
}

.RadMenu_tllcGrey .rightArrow,
.RadMenu_tllcGrey .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_tllcGrey .vertical .separator .text
{
	background: none;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px white;
	border-right: solid 1px white;
}

.RadMenu_tllcGrey .expandLeft,
.RadMenu_tllcGrey .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

/* right to left */
.RadMenu_tllcGrey_rtl .group .link:hover .expandLeft,
.RadMenu_tllcGrey_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_tllcGrey_rtl .expandLeft,
.RadMenu_tllcGrey_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */


.RadMenu_tllcGrey .link:hover .expandLeft,
.RadMenu_tllcGrey .link:hover .expandRight,
.RadMenu_tllcGrey .focused .expandLeft,
.RadMenu_tllcGrey .focused .expandRight,
.RadMenu_tllcGrey .expanded .expandLeft,
.RadMenu_tllcGrey .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}