/* RadMenu Plain skin */

.RadMenu_LeftJustified 
{
	background:#000;
	width:auto;
	height:24px;
	text-align:left;
	margin:0;
	padding:5px 16px 0 0;
	float:right;
	cursor:pointer;
	font-weight:bold;
}

.RadMenu_LeftJustified_Context
{
	background: none;
	border: 0;
	cursor:pointer;
}

.RadMenu_LeftJustified .link,
.RadMenu_LeftJustified .link:visited
{
	margin-left:5px;
	margin-right:5px;
	padding:0 3px;
	text-decoration:none;
	cursor:pointer;
	
}

.RadMenu_LeftJustified .link:hover,
.RadMenu_LeftJustified .focused,
.RadMenu_LeftJustified .expanded
{
	color: #fff;
	text-decoration: underline;
	cursor:pointer;
}


.RadMenu_LeftJustified .link:hover
{
	font-weight:bolder;
}

.RadMenu_LeftJustified .text
{
	font-size:12px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.RadMenu_LeftJustified_rtl .text
{
	padding: 0px 3px;
	cursor:pointer;
}


.RadMenu_LeftJustified .group
{
	background: #808285;
	padding: 5px 5px 5px 5px;
	border-bottom: solid 1px #fff;
	text-align: left;
	cursor:pointer;
}

.RadMenu_LeftJustified .group .link,
.RadMenu_LeftJustified .group .link:visited
{
	background: #808285;
	padding: 5px 5px 5px 5px;
	border-bottom: solid 1px #fff;
	text-align: left;
	font-weight: normal;
	cursor:pointer;
}

.RadMenu_LeftJustified_rtl .group .link
{
	cursor:pointer;
	text-align: left;
}

.RadMenu_LeftJustified .group .link:hover,
.RadMenu_LeftJustified .group .focused,
.RadMenu_LeftJustified .group .expanded
{
	background: #808285;
	text-decoration: none;
	cursor:pointer;
}


.RadMenu_LeftJustified .group .link:hover
{
	font-weight:bolder;
}

.RadMenu_LeftJustified .leftArrow,
.RadMenu_LeftJustified .rightArrow,
.RadMenu_LeftJustified .topArrow,
.RadMenu_LeftJustified .bottomArrow,
.RadMenu_LeftJustified .leftArrowDisabled,
.RadMenu_LeftJustified .rightArrowDisabled,
.RadMenu_LeftJustified .topArrowDisabled,
.RadMenu_LeftJustified .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
	cursor:pointer;
}

.RadMenu_LeftJustified .topArrow,
.RadMenu_LeftJustified .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
	cursor:pointer;
}

.RadMenu_LeftJustified .bottomArrow,
.RadMenu_LeftJustified .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
	cursor:pointer;
}

.RadMenu_LeftJustified .rightArrow,
.RadMenu_LeftJustified .leftArrow
{
	height:100%;
	cursor:pointer;
}

.RadMenu_LeftJustified .rightArrow,
.RadMenu_LeftJustified .rightArrowDisabled
{
	background-image: url('img/right.gif');
	cursor:pointer;
}

.RadMenu_LeftJustified .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
	cursor:pointer;
}

.RadMenu_LeftJustified .expandLeft,
.RadMenu_LeftJustified .expandRight
{
	background: transparent url(img/groupImage.gif) right right no-repeat;
	margin-right: 4px;
	padding: 0 30px 0 0;
	cursor:pointer;
}

.RadMenu_LeftJustified_rtl .expandLeft,
.RadMenu_LeftJustified_rtl .expandRight
{
	background: url(img/groupImage.gif) right center no-repeat;
	cursor:pointer;
}

.RadMenu_LeftJustified .link:hover .expandLeft,
.RadMenu_LeftJustified .link:hover .expandRight,
.RadMenu_LeftJustified .focused .expandLeft,
.RadMenu_LeftJustified .focused .expandRight,
.RadMenu_LeftJustified .expanded .expandLeft,
.RadMenu_LeftJustified .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
	cursor:pointer;
}

.RadMenu_LeftJustified_rtl .link:hover .expandLeft,
.RadMenu_LeftJustified_rtl .link:hover .expandRight,
.RadMenu_LeftJustified_rtl .focused .expandLeft,
.RadMenu_LeftJustified_rtl .focused .expandRight,
.RadMenu_LeftJustified_rtl .expanded .expandLeft,
.RadMenu_LeftJustified_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) right center no-repeat;
	cursor:pointer;
}
