/* r.a.d.menu Plain skin */

.RadMenu_SGC 
{
	background: #b4e5ff;
	border-top: none 1px #e5e5e5;
	border-right: none 1px #e5e5e5;
	border-bottom: none 1px #bbbbbb;
	border-left: none 1px #bbbbbb;
}

.RadMenu_SGC_Context
{
	background: none;
	border:0;
}

.RadMenu_SGC .link
{
	line-height: 18px;
	text-decoration:none;
	color: #666;
	background: #b4e5ff;
	border-left: none 1px #fff;
	border-right: none 1px #d6d6d6;
}

.RadMenu_SGC .link:hover,
.RadMenu_SGC .focused,
.RadMenu_SGC .expanded
{
	color: #000;
}

.RadMenu_SGC .text
{
	padding-left: 10px;	
	padding-right: 36px;

}

.RadMenu_SGC .group
{
	border: solid 1px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_SGC .group .link
{
	background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
}

.RadMenu_SGC .group .link:hover,
.RadMenu_SGC .group .focused,
.RadMenu_SGC .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.RadMenu_SGC .leftArrow,
.RadMenu_SGC .rightArrow,
.RadMenu_SGC .topArrow,
.RadMenu_SGC .bottomArrow,
.RadMenu_SGC .leftArrowDisabled,
.RadMenu_SGC .rightArrowDisabled,
.RadMenu_SGC .topArrowDisabled,
.RadMenu_SGC .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_SGC .topArrow,
.RadMenu_SGC .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_SGC .bottomArrow,
.RadMenu_SGC .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_SGC .rightArrow,
.RadMenu_SGC .leftArrow
{
	height:100%;
}

.RadMenu_SGC .rightArrow,
.RadMenu_SGC .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_SGC .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_SGC .expandLeft,
.RadMenu_SGC .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_SGC_rtl .expandLeft,
.RadMenu_SGC_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_SGC .link:hover .expandLeft,
.RadMenu_SGC .link:hover .expandRight,
.RadMenu_SGC .focused .expandLeft,
.RadMenu_SGC .focused .expandRight,
.RadMenu_SGC .expanded .expandLeft,
.RadMenu_SGC .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_SGC_rtl .link:hover .expandLeft,
.RadMenu_SGC_rtl .link:hover .expandRight,
.RadMenu_SGC_rtl .focused .expandLeft,
.RadMenu_SGC_rtl .focused .expandRight,
.RadMenu_SGC_rtl .expanded .expandLeft,
.RadMenu_SGC_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
