/* RadMenu Plain skin - last mods 090412 - dhatter@libertastechnologies.com */

.RadMenu_GDMobile 
{
	background: transparent url('img/MenuBackground.gif') repeat-x;
	border-top: solid 0px #1B4E14;
	border-right: solid 0px #e5e5e5;
	border-bottom: solid 0px #bbbbbb;
	border-left: solid 0px #bbbbbb;
	height: 20px;
}

.RadMenu_GDMobile_Context
{
	background: none;
	border:0;
}

.RadMenu_GDMobile .link
{
	line-height: 20px;

	text-decoration:none;
	color: #fff;
	background: #1B4E14 url('img/MenuItemBackground.gif') repeat-x;
	border-left: solid 0px #fff;
	border-right: solid 0px #1B4E14;
}

.RadMenu_GDMobile .link:hover,
.RadMenu_GDMobile .focused,
.RadMenu_GDMobile .expanded
{
	color: #fff;
	background: none;
	cursor: pointer;
}

.RadMenu_GDMobile .text
{
	font-size: 11px;
	font-family: Arial, Verdana;
	color : #fff;
	background: #1B4E14 url('img/MenuBackground.gif') repeat-x;
	padding: 0 17px 0 36px;
}

.RadMenu_GDMobile_rtl .text
{
	padding: 0 17px 0 36px;
}

.vertical .text 
{
    background-image:none;
    
}

.RadMenu_GDMobile .group
{
	border: solid 0px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_GDMobile .group .link
{
	background: #f7f7f7;
	border-top: solid 0px #fff;
	border-bottom: solid 0px transparent;
	text-align: left;
	text-decoration : none;
}

.RadMenu_GDMobile_rtl .group .link
{
	text-align: right;
}

.RadMenu_GDMobile .group .link:hover,
.RadMenu_GDMobile .group .focused,
.RadMenu_GDMobile .group .expanded
{
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
}

.RadMenu_GDMobile .leftArrow,
.RadMenu_GDMobile .rightArrow,
.RadMenu_GDMobile .topArrow,
.RadMenu_GDMobile .bottomArrow,
.RadMenu_GDMobile .leftArrowDisabled,
.RadMenu_GDMobile .rightArrowDisabled,
.RadMenu_GDMobile .topArrowDisabled,
.RadMenu_GDMobile .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_GDMobile .topArrow,
.RadMenu_GDMobile .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_GDMobile .bottomArrow,
.RadMenu_GDMobile .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_GDMobile .rightArrow,
.RadMenu_GDMobile .leftArrow
{
	height:100%;
}

.RadMenu_GDMobile .rightArrow,
.RadMenu_GDMobile .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_GDMobile .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_GDMobile .expandLeft,
.RadMenu_GDMobile .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_GDMobile_rtl .expandLeft,
.RadMenu_GDMobile_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_GDMobile .link:hover .expandLeft,
.RadMenu_GDMobile .link:hover .expandRight,
.RadMenu_GDMobile .focused .expandLeft,
.RadMenu_GDMobile .focused .expandRight,
.RadMenu_GDMobile .expanded .expandLeft,
.RadMenu_GDMobile .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_GDMobile_rtl .link:hover .expandLeft,
.RadMenu_GDMobile_rtl .link:hover .expandRight,
.RadMenu_GDMobile_rtl .focused .expandLeft,
.RadMenu_GDMobile_rtl .focused .expandRight,
.RadMenu_GDMobile_rtl .expanded .expandLeft,
.RadMenu_GDMobile_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}