
/* r.a.d.menu skylightoptions skin */

.RadMenu_skylightoptions
{
	/*background-image:url(img/navBg.gif);*/
	font-family:Arial, Helvetica, sans-serif;
}

.RadMenu_skylightoptions_Context
{
	background:none;
}

.RadMenu_skylightoptions .link
{
	display:block;
	width:100px;
	height:21px;
	border:1px solid #1e94cf;
	margin-left:-1px;
	margin-top:-1px;
	background-color:#ffffff;
	text-decoration:none;
	color: #0688C6;
}


.RadMenu_skylightoptions .link .text
{
	padding-left: 7px;
	line-height:20px;
}

.RadMenu_skylightoptions .link:hover,
.RadMenu_skylightoptions .focused,
.RadMenu_skylightoptions .expanded
{
	color: #ffffff;
	cursor:pointer;
	background-color:#0688C6;	
}

.RadMenu_skylightoptions .link:hover .text,
.RadMenu_skylightoptions .focused .text,
.RadMenu_skylightoptions .expanded .text
{
	/*	border-top: 1px solid #85c3e6;*/
}

.RadMenu_skylightoptions .rootGroup .disabled:hover
{
	/*
	border-bottom: 2px solid #a7cfe8;
	border-top: 2px solid #a7cfe8;
	background: #a7cfe8;
	*/
}

.RadMenu_skylightoptions .rootGroup .disabled:hover .text
{
	border-top: 1px solid #a7cfe8;
}

.RadMenu_skylightoptions .text
{
	padding: 0px 15px;
	font-size: 1.0em;
}

.RadMenu_skylightoptions .group
{
	border: 0px;
}

.RadMenu_skylightoptions .group .link
{
	text-align: left;
	padding-right: 0px;
	width:200px; 
}

.RadMenu_skylightoptions .group .text
{
	padding-left:6px;
	padding-right: 40px;
}



.RadMenu_skylightoptions .group .link:hover,
.RadMenu_skylightoptions .group .focused,
.RadMenu_skylightoptions .group .expanded
{
/*
	background: #6565A3;
	
	border-bottom: 1px solid #1973c9;
	border-top: 1px solid white;
	font-weight: normal;
	*/
}

.RadMenu_skylightoptions .group .link:hover .text,
.RadMenu_skylightoptions .group .focused .text,
.RadMenu_skylightoptions .group .expanded .text
{
	border-top: 0;
}

.RadMenu_skylightoptions .leftArrow,
.RadMenu_skylightoptions .rightArrow,
.RadMenu_skylightoptions .topArrow,
.RadMenu_skylightoptions .bottomArrow,
.RadMenu_skylightoptions .leftArrowDisabled,
.RadMenu_skylightoptions .rightArrowDisabled,
.RadMenu_skylightoptions .topArrowDisabled,
.RadMenu_skylightoptions .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	background: #a7cfe8 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_skylightoptions .topArrow,
.RadMenu_skylightoptions .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_skylightoptions .bottomArrow,
.RadMenu_skylightoptions .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_skylightoptions .rightArrow,
.RadMenu_skylightoptions .leftArrow
{
	height:100%;
}

.RadMenu_skylightoptions .rightArrow,
.RadMenu_skylightoptions .rightArrowDisabled
{
	background-image:url('img/right.gif');
}


.RadMenu_skylightoptions .vertical .separator .text
{
	background: #d4e5eb;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}


.RadMenu_skylightoptions .expandLeft,
.RadMenu_skylightoptions .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_skylightoptions_rtl .group .link:hover .expandLeft,
.RadMenu_skylightoptions_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_skylightoptions_rtl .expandLeft,
.RadMenu_skylightoptions_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_skylightoptions .link:hover .expandLeft,
.RadMenu_skylightoptions .link:hover .expandRight,
.RadMenu_skylightoptions .focused .expandLeft,
.RadMenu_skylightoptions .focused .expandRight,
.RadMenu_skylightoptions .expanded .expandLeft,
.RadMenu_skylightoptions .expanded .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}
